Enter a color:

Text as the color #DBAEBF


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

Background using #DBAEBF


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

Border color as #DBAEBF


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

Text shadow using #DBAEBF


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

Box shadow as #DBAEBF


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

Related Tools:

CSS Fonts


Saved Palette


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