Enter a color:

Text as the color #AF797D


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

Background using #AF797D


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

Border color as #AF797D


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

Text shadow using #AF797D


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

Box shadow as #AF797D


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

Related Tools:

CSS Fonts


Saved Palette


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