COLOR #D0E7AD

HEX: #D0E7AD
RGB: (208,231,173)

Color info

#D0E7AD contains red, green and blue colors in about the same proportion. Web safe color of #D0E7AD is #CCFF99 (or #CF9).

RGB color model

#D0E7AD color RGB value is (208,231,173).

  • red value is 208;
  • green value is 231;
  • blue value is 173.
RGB:
(208,231,173)
(82%,91%,68%)

RGB channels and saturation

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

208
231
173

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

Portions of RGB colors in percentages

R + G + B =
208 + 231 + 173 = 612 (100%)
R 208 of 612 ~ 33.99%
G 231 of 612 ~ 37.75%
B 173 of 612 ~ 28.27%

%33.99
%37.75
%28.27

CMYK color model

#D0E7AD color CMYK value is (10,0,25,9).

  • cyan value is 9.96%
  • magenta value is 0.00%
  • yellow value is 25.11%
  • key color value is 9.41%
CMYK:
(10,0,25,9)
C10M0Y25K9 
(10%,0%,25%,9%)
(0.10/0.00/0.25/0.09)	

CMYK percentages

%9.96
%0
%25.11
%9.41

Codes

Color #D0E7AD in popluar color models

D0E7AD
RGB208231173
HSL84°54.72%79.22%
HSB/HSV84°25.11%90.59%
CMYK9.96%0.00%25.11%
9.41%

Color #D0E7AD in popluar number systems.

HEXD0E7AD
Decimal208231173
Binary110100001110011110101101
Octal320347255

Shades and tints

Shades of #D0E7AD

#D0E7AD
(208,231,173)
#BED29E
(190,210,158)
#ACBD8F
(172,189,143)
#9AA880
(154,168,128)
#889371
(136,147,113)
#767E62
(118,126,98)
#646953
(100,105,83)
#525444
(82,84,68)
#403F35
(64,63,53)
#2E2A26
(46,42,38)
#1C1517
(28,21,23)
#000000
(0,0,0)

Tints of #D0E7AD

#D0E7AD
(208,231,173)
#D4E9B4
(212,233,180)
#D8EBBB
(216,235,187)
#DCEDC2
(220,237,194)
#E0EFC9
(224,239,201)
#E4F1D0
(228,241,208)
#E8F3D7
(232,243,215)
#ECF5DE
(236,245,222)
#F0F7E5
(240,247,229)
#F4F9EC
(244,249,236)
#F8FBF3
(248,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E7AD; }

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

This text font color is #D0E7AD.


Background Color

.myBgColor { background-color: #D0E7AD; }

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

This div background color is #D0E7AD.


Border color

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

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

This div border color is #D0E7AD.


Opacity

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

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

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

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

This text has shadow with #D0E7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E7AD on black background.


Color preview on white background

This text has color #D0E7AD on white background.



Black color preview on #D0E7AD background

This text has black color on #D0E7AD background.


White color preview on #D0E7AD background

This text has white color on #D0E7AD background.