COLOR #D0E3AD

HEX: #D0E3AD
RGB: (208,227,173)

Color info

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

RGB color model

#D0E3AD color RGB value is (208,227,173).

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

RGB channels and saturation

R 208 of 255 = 82%
G 227 of 255 = 89%
B 173 of 255 = 68%

208
227
173

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

Portions of RGB colors in percentages

R + G + B =
208 + 227 + 173 = 608 (100%)
R 208 of 608 ~ 34.21%
G 227 of 608 ~ 37.34%
B 173 of 608 ~ 28.45%

%34.21
%37.34
%28.45

CMYK color model

#D0E3AD color CMYK value is (8,0,24,11).

  • cyan value is 8.37%
  • magenta value is 0.00%
  • yellow value is 23.79%
  • key color value is 10.98%
CMYK:
(8,0,24,11)
C8M0Y24K11 
(8%,0%,24%,11%)
(0.08/0.00/0.24/0.11)	

CMYK percentages

%8.37
%0
%23.79
%10.98

Codes

Color #D0E3AD in popluar color models

D0E3AD
RGB208227173
HSL81°49.09%78.43%
HSB/HSV81°23.79%89.02%
CMYK8.37%0.00%23.79%
10.98%

Color #D0E3AD in popluar number systems.

HEXD0E3AD
Decimal208227173
Binary110100001110001110101101
Octal320343255

Shades and tints

Shades of #D0E3AD

#D0E3AD
(208,227,173)
#BECF9E
(190,207,158)
#ACBB8F
(172,187,143)
#9AA780
(154,167,128)
#889371
(136,147,113)
#767F62
(118,127,98)
#646B53
(100,107,83)
#525744
(82,87,68)
#404335
(64,67,53)
#2E2F26
(46,47,38)
#1C1B17
(28,27,23)
#000000
(0,0,0)

Tints of #D0E3AD

#D0E3AD
(208,227,173)
#D4E5B4
(212,229,180)
#D8E7BB
(216,231,187)
#DCE9C2
(220,233,194)
#E0EBC9
(224,235,201)
#E4EDD0
(228,237,208)
#E8EFD7
(232,239,215)
#ECF1DE
(236,241,222)
#F0F3E5
(240,243,229)
#F4F5EC
(244,245,236)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E3AD; }

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

This text font color is #D0E3AD.


Background Color

.myBgColor { background-color: #D0E3AD; }

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

This div background color is #D0E3AD.


Border color

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

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

This div border color is #D0E3AD.


Opacity

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

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

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

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

This text has shadow with #D0E3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E3AD on black background.


Color preview on white background

This text has color #D0E3AD on white background.



Black color preview on #D0E3AD background

This text has black color on #D0E3AD background.


White color preview on #D0E3AD background

This text has white color on #D0E3AD background.