COLOR #D8B8AC

HEX: #D8B8AC RGB: (216,184,172)

Color info

#D8B8AC contains red, green and blue colors in about the same proportion. Web safe color of #D8B8AC is #CCCC99 (or #CC9).

RGB color model

#D8B8AC color RGB value is (216,184,172).

RGB: (216,184,172) (85%, 72%, 67%)

RGB channels and saturation

R 216 of 255 = 85%
G 184 of 255 = 72%
B 172 of 255 = 67%

216
184
172

R + G + B ~ 75%. #D8B8AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 184 + 172 = 572 (100%)
R 216 of 572 ~ 37.76%
G 184 of 572 ~ 32.17%
B 172 of 572 ~ 30.07'%

%37.76
%32.17
%30.07

CMYK color model

#D8B8AC color CMYK value is (0,15,20,15).

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 20.37%
  • key color value is 15.29%
CMYK: (0,15,20,15) C0M15Y20K15 (0%,15%,20%,15%) (0.00/0.15/0.20/0.15) 

CMYK percentages

%0
%14.81
%20.37
%15.29

Codes

Color #D8B8AC in popluar color models

D8 B8 AC
RGB 216 184 172
HSL 16° 36.07% 76.08%
HSB/HSV 16° 20.37% 84.71%
CMYK 0.00% 14.81% 20.37%
15.29%

Color #D8B8AC in popluar number systems.

HEX D8 B8 AC
Decimal 216 184 172
Binary 11011000 10111000 10101100
Octal 330 270 254

Shades and tints

Shades of #D8B8AC

#D8B8AC
(216,184,172)
#C5A89D
(197,168,157)
#B2988E
(178,152,142)
#9F887F
(159,136,127)
#8C7870
(140,120,112)
#796861
(121,104,97)
#665852
(102,88,82)
#534843
(83,72,67)
#403834
(64,56,52)
#2D2825
(45,40,37)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #D8B8AC

#D8B8AC
(216,184,172)
#DBBEB3
(219,190,179)
#DEC4BA
(222,196,186)
#E1CAC1
(225,202,193)
#E4D0C8
(228,208,200)
#E7D6CF
(231,214,207)
#EADCD6
(234,220,214)
#EDE2DD
(237,226,221)
#F0E8E4
(240,232,228)
#F3EEEB
(243,238,235)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B8AC color. Also use rgb(216,184,172) instead hex code.

Text Font Color

.myTextColor { color: #D8B8AC; }

<p style="color:#D8B8AC">This sample text font color is #D8B8AC.</p>

This text font color is #D8B8AC.

Background Color

.myBgColor { background-color: #D8B8AC; }

<div style="background-color:#D8B8AC">Inner text</div>

This div background color is #D8B8AC.

Border color

.myBorderColor { border: 1px solid #D8B8AC; }

<div style="border:3px solid #D8B8AC">Div</div>

This div border color is #D8B8AC.

Opacity

.myOpacity80 { color: #D8B8AC; opacity: 0.8; }

<p style="color:#D8B8AC;opacity:0.8;">80%</p>

Text with #D8B8AC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D8B8AC;}

<p style="text-shadow: 3px 3px 1px #D8B8AC">Text here.</p>

This text has shadow with #D8B8AC color.


.textShadow {text-shadow: 3px 3px 1px #D8B8AC', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D8B8AC, 5px 5px 20px red">Text here.</p>

This text has shadow with #D8B8AC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D8B8AC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D8B8AC, Direction=45, Strength=4)">Text</p>

This text has shadow with #D8B8AC and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D8B8AC;
-webkit-box-shadow: 1px 1px 3px 2px #D8B8AC;
box-shadow: 1px 1px 3px 2px #D8B8AC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D8B8AC; -webkit-box-shadow: 1px 1px 3px 2px #D8B8AC; box-shadow:1px 1px 3px 2px #D8B8AC;">
Div content here
</div>

This div box has shadow with color #D8B8AC.

Preview

Color preview on black background

This text has color #D8B8AC on black background.


Color preview on white background

This text has color #D8B8AC on white background.


Black color preview on #D8B8AC background

This text has black color on #D8B8AC background.


White color preview on #D8B8AC background

This text has white color on #D8B8AC background.


Related colors

Complementary color

Complementary color for #hex is #274753.


I love getcolorcode.com

Triadic colors

1 #ACD8B8 and #B8ACD8 with #D8B8AC are triadic colors.

2 #ACB8D8 and #B8D8AC with #D8B8AC are triadic colors.