COLOR #D0E8EC

HEX: #D0E8EC
RGB: (208,232,236)

Color info

#D0E8EC contains red, green and blue colors in about the same proportion. Web safe color of #D0E8EC is #CCFFFF (or #CFF).

RGB color model

#D0E8EC color RGB value is (208,232,236).

  • red value is 208;
  • green value is 232;
  • blue value is 236.
RGB:
(208,232,236)
(82%,91%,93%)

RGB channels and saturation

R 208 of 255 = 82%
G 232 of 255 = 91%
B 236 of 255 = 93%

208
232
236

R + G + B ~ 89%. #D0E8EC is light color.

Portions of RGB colors in percentages

R + G + B =
208 + 232 + 236 = 676 (100%)
R 208 of 676 ~ 30.77%
G 232 of 676 ~ 34.32%
B 236 of 676 ~ 34.91%

%30.77
%34.32
%34.91

CMYK color model

#D0E8EC color CMYK value is (12,2,0,7).

  • cyan value is 11.86%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(12,2,0,7)
C12M2Y0K7 
(12%,2%,0%,7%)
(0.12/0.02/0.00/0.07)	

CMYK percentages

%11.86
%1.69
%0
%7.45

Codes

Color #D0E8EC in popluar color models

D0E8EC
RGB208232236
HSL189°42.42%87.06%
HSB/HSV189°11.86%92.55%
CMYK11.86%1.69%0.00%
7.45%

Color #D0E8EC in popluar number systems.

HEXD0E8EC
Decimal208232236
Binary110100001110100011101100
Octal320350354

Shades and tints

Shades of #D0E8EC

#D0E8EC
(208,232,236)
#BED3D7
(190,211,215)
#ACBEC2
(172,190,194)
#9AA9AD
(154,169,173)
#889498
(136,148,152)
#767F83
(118,127,131)
#646A6E
(100,106,110)
#525559
(82,85,89)
#404044
(64,64,68)
#2E2B2F
(46,43,47)
#1C161A
(28,22,26)
#000000
(0,0,0)

Tints of #D0E8EC

#D0E8EC
(208,232,236)
#D4EAED
(212,234,237)
#D8ECEE
(216,236,238)
#DCEEEF
(220,238,239)
#E0F0F0
(224,240,240)
#E4F2F1
(228,242,241)
#E8F4F2
(232,244,242)
#ECF6F3
(236,246,243)
#F0F8F4
(240,248,244)
#F4FAF5
(244,250,245)
#F8FCF6
(248,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0E8EC color. Also use rgb(208,232,236) instead hex code.

Text Font Color

.myTextColor { color: #D0E8EC; }

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

This text font color is #D0E8EC.


Background Color

.myBgColor { background-color: #D0E8EC; }

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

This div background color is #D0E8EC.


Border color

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

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

This div border color is #D0E8EC.


Opacity

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

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

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

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

This text has shadow with #D0E8EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E8EC on black background.


Color preview on white background

This text has color #D0E8EC on white background.



Black color preview on #D0E8EC background

This text has black color on #D0E8EC background.


White color preview on #D0E8EC background

This text has white color on #D0E8EC background.