COLOR #D2D6AE

HEX: #D2D6AE RGB: (210,214,174)

Color info

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

RGB color model

#D2D6AE color RGB value is (210,214,174).

RGB: (210,214,174) (82%, 84%, 68%)

RGB channels and saturation

R 210 of 255 = 82%
G 214 of 255 = 84%
B 174 of 255 = 68%

210
214
174

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

Portions of RGB colors in percentages

R + G + B = 210 + 214 + 174 = 598 (100%)
R 210 of 598 ~ 35.12%
G 214 of 598 ~ 35.79%
B 174 of 598 ~ 29.1'%

%35.12
%35.79
%29.1

CMYK color model

#D2D6AE color CMYK value is (2,0,19,16).

  • cyan value is 1.87%
  • magenta value is 0.00%
  • yellow value is 18.69%
  • key color value is 16.08%

CMYK: (2,0,19,16)
C2M0Y19K16 (2%, 0%, 19%, 16%)
(0.02 / 0.00 / 0.19 / 0.16)

CMYK percentages

%1.87
%0
%18.69
%16.08

Codes

Color #D2D6AE in popluar color models

D2 D6 AE
RGB 210 214 174
HSL 66° 32.79% 76.08%
HSB/HSV 66° 18.69% 83.92%
CMYK 1.87% 0.00% 18.69%
16.08%

Color #D2D6AE in popluar number systems.

HEX D2 D6 AE
Decimal 210 214 174
Binary 11010010 11010110 10101110
Octal 322 326 256

Shades and tints

Shades of #D2D6AE

#D2D6AE
(210,214,174)
#BFC39F
(191,195,159)
#ACB090
(172,176,144)
#999D81
(153,157,129)
#868A72
(134,138,114)
#737763
(115,119,99)
#606454
(96,100,84)
#4D5145
(77,81,69)
#3A3E36
(58,62,54)
#272B27
(39,43,39)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #D2D6AE

#D2D6AE
(210,214,174)
#D6D9B5
(214,217,181)
#DADCBC
(218,220,188)
#DEDFC3
(222,223,195)
#E2E2CA
(226,226,202)
#E6E5D1
(230,229,209)
#EAE8D8
(234,232,216)
#EEEBDF
(238,235,223)
#F2EEE6
(242,238,230)
#F6F1ED
(246,241,237)
#FAF4F4
(250,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2D6AE color. Also use rgb(210,214,174) instead hex code.

Text Font Color

.myTextColor { color: #D2D6AE; }

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

This text font color is #D2D6AE.

Background Color

.myBgColor { background-color: #D2D6AE; }

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

This div background color is #D2D6AE.

Border color

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

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

This div border color is #D2D6AE.

Opacity

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

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

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

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

This text has shadow with #D2D6AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2D6AE.

Preview

Color preview on black background

This text has color #D2D6AE on black background.


Color preview on white background

This text has color #D2D6AE on white background.


Black color preview on #D2D6AE background

This text has black color on #D2D6AE background.


White color preview on #D2D6AE background

This text has white color on #D2D6AE background.


Related colors

Complementary color

Complementary color for #hex is #2D2951.


I love getcolorcode.com

Triadic colors

1 #AED2D6 and #D6AED2 with #D2D6AE are triadic colors.

2 #AED6D2 and #D6D2AE with #D2D6AE are triadic colors.