COLOR #D0E6AD

HEX: #D0E6AD
RGB: (208,230,173)

Color info

#D0E6AD contains red, green and blue colors in about the same proportion. Web safe color of #D0E6AD is #CCCC99 (or #CC9).

RGB color model

#D0E6AD color RGB value is (208,230,173).

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

RGB channels and saturation

R 208 of 255 = 82%
G 230 of 255 = 90%
B 173 of 255 = 68%

208
230
173

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

Portions of RGB colors in percentages

R + G + B =
208 + 230 + 173 = 611 (100%)
R 208 of 611 ~ 34.04%
G 230 of 611 ~ 37.64%
B 173 of 611 ~ 28.31%

%34.04
%37.64
%28.31

CMYK color model

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

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 24.78%
  • key color value is 9.80%
CMYK:
(10,0,25,10)
C10M0Y25K10 
(10%,0%,25%,10%)
(0.10/0.00/0.25/0.10)	

CMYK percentages

%9.57
%0
%24.78
%9.8

Codes

Color #D0E6AD in popluar color models

D0E6AD
RGB208230173
HSL83°53.27%79.02%
HSB/HSV83°24.78%90.20%
CMYK9.57%0.00%24.78%
9.80%

Color #D0E6AD in popluar number systems.

HEXD0E6AD
Decimal208230173
Binary110100001110011010101101
Octal320346255

Shades and tints

Shades of #D0E6AD

#D0E6AD
(208,230,173)
#BED29E
(190,210,158)
#ACBE8F
(172,190,143)
#9AAA80
(154,170,128)
#889671
(136,150,113)
#768262
(118,130,98)
#646E53
(100,110,83)
#525A44
(82,90,68)
#404635
(64,70,53)
#2E3226
(46,50,38)
#1C1E17
(28,30,23)
#000000
(0,0,0)

Tints of #D0E6AD

#D0E6AD
(208,230,173)
#D4E8B4
(212,232,180)
#D8EABB
(216,234,187)
#DCECC2
(220,236,194)
#E0EEC9
(224,238,201)
#E4F0D0
(228,240,208)
#E8F2D7
(232,242,215)
#ECF4DE
(236,244,222)
#F0F6E5
(240,246,229)
#F4F8EC
(244,248,236)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E6AD; }

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

This text font color is #D0E6AD.


Background Color

.myBgColor { background-color: #D0E6AD; }

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

This div background color is #D0E6AD.


Border color

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

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

This div border color is #D0E6AD.


Opacity

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

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

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

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

This text has shadow with #D0E6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E6AD on black background.


Color preview on white background

This text has color #D0E6AD on white background.



Black color preview on #D0E6AD background

This text has black color on #D0E6AD background.


White color preview on #D0E6AD background

This text has white color on #D0E6AD background.