Enter a color:

Text as the color #DBABBF


HTML:
<div style="color: #DBABBF"></div>
CSS:
.class { color: #DBABBF; }

Background using #DBABBF


HTML:
<div style="background-color: #DBABBF"></div>
CSS:
.class { background-color: #DBABBF; }

Border color as #DBABBF


HTML:
<div style="border: 2px solid #DBABBF"></div>
CSS:
.class { border: 2px solid #DBABBF; }

Text shadow using #DBABBF


HTML:
<div style="text-shadow: 3px 3px 2px #DBABBF"></div>
CSS:
.class { text-shadow: 3px 3px 2px #DBABBF; }

Box shadow as #DBABBF


HTML:
<div style="box-shadow: 1px 1px 3px 2px #DBABBF; -webkit-box-shadow: 1px 1px 3px 2px #DBABBF;-moz-box-shadow:1px 1px 3px 2px #DBABBF"></div>
CSS:
.class { box-shadow: 1px 1px 3px 2px #DBABBF; -webkit-box-shadow: 1px 1px 3px 2px #DBABBF;-moz-box-shadow:1px 1px 3px 2px #DBABBF; }

Related Tools:

CSS Fonts


Saved Palette


Click Save to keep a list of colors you like and want to work with.