Enter a color:

Text as the color #DBCEBF


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

Background using #DBCEBF


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

Border color as #DBCEBF


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

Text shadow using #DBCEBF


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

Box shadow as #DBCEBF


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

Related Tools:

CSS Fonts


Saved Palette


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