COLOR #D0E9D1

HEX: #D0E9D1
RGB: (208,233,209)

Color info

#D0E9D1 contains red, green and blue colors in about the same proportion. Web safe color of #D0E9D1 is #CCFFCC (or #CFC).

RGB color model

#D0E9D1 color RGB value is (208,233,209).

  • red value is 208;
  • green value is 233;
  • blue value is 209.
RGB:
(208,233,209)
(82%,91%,82%)

RGB channels and saturation

R 208 of 255 = 82%
G 233 of 255 = 91%
B 209 of 255 = 82%

208
233
209

R + G + B ~ 85%. #D0E9D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 233 + 209 = 650 (100%)
R 208 of 650 ~ 32%
G 233 of 650 ~ 35.85%
B 209 of 650 ~ 32.15%

%32
%35.85
%32.15

CMYK color model

#D0E9D1 color CMYK value is (11,0,10,9).

  • cyan value is 10.73%
  • magenta value is 0.00%
  • yellow value is 10.30%
  • key color value is 8.63%
CMYK:
(11,0,10,9)
C11M0Y10K9 
(11%,0%,10%,9%)
(0.11/0.00/0.10/0.09)	

CMYK percentages

%10.73
%0
%10.3
%8.63

Codes

Color #D0E9D1 in popluar color models

D0E9D1
RGB208233209
HSL122°36.23%86.47%
HSB/HSV122°10.73%91.37%
CMYK10.73%0.00%10.30%
8.63%

Color #D0E9D1 in popluar number systems.

HEXD0E9D1
Decimal208233209
Binary110100001110100111010001
Octal320351321

Shades and tints

Shades of #D0E9D1

#D0E9D1
(208,233,209)
#BED4BE
(190,212,190)
#ACBFAB
(172,191,171)
#9AAA98
(154,170,152)
#889585
(136,149,133)
#768072
(118,128,114)
#646B5F
(100,107,95)
#52564C
(82,86,76)
#404139
(64,65,57)
#2E2C26
(46,44,38)
#1C1713
(28,23,19)
#000000
(0,0,0)

Tints of #D0E9D1

#D0E9D1
(208,233,209)
#D4EBD5
(212,235,213)
#D8EDD9
(216,237,217)
#DCEFDD
(220,239,221)
#E0F1E1
(224,241,225)
#E4F3E5
(228,243,229)
#E8F5E9
(232,245,233)
#ECF7ED
(236,247,237)
#F0F9F1
(240,249,241)
#F4FBF5
(244,251,245)
#F8FDF9
(248,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E9D1; }

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

This text font color is #D0E9D1.


Background Color

.myBgColor { background-color: #D0E9D1; }

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

This div background color is #D0E9D1.


Border color

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

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

This div border color is #D0E9D1.


Opacity

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

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

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

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

This text has shadow with #D0E9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E9D1 on black background.


Color preview on white background

This text has color #D0E9D1 on white background.



Black color preview on #D0E9D1 background

This text has black color on #D0E9D1 background.


White color preview on #D0E9D1 background

This text has white color on #D0E9D1 background.