COLOR #D2E1AA

HEX: #D2E1AA RGB: (210,225,170)

Color info

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

RGB color model

#D2E1AA color RGB value is (210,225,170).

RGB: (210,225,170) (82%, 88%, 67%)

RGB channels and saturation

R 210 of 255 = 82%
G 225 of 255 = 88%
B 170 of 255 = 67%

210
225
170

R + G + B ~ 79%. #D2E1AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 225 + 170 = 605 (100%)
R 210 of 605 ~ 34.71%
G 225 of 605 ~ 37.19%
B 170 of 605 ~ 28.1'%

%34.71
%37.19
%28.1

CMYK color model

#D2E1AA color CMYK value is (7,0,24,12).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 24.44%
  • key color value is 11.76%

CMYK: (7,0,24,12)
C7M0Y24K12 (7%, 0%, 24%, 12%)
(0.07 / 0.00 / 0.24 / 0.12)

CMYK percentages

%6.67
%0
%24.44
%11.76

Codes

Color #D2E1AA in popluar color models

D2 E1 AA
RGB 210 225 170
HSL 76° 47.83% 77.45%
HSB/HSV 76° 24.44% 88.24%
CMYK 6.67% 0.00% 24.44%
11.76%

Color #D2E1AA in popluar number systems.

HEX D2 E1 AA
Decimal 210 225 170
Binary 11010010 11100001 10101010
Octal 322 341 252

Shades and tints

Shades of #D2E1AA

#D2E1AA
(210,225,170)
#BFCD9B
(191,205,155)
#ACB98C
(172,185,140)
#99A57D
(153,165,125)
#86916E
(134,145,110)
#737D5F
(115,125,95)
#606950
(96,105,80)
#4D5541
(77,85,65)
#3A4132
(58,65,50)
#272D23
(39,45,35)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #D2E1AA

#D2E1AA
(210,225,170)
#D6E3B1
(214,227,177)
#DAE5B8
(218,229,184)
#DEE7BF
(222,231,191)
#E2E9C6
(226,233,198)
#E6EBCD
(230,235,205)
#EAEDD4
(234,237,212)
#EEEFDB
(238,239,219)
#F2F1E2
(242,241,226)
#F6F3E9
(246,243,233)
#FAF5F0
(250,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E1AA; }

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

This text font color is #D2E1AA.

Background Color

.myBgColor { background-color: #D2E1AA; }

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

This div background color is #D2E1AA.

Border color

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

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

This div border color is #D2E1AA.

Opacity

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

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

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

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

This text has shadow with #D2E1AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2E1AA.

Preview

Color preview on black background

This text has color #D2E1AA on black background.


Color preview on white background

This text has color #D2E1AA on white background.


Black color preview on #D2E1AA background

This text has black color on #D2E1AA background.


White color preview on #D2E1AA background

This text has white color on #D2E1AA background.


Related colors

Complementary color

Complementary color for #hex is #2D1E55.


I love getcolorcode.com

Triadic colors

1 #AAD2E1 and #E1AAD2 with #D2E1AA are triadic colors.

2 #AAE1D2 and #E1D2AA with #D2E1AA are triadic colors.