COLOR #D2B8AA

HEX: #D2B8AA RGB: (210,184,170)

Color info

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

RGB color model

#D2B8AA color RGB value is (210,184,170).

RGB: (210,184,170) (82%, 72%, 67%)

RGB channels and saturation

R 210 of 255 = 82%
G 184 of 255 = 72%
B 170 of 255 = 67%

210
184
170

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

Portions of RGB colors in percentages

R + G + B = 210 + 184 + 170 = 564 (100%)
R 210 of 564 ~ 37.23%
G 184 of 564 ~ 32.62%
B 170 of 564 ~ 30.14'%

%37.23
%32.62
%30.14

CMYK color model

#D2B8AA color CMYK value is (0,12,19,18).

  • cyan value is 0.00%
  • magenta value is 12.38%
  • yellow value is 19.05%
  • key color value is 17.65%
CMYK: (0,12,19,18) C0M12Y19K18 (0%,12%,19%,18%) (0.00/0.12/0.19/0.18) 

CMYK percentages

%0
%12.38
%19.05
%17.65

Codes

Color #D2B8AA in popluar color models

D2 B8 AA
RGB 210 184 170
HSL 21° 30.77% 74.51%
HSB/HSV 21° 19.05% 82.35%
CMYK 0.00% 12.38% 19.05%
17.65%

Color #D2B8AA in popluar number systems.

HEX D2 B8 AA
Decimal 210 184 170
Binary 11010010 10111000 10101010
Octal 322 270 252

Shades and tints

Shades of #D2B8AA

#D2B8AA
(210,184,170)
#BFA89B
(191,168,155)
#AC988C
(172,152,140)
#99887D
(153,136,125)
#86786E
(134,120,110)
#73685F
(115,104,95)
#605850
(96,88,80)
#4D4841
(77,72,65)
#3A3832
(58,56,50)
#272823
(39,40,35)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #D2B8AA

#D2B8AA
(210,184,170)
#D6BEB1
(214,190,177)
#DAC4B8
(218,196,184)
#DECABF
(222,202,191)
#E2D0C6
(226,208,198)
#E6D6CD
(230,214,205)
#EADCD4
(234,220,212)
#EEE2DB
(238,226,219)
#F2E8E2
(242,232,226)
#F6EEE9
(246,238,233)
#FAF4F0
(250,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B8AA color. Also use rgb(210,184,170) instead hex code.

Text Font Color

.myTextColor { color: #D2B8AA; }

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

This text font color is #D2B8AA.

Background Color

.myBgColor { background-color: #D2B8AA; }

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

This div background color is #D2B8AA.

Border color

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

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

This div border color is #D2B8AA.

Opacity

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

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

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

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

This text has shadow with #D2B8AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2B8AA.

Preview

Color preview on black background

This text has color #D2B8AA on black background.


Color preview on white background

This text has color #D2B8AA on white background.


Black color preview on #D2B8AA background

This text has black color on #D2B8AA background.


White color preview on #D2B8AA background

This text has white color on #D2B8AA background.


Related colors

Complementary color

Complementary color for #hex is #2D4755.


I love getcolorcode.com

Triadic colors

1 #AAD2B8 and #B8AAD2 with #D2B8AA are triadic colors.

2 #AAB8D2 and #B8D2AA with #D2B8AA are triadic colors.