COLOR #D3E8AA

HEX: #D3E8AA RGB: (211,232,170)

Color info

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

RGB color model

#D3E8AA color RGB value is (211,232,170).

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

RGB channels and saturation

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

211
232
170

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

Portions of RGB colors in percentages

R + G + B = 211 + 232 + 170 = 613 (100%)
R 211 of 613 ~ 34.42%
G 232 of 613 ~ 37.85%
B 170 of 613 ~ 27.73'%

%34.42
%37.85
%27.73

CMYK color model

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

  • cyan value is 9.05%
  • magenta value is 0.00%
  • yellow value is 26.72%
  • key color value is 9.02%

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

CMYK percentages

%9.05
%0
%26.72
%9.02

Codes

Color #D3E8AA in popluar color models

D3 E8 AA
RGB 211 232 170
HSL 80° 57.41% 78.82%
HSB/HSV 80° 26.72% 90.98%
CMYK 9.05% 0.00% 26.72%
9.02%

Color #D3E8AA in popluar number systems.

HEX D3 E8 AA
Decimal 211 232 170
Binary 11010011 11101000 10101010
Octal 323 350 252

Shades and tints

Shades of #D3E8AA

#D3E8AA
(211,232,170)
#C0D39B
(192,211,155)
#ADBE8C
(173,190,140)
#9AA97D
(154,169,125)
#87946E
(135,148,110)
#747F5F
(116,127,95)
#616A50
(97,106,80)
#4E5541
(78,85,65)
#3B4032
(59,64,50)
#282B23
(40,43,35)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #D3E8AA

#D3E8AA
(211,232,170)
#D7EAB1
(215,234,177)
#DBECB8
(219,236,184)
#DFEEBF
(223,238,191)
#E3F0C6
(227,240,198)
#E7F2CD
(231,242,205)
#EBF4D4
(235,244,212)
#EFF6DB
(239,246,219)
#F3F8E2
(243,248,226)
#F7FAE9
(247,250,233)
#FBFCF0
(251,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E8AA; }

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

This text font color is #D3E8AA.

Background Color

.myBgColor { background-color: #D3E8AA; }

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

This div background color is #D3E8AA.

Border color

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

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

This div border color is #D3E8AA.

Opacity

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

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

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

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

This text has shadow with #D3E8AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3E8AA.

Preview

Color preview on black background

This text has color #D3E8AA on black background.


Color preview on white background

This text has color #D3E8AA on white background.


Black color preview on #D3E8AA background

This text has black color on #D3E8AA background.


White color preview on #D3E8AA background

This text has white color on #D3E8AA background.


Related colors

Complementary color

Complementary color for #hex is #2C1755.


I love getcolorcode.com

Triadic colors

1 #AAD3E8 and #E8AAD3 with #D3E8AA are triadic colors.

2 #AAE8D3 and #E8D3AA with #D3E8AA are triadic colors.