CSS Property:

background-clip

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;
}
Click the property values above to see the result
W3Docs.com-Play it
Do you find this helpful?