COLOR #D8B6AC

HEX: #D8B6AC RGB: (216,182,172)

Color info

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

RGB color model

#D8B6AC color RGB value is (216,182,172).

RGB: (216,182,172) (85%, 71%, 67%)

RGB channels and saturation

R 216 of 255 = 85%
G 182 of 255 = 71%
B 172 of 255 = 67%

216
182
172

R + G + B ~ 74%. #D8B6AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 182 + 172 = 570 (100%)
R 216 of 570 ~ 37.89%
G 182 of 570 ~ 31.93%
B 172 of 570 ~ 30.18'%

%37.89
%31.93
%30.18

CMYK color model

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

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

CMYK: (0,16,20,15)
C0M16Y20K15 (0%, 16%, 20%, 15%)
(0.00 / 0.16 / 0.20 / 0.15)

CMYK percentages

%0
%15.74
%20.37
%15.29

Codes

Color #D8B6AC in popluar color models

D8 B6 AC
RGB 216 182 172
HSL 14° 36.07% 76.08%
HSB/HSV 14° 20.37% 84.71%
CMYK 0.00% 15.74% 20.37%
15.29%

Color #D8B6AC in popluar number systems.

HEX D8 B6 AC
Decimal 216 182 172
Binary 11011000 10110110 10101100
Octal 330 266 254

Shades and tints

Shades of #D8B6AC

#D8B6AC
(216,182,172)
#C5A69D
(197,166,157)
#B2968E
(178,150,142)
#9F867F
(159,134,127)
#8C7670
(140,118,112)
#796661
(121,102,97)
#665652
(102,86,82)
#534643
(83,70,67)
#403634
(64,54,52)
#2D2625
(45,38,37)
#1A1616
(26,22,22)
#000000
(0,0,0)

Tints of #D8B6AC

#D8B6AC
(216,182,172)
#DBBCB3
(219,188,179)
#DEC2BA
(222,194,186)
#E1C8C1
(225,200,193)
#E4CEC8
(228,206,200)
#E7D4CF
(231,212,207)
#EADAD6
(234,218,214)
#EDE0DD
(237,224,221)
#F0E6E4
(240,230,228)
#F3ECEB
(243,236,235)
#F6F2F2
(246,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8B6AC; }

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

This text font color is #D8B6AC.

Background Color

.myBgColor { background-color: #D8B6AC; }

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

This div background color is #D8B6AC.

Border color

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

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

This div border color is #D8B6AC.

Opacity

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

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

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

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

This text has shadow with #D8B6AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8B6AC.

Preview

Color preview on black background

This text has color #D8B6AC on black background.


Color preview on white background

This text has color #D8B6AC on white background.


Black color preview on #D8B6AC background

This text has black color on #D8B6AC background.


White color preview on #D8B6AC background

This text has white color on #D8B6AC background.


Related colors

Complementary color

Complementary color for #hex is #274953.


I love getcolorcode.com

Triadic colors

1 #ACD8B6 and #B6ACD8 with #D8B6AC are triadic colors.

2 #ACB6D8 and #B6D8AC with #D8B6AC are triadic colors.