COLOR #D8B9AC

HEX: #D8B9AC RGB: (216,185,172)

Color info

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

RGB color model

#D8B9AC color RGB value is (216,185,172).

RGB: (216,185,172) (85%, 73%, 67%)

RGB channels and saturation

R 216 of 255 = 85%
G 185 of 255 = 73%
B 172 of 255 = 67%

216
185
172

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

Portions of RGB colors in percentages

R + G + B = 216 + 185 + 172 = 573 (100%)
R 216 of 573 ~ 37.7%
G 185 of 573 ~ 32.29%
B 172 of 573 ~ 30.02'%

%37.7
%32.29
%30.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 20.37%
  • key color value is 15.29%

CMYK: (0,14,20,15)
C0M14Y20K15 (0%, 14%, 20%, 15%)
(0.00 / 0.14 / 0.20 / 0.15)

CMYK percentages

%0
%14.35
%20.37
%15.29

Codes

Color #D8B9AC in popluar color models

D8 B9 AC
RGB 216 185 172
HSL 18° 36.07% 76.08%
HSB/HSV 18° 20.37% 84.71%
CMYK 0.00% 14.35% 20.37%
15.29%

Color #D8B9AC in popluar number systems.

HEX D8 B9 AC
Decimal 216 185 172
Binary 11011000 10111001 10101100
Octal 330 271 254

Shades and tints

Shades of #D8B9AC

#D8B9AC
(216,185,172)
#C5A99D
(197,169,157)
#B2998E
(178,153,142)
#9F897F
(159,137,127)
#8C7970
(140,121,112)
#796961
(121,105,97)
#665952
(102,89,82)
#534943
(83,73,67)
#403934
(64,57,52)
#2D2925
(45,41,37)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #D8B9AC

#D8B9AC
(216,185,172)
#DBBFB3
(219,191,179)
#DEC5BA
(222,197,186)
#E1CBC1
(225,203,193)
#E4D1C8
(228,209,200)
#E7D7CF
(231,215,207)
#EADDD6
(234,221,214)
#EDE3DD
(237,227,221)
#F0E9E4
(240,233,228)
#F3EFEB
(243,239,235)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8B9AC; }

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

This text font color is #D8B9AC.

Background Color

.myBgColor { background-color: #D8B9AC; }

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

This div background color is #D8B9AC.

Border color

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

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

This div border color is #D8B9AC.

Opacity

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

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

Text with #D8B9AC 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 #D8B9AC;}

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

This text has shadow with #D8B9AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8B9AC.

Preview

Color preview on black background

This text has color #D8B9AC on black background.


Color preview on white background

This text has color #D8B9AC on white background.


Black color preview on #D8B9AC background

This text has black color on #D8B9AC background.


White color preview on #D8B9AC background

This text has white color on #D8B9AC background.


Related colors

Complementary color

Complementary color for #hex is #274653.


I love getcolorcode.com

Triadic colors

1 #ACD8B9 and #B9ACD8 with #D8B9AC are triadic colors.

2 #ACB9D8 and #B9D8AC with #D8B9AC are triadic colors.