Enter a color:

Text as the color #AFBDBB


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

Background using #AFBDBB


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

Border color as #AFBDBB


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

Text shadow using #AFBDBB


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

Box shadow as #AFBDBB


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

Related Tools:

CSS Fonts


Saved Palette


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