COLOR #D0EED6

HEX: #D0EED6 RGB: (208,238,214)

Color info

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

RGB color model

#D0EED6 color RGB value is (208,238,214).

RGB: (208,238,214) (82%, 93%, 84%)

RGB channels and saturation

R 208 of 255 = 82%
G 238 of 255 = 93%
B 214 of 255 = 84%

208
238
214

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

Portions of RGB colors in percentages

R + G + B = 208 + 238 + 214 = 660 (100%)
R 208 of 660 ~ 31.52%
G 238 of 660 ~ 36.06%
B 214 of 660 ~ 32.42'%

%31.52
%36.06
%32.42

CMYK color model

#D0EED6 color CMYK value is (13,0,10,7).

  • cyan value is 12.61%
  • magenta value is 0.00%
  • yellow value is 10.08%
  • key color value is 6.67%

CMYK: (13,0,10,7)
C13M0Y10K7 (13%, 0%, 10%, 7%)
(0.13 / 0.00 / 0.10 / 0.07)

CMYK percentages

%12.61
%0
%10.08
%6.67

Codes

Color #D0EED6 in popluar color models

D0 EE D6
RGB 208 238 214
HSL 132° 46.88% 87.45%
HSB/HSV 132° 12.61% 93.33%
CMYK 12.61% 0.00% 10.08%
6.67%

Color #D0EED6 in popluar number systems.

HEX D0 EE D6
Decimal 208 238 214
Binary 11010000 11101110 11010110
Octal 320 356 326

Shades and tints

Shades of #D0EED6

#D0EED6
(208,238,214)
#BED9C3
(190,217,195)
#ACC4B0
(172,196,176)
#9AAF9D
(154,175,157)
#889A8A
(136,154,138)
#768577
(118,133,119)
#647064
(100,112,100)
#525B51
(82,91,81)
#40463E
(64,70,62)
#2E312B
(46,49,43)
#1C1C18
(28,28,24)
#000000
(0,0,0)

Tints of #D0EED6

#D0EED6
(208,238,214)
#D4EFD9
(212,239,217)
#D8F0DC
(216,240,220)
#DCF1DF
(220,241,223)
#E0F2E2
(224,242,226)
#E4F3E5
(228,243,229)
#E8F4E8
(232,244,232)
#ECF5EB
(236,245,235)
#F0F6EE
(240,246,238)
#F4F7F1
(244,247,241)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0EED6; }

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

This text font color is #D0EED6.

Background Color

.myBgColor { background-color: #D0EED6; }

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

This div background color is #D0EED6.

Border color

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

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

This div border color is #D0EED6.

Opacity

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

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

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

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

This text has shadow with #D0EED6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0EED6.

Preview

Color preview on black background

This text has color #D0EED6 on black background.


Color preview on white background

This text has color #D0EED6 on white background.


Black color preview on #D0EED6 background

This text has black color on #D0EED6 background.


White color preview on #D0EED6 background

This text has white color on #D0EED6 background.


Related colors

Complementary color

Complementary color for #hex is #2F1129.


I love getcolorcode.com

Triadic colors

1 #D6D0EE and #EED6D0 with #D0EED6 are triadic colors.

2 #D6EED0 and #EED0D6 with #D0EED6 are triadic colors.