COLOR #D0E8AA

HEX: #D0E8AA RGB: (208,232,170)

Color info

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

RGB color model

#D0E8AA color RGB value is (208,232,170).

RGB: (208,232,170) (82%, 91%, 67%)

RGB channels and saturation

R 208 of 255 = 82%
G 232 of 255 = 91%
B 170 of 255 = 67%

208
232
170

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

Portions of RGB colors in percentages

R + G + B = 208 + 232 + 170 = 610 (100%)
R 208 of 610 ~ 34.1%
G 232 of 610 ~ 38.03%
B 170 of 610 ~ 27.87'%

%34.1
%38.03
%27.87

CMYK color model

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

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

CMYK: (10,0,27,9)
C10M0Y27K9 (10%, 0%, 27%, 9%)
(0.10 / 0.00 / 0.27 / 0.09)

CMYK percentages

%10.34
%0
%26.72
%9.02

Codes

Color #D0E8AA in popluar color models

D0 E8 AA
RGB 208 232 170
HSL 83° 57.41% 78.82%
HSB/HSV 83° 26.72% 90.98%
CMYK 10.34% 0.00% 26.72%
9.02%

Color #D0E8AA in popluar number systems.

HEX D0 E8 AA
Decimal 208 232 170
Binary 11010000 11101000 10101010
Octal 320 350 252

Shades and tints

Shades of #D0E8AA

#D0E8AA
(208,232,170)
#BED39B
(190,211,155)
#ACBE8C
(172,190,140)
#9AA97D
(154,169,125)
#88946E
(136,148,110)
#767F5F
(118,127,95)
#646A50
(100,106,80)
#525541
(82,85,65)
#404032
(64,64,50)
#2E2B23
(46,43,35)
#1C1614
(28,22,20)
#000000
(0,0,0)

Tints of #D0E8AA

#D0E8AA
(208,232,170)
#D4EAB1
(212,234,177)
#D8ECB8
(216,236,184)
#DCEEBF
(220,238,191)
#E0F0C6
(224,240,198)
#E4F2CD
(228,242,205)
#E8F4D4
(232,244,212)
#ECF6DB
(236,246,219)
#F0F8E2
(240,248,226)
#F4FAE9
(244,250,233)
#F8FCF0
(248,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E8AA; }

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

This text font color is #D0E8AA.

Background Color

.myBgColor { background-color: #D0E8AA; }

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

This div background color is #D0E8AA.

Border color

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

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

This div border color is #D0E8AA.

Opacity

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

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

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

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

This text has shadow with #D0E8AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0E8AA.

Preview

Color preview on black background

This text has color #D0E8AA on black background.


Color preview on white background

This text has color #D0E8AA on white background.


Black color preview on #D0E8AA background

This text has black color on #D0E8AA background.


White color preview on #D0E8AA background

This text has white color on #D0E8AA background.


Related colors

Complementary color

Complementary color for #hex is #2F1755.


I love getcolorcode.com

Triadic colors

1 #AAD0E8 and #E8AAD0 with #D0E8AA are triadic colors.

2 #AAE8D0 and #E8D0AA with #D0E8AA are triadic colors.