COLOR #D0EED2

HEX: #D0EED2
RGB: (208,238,210)

Color info

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

RGB color model

#D0EED2 color RGB value is (208,238,210).

  • red value is 208;
  • green value is 238;
  • blue value is 210.
RGB:
(208,238,210)
(82%,93%,82%)

RGB channels and saturation

R 208 of 255 = 82%
G 238 of 255 = 93%
B 210 of 255 = 82%

208
238
210

R + G + B ~ 86%. #D0EED2 is light color.

Portions of RGB colors in percentages

R + G + B =
208 + 238 + 210 = 656 (100%)
R 208 of 656 ~ 31.71%
G 238 of 656 ~ 36.28%
B 210 of 656 ~ 32.01%

%31.71
%36.28
%32.01

CMYK color model

#D0EED2 color CMYK value is (13,0,12,7).

  • cyan value is 12.61%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 6.67%
CMYK:
(13,0,12,7)
C13M0Y12K7 
(13%,0%,12%,7%)
(0.13/0.00/0.12/0.07)	

CMYK percentages

%12.61
%0
%11.76
%6.67

Codes

Color #D0EED2 in popluar color models

D0EED2
RGB208238210
HSL124°46.88%87.45%
HSB/HSV124°12.61%93.33%
CMYK12.61%0.00%11.76%
6.67%

Color #D0EED2 in popluar number systems.

HEXD0EED2
Decimal208238210
Binary110100001110111011010010
Octal320356322

Shades and tints

Shades of #D0EED2

#D0EED2
(208,238,210)
#BED9BF
(190,217,191)
#ACC4AC
(172,196,172)
#9AAF99
(154,175,153)
#889A86
(136,154,134)
#768573
(118,133,115)
#647060
(100,112,96)
#525B4D
(82,91,77)
#40463A
(64,70,58)
#2E3127
(46,49,39)
#1C1C14
(28,28,20)
#000000
(0,0,0)

Tints of #D0EED2

#D0EED2
(208,238,210)
#D4EFD6
(212,239,214)
#D8F0DA
(216,240,218)
#DCF1DE
(220,241,222)
#E0F2E2
(224,242,226)
#E4F3E6
(228,243,230)
#E8F4EA
(232,244,234)
#ECF5EE
(236,245,238)
#F0F6F2
(240,246,242)
#F4F7F6
(244,247,246)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0EED2 color. Also use rgb(208,238,210) instead hex code.

Text Font Color

.myTextColor { color: #D0EED2; }

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

This text font color is #D0EED2.


Background Color

.myBgColor { background-color: #D0EED2; }

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

This div background color is #D0EED2.


Border color

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

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

This div border color is #D0EED2.


Opacity

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

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

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

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

This text has shadow with #D0EED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0EED2 on black background.


Color preview on white background

This text has color #D0EED2 on white background.



Black color preview on #D0EED2 background

This text has black color on #D0EED2 background.


White color preview on #D0EED2 background

This text has white color on #D0EED2 background.