COLOR #D8B6AA

HEX: #D8B6AA RGB: (216,182,170)

Color info

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

RGB color model

#D8B6AA color RGB value is (216,182,170).

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

RGB channels and saturation

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

216
182
170

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

Portions of RGB colors in percentages

R + G + B = 216 + 182 + 170 = 568 (100%)
R 216 of 568 ~ 38.03%
G 182 of 568 ~ 32.04%
B 170 of 568 ~ 29.93'%

%38.03
%32.04
%29.93

CMYK color model

#D8B6AA color CMYK value is (0,16,21,15).

  • cyan value is 0.00%
  • magenta value is 15.74%
  • yellow value is 21.30%
  • key color value is 15.29%
CMYK: (0,16,21,15) C0M16Y21K15 (0%,16%,21%,15%) (0.00/0.16/0.21/0.15) 

CMYK percentages

%0
%15.74
%21.3
%15.29

Codes

Color #D8B6AA in popluar color models

D8 B6 AA
RGB 216 182 170
HSL 16° 37.10% 75.69%
HSB/HSV 16° 21.30% 84.71%
CMYK 0.00% 15.74% 21.30%
15.29%

Color #D8B6AA in popluar number systems.

HEX D8 B6 AA
Decimal 216 182 170
Binary 11011000 10110110 10101010
Octal 330 266 252

Shades and tints

Shades of #D8B6AA

#D8B6AA
(216,182,170)
#C5A69B
(197,166,155)
#B2968C
(178,150,140)
#9F867D
(159,134,125)
#8C766E
(140,118,110)
#79665F
(121,102,95)
#665650
(102,86,80)
#534641
(83,70,65)
#403632
(64,54,50)
#2D2623
(45,38,35)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #D8B6AA

#D8B6AA
(216,182,170)
#DBBCB1
(219,188,177)
#DEC2B8
(222,194,184)
#E1C8BF
(225,200,191)
#E4CEC6
(228,206,198)
#E7D4CD
(231,212,205)
#EADAD4
(234,218,212)
#EDE0DB
(237,224,219)
#F0E6E2
(240,230,226)
#F3ECE9
(243,236,233)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8B6AA; }

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

This text font color is #D8B6AA.

Background Color

.myBgColor { background-color: #D8B6AA; }

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

This div background color is #D8B6AA.

Border color

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

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

This div border color is #D8B6AA.

Opacity

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

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

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

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

This text has shadow with #D8B6AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8B6AA.

Preview

Color preview on black background

This text has color #D8B6AA on black background.


Color preview on white background

This text has color #D8B6AA on white background.


Black color preview on #D8B6AA background

This text has black color on #D8B6AA background.


White color preview on #D8B6AA background

This text has white color on #D8B6AA background.


Related colors

Complementary color

Complementary color for #hex is #274955.


I love getcolorcode.com

Triadic colors

1 #AAD8B6 and #B6AAD8 with #D8B6AA are triadic colors.

2 #AAB6D8 and #B6D8AA with #D8B6AA are triadic colors.