COLOR #D2D8AA

HEX: #D2D8AA RGB: (210,216,170)

Color info

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

RGB color model

#D2D8AA color RGB value is (210,216,170).

RGB: (210,216,170) (82%, 85%, 67%)

RGB channels and saturation

R 210 of 255 = 82%
G 216 of 255 = 85%
B 170 of 255 = 67%

210
216
170

R + G + B ~ 78%. #D2D8AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 216 + 170 = 596 (100%)
R 210 of 596 ~ 35.23%
G 216 of 596 ~ 36.24%
B 170 of 596 ~ 28.52'%

%35.23
%36.24
%28.52

CMYK color model

#D2D8AA color CMYK value is (3,0,21,15).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 21.30%
  • key color value is 15.29%

CMYK: (3,0,21,15)
C3M0Y21K15 (3%, 0%, 21%, 15%)
(0.03 / 0.00 / 0.21 / 0.15)

CMYK percentages

%2.78
%0
%21.3
%15.29

Codes

Color #D2D8AA in popluar color models

D2 D8 AA
RGB 210 216 170
HSL 68° 37.10% 75.69%
HSB/HSV 68° 21.30% 84.71%
CMYK 2.78% 0.00% 21.30%
15.29%

Color #D2D8AA in popluar number systems.

HEX D2 D8 AA
Decimal 210 216 170
Binary 11010010 11011000 10101010
Octal 322 330 252

Shades and tints

Shades of #D2D8AA

#D2D8AA
(210,216,170)
#BFC59B
(191,197,155)
#ACB28C
(172,178,140)
#999F7D
(153,159,125)
#868C6E
(134,140,110)
#73795F
(115,121,95)
#606650
(96,102,80)
#4D5341
(77,83,65)
#3A4032
(58,64,50)
#272D23
(39,45,35)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #D2D8AA

#D2D8AA
(210,216,170)
#D6DBB1
(214,219,177)
#DADEB8
(218,222,184)
#DEE1BF
(222,225,191)
#E2E4C6
(226,228,198)
#E6E7CD
(230,231,205)
#EAEAD4
(234,234,212)
#EEEDDB
(238,237,219)
#F2F0E2
(242,240,226)
#F6F3E9
(246,243,233)
#FAF6F0
(250,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D8AA; }

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

This text font color is #D2D8AA.

Background Color

.myBgColor { background-color: #D2D8AA; }

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

This div background color is #D2D8AA.

Border color

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

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

This div border color is #D2D8AA.

Opacity

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

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

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

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

This text has shadow with #D2D8AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2D8AA.

Preview

Color preview on black background

This text has color #D2D8AA on black background.


Color preview on white background

This text has color #D2D8AA on white background.


Black color preview on #D2D8AA background

This text has black color on #D2D8AA background.


White color preview on #D2D8AA background

This text has white color on #D2D8AA background.


Related colors

Complementary color

Complementary color for #hex is #2D2755.


I love getcolorcode.com

Triadic colors

1 #AAD2D8 and #D8AAD2 with #D2D8AA are triadic colors.

2 #AAD8D2 and #D8D2AA with #D2D8AA are triadic colors.