COLOR #D0E9AD

HEX: #D0E9AD RGB: (208,233,173)

Color info

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

RGB color model

#D0E9AD color RGB value is (208,233,173).

RGB: (208,233,173) (82%, 91%, 68%)

RGB channels and saturation

R 208 of 255 = 82%
G 233 of 255 = 91%
B 173 of 255 = 68%

208
233
173

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

Portions of RGB colors in percentages

R + G + B = 208 + 233 + 173 = 614 (100%)
R 208 of 614 ~ 33.88%
G 233 of 614 ~ 37.95%
B 173 of 614 ~ 28.18'%

%33.88
%37.95
%28.18

CMYK color model

#D0E9AD color CMYK value is (11,0,26,9).

  • cyan value is 10.73%
  • magenta value is 0.00%
  • yellow value is 25.75%
  • key color value is 8.63%

CMYK: (11,0,26,9)
C11M0Y26K9 (11%, 0%, 26%, 9%)
(0.11 / 0.00 / 0.26 / 0.09)

CMYK percentages

%10.73
%0
%25.75
%8.63

Codes

Color #D0E9AD in popluar color models

D0 E9 AD
RGB 208 233 173
HSL 85° 57.69% 79.61%
HSB/HSV 85° 25.75% 91.37%
CMYK 10.73% 0.00% 25.75%
8.63%

Color #D0E9AD in popluar number systems.

HEX D0 E9 AD
Decimal 208 233 173
Binary 11010000 11101001 10101101
Octal 320 351 255

Shades and tints

Shades of #D0E9AD

#D0E9AD
(208,233,173)
#BED49E
(190,212,158)
#ACBF8F
(172,191,143)
#9AAA80
(154,170,128)
#889571
(136,149,113)
#768062
(118,128,98)
#646B53
(100,107,83)
#525644
(82,86,68)
#404135
(64,65,53)
#2E2C26
(46,44,38)
#1C1717
(28,23,23)
#000000
(0,0,0)

Tints of #D0E9AD

#D0E9AD
(208,233,173)
#D4EBB4
(212,235,180)
#D8EDBB
(216,237,187)
#DCEFC2
(220,239,194)
#E0F1C9
(224,241,201)
#E4F3D0
(228,243,208)
#E8F5D7
(232,245,215)
#ECF7DE
(236,247,222)
#F0F9E5
(240,249,229)
#F4FBEC
(244,251,236)
#F8FDF3
(248,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0E9AD color. Also use rgb(208,233,173) instead hex code.

Text Font Color

.myTextColor { color: #D0E9AD; }

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

This text font color is #D0E9AD.

Background Color

.myBgColor { background-color: #D0E9AD; }

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

This div background color is #D0E9AD.

Border color

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

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

This div border color is #D0E9AD.

Opacity

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

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

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

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

This text has shadow with #D0E9AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0E9AD.

Preview

Color preview on black background

This text has color #D0E9AD on black background.


Color preview on white background

This text has color #D0E9AD on white background.


Black color preview on #D0E9AD background

This text has black color on #D0E9AD background.


White color preview on #D0E9AD background

This text has white color on #D0E9AD background.


Related colors

Complementary color

Complementary color for #hex is #2F1652.


I love getcolorcode.com

Triadic colors

1 #ADD0E9 and #E9ADD0 with #D0E9AD are triadic colors.

2 #ADE9D0 and #E9D0AD with #D0E9AD are triadic colors.