W3docs

background-clip

CSS Property:

Result:

This is an example of the CSS background-blend-mode property

CSS Code:

#myDiv {
border:6px dashed #202131;
padding:25px;
background:#86C2DE;
color:#202131;
background-clip: border-box;
}

Click the property values above to see the result