COLOR #D4E9AA

HEX: #D4E9AA RGB: (212,233,170)

Color info

#D4E9AA contains mainly red and green colors. Web safe color of #D4E9AA is #CCFF99 (or #CF9).

RGB color model

#D4E9AA color RGB value is (212,233,170).

RGB: (212,233,170) (83%, 91%, 67%)

RGB channels and saturation

R 212 of 255 = 83%
G 233 of 255 = 91%
B 170 of 255 = 67%

212
233
170

R + G + B ~ 80%. #D4E9AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 233 + 170 = 615 (100%)
R 212 of 615 ~ 34.47%
G 233 of 615 ~ 37.89%
B 170 of 615 ~ 27.64'%

%34.47
%37.89
%27.64

CMYK color model

#D4E9AA color CMYK value is (9,0,27,9).

  • cyan value is 9.01%
  • magenta value is 0.00%
  • yellow value is 27.04%
  • key color value is 8.63%

CMYK: (9,0,27,9)
C9M0Y27K9 (9%, 0%, 27%, 9%)
(0.09 / 0.00 / 0.27 / 0.09)

CMYK percentages

%9.01
%0
%27.04
%8.63

Codes

Color #D4E9AA in popluar color models

D4 E9 AA
RGB 212 233 170
HSL 80° 58.88% 79.02%
HSB/HSV 80° 27.04% 91.37%
CMYK 9.01% 0.00% 27.04%
8.63%

Color #D4E9AA in popluar number systems.

HEX D4 E9 AA
Decimal 212 233 170
Binary 11010100 11101001 10101010
Octal 324 351 252

Shades and tints

Shades of #D4E9AA

#D4E9AA
(212,233,170)
#C1D49B
(193,212,155)
#AEBF8C
(174,191,140)
#9BAA7D
(155,170,125)
#88956E
(136,149,110)
#75805F
(117,128,95)
#626B50
(98,107,80)
#4F5641
(79,86,65)
#3C4132
(60,65,50)
#292C23
(41,44,35)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #D4E9AA

#D4E9AA
(212,233,170)
#D7EBB1
(215,235,177)
#DAEDB8
(218,237,184)
#DDEFBF
(221,239,191)
#E0F1C6
(224,241,198)
#E3F3CD
(227,243,205)
#E6F5D4
(230,245,212)
#E9F7DB
(233,247,219)
#ECF9E2
(236,249,226)
#EFFBE9
(239,251,233)
#F2FDF0
(242,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E9AA color. Also use rgb(212,233,170) instead hex code.

Text Font Color

.myTextColor { color: #D4E9AA; }

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

This text font color is #D4E9AA.

Background Color

.myBgColor { background-color: #D4E9AA; }

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

This div background color is #D4E9AA.

Border color

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

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

This div border color is #D4E9AA.

Opacity

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

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

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

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

This text has shadow with #D4E9AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4E9AA.

Preview

Color preview on black background

This text has color #D4E9AA on black background.


Color preview on white background

This text has color #D4E9AA on white background.


Black color preview on #D4E9AA background

This text has black color on #D4E9AA background.


White color preview on #D4E9AA background

This text has white color on #D4E9AA background.


Related colors

Complementary color

Complementary color for #hex is #2B1655.


I love getcolorcode.com

Triadic colors

1 #AAD4E9 and #E9AAD4 with #D4E9AA are triadic colors.

2 #AAE9D4 and #E9D4AA with #D4E9AA are triadic colors.