COLOR #D3E9AA

HEX: #D3E9AA RGB: (211,233,170)

Color info

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

RGB color model

#D3E9AA color RGB value is (211,233,170).

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

RGB channels and saturation

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

211
233
170

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

Portions of RGB colors in percentages

R + G + B = 211 + 233 + 170 = 614 (100%)
R 211 of 614 ~ 34.36%
G 233 of 614 ~ 37.95%
B 170 of 614 ~ 27.69'%

%34.36
%37.95
%27.69

CMYK color model

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

  • cyan value is 9.44%
  • 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.44
%0
%27.04
%8.63

Codes

Color #D3E9AA in popluar color models

D3 E9 AA
RGB 211 233 170
HSL 81° 58.88% 79.02%
HSB/HSV 81° 27.04% 91.37%
CMYK 9.44% 0.00% 27.04%
8.63%

Color #D3E9AA in popluar number systems.

HEX D3 E9 AA
Decimal 211 233 170
Binary 11010011 11101001 10101010
Octal 323 351 252

Shades and tints

Shades of #D3E9AA

#D3E9AA
(211,233,170)
#C0D49B
(192,212,155)
#ADBF8C
(173,191,140)
#9AAA7D
(154,170,125)
#87956E
(135,149,110)
#74805F
(116,128,95)
#616B50
(97,107,80)
#4E5641
(78,86,65)
#3B4132
(59,65,50)
#282C23
(40,44,35)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #D3E9AA

#D3E9AA
(211,233,170)
#D7EBB1
(215,235,177)
#DBEDB8
(219,237,184)
#DFEFBF
(223,239,191)
#E3F1C6
(227,241,198)
#E7F3CD
(231,243,205)
#EBF5D4
(235,245,212)
#EFF7DB
(239,247,219)
#F3F9E2
(243,249,226)
#F7FBE9
(247,251,233)
#FBFDF0
(251,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E9AA; }

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

This text font color is #D3E9AA.

Background Color

.myBgColor { background-color: #D3E9AA; }

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

This div background color is #D3E9AA.

Border color

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

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

This div border color is #D3E9AA.

Opacity

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

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

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

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

This text has shadow with #D3E9AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3E9AA.

Preview

Color preview on black background

This text has color #D3E9AA on black background.


Color preview on white background

This text has color #D3E9AA on white background.


Black color preview on #D3E9AA background

This text has black color on #D3E9AA background.


White color preview on #D3E9AA background

This text has white color on #D3E9AA background.


Related colors

Complementary color

Complementary color for #hex is #2C1655.


I love getcolorcode.com

Triadic colors

1 #AAD3E9 and #E9AAD3 with #D3E9AA are triadic colors.

2 #AAE9D3 and #E9D3AA with #D3E9AA are triadic colors.