COLOR #D0E8ED

HEX: #D0E8ED
RGB: (208,232,237)

Color info

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

RGB color model

#D0E8ED color RGB value is (208,232,237).

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

RGB channels and saturation

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

208
232
237

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

Portions of RGB colors in percentages

R + G + B =
208 + 232 + 237 = 677 (100%)
R 208 of 677 ~ 30.72%
G 232 of 677 ~ 34.27%
B 237 of 677 ~ 35.01%

%30.72
%34.27
%35.01

CMYK color model

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

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

CMYK percentages

%12.24
%2.11
%0
%7.06

Codes

Color #D0E8ED in popluar color models

D0E8ED
RGB208232237
HSL190°44.62%87.25%
HSB/HSV190°12.24%92.94%
CMYK12.24%2.11%0.00%
7.06%

Color #D0E8ED in popluar number systems.

HEXD0E8ED
Decimal208232237
Binary110100001110100011101101
Octal320350355

Shades and tints

Shades of #D0E8ED

#D0E8ED
(208,232,237)
#BED3D8
(190,211,216)
#ACBEC3
(172,190,195)
#9AA9AE
(154,169,174)
#889499
(136,148,153)
#767F84
(118,127,132)
#646A6F
(100,106,111)
#52555A
(82,85,90)
#404045
(64,64,69)
#2E2B30
(46,43,48)
#1C161B
(28,22,27)
#000000
(0,0,0)

Tints of #D0E8ED

#D0E8ED
(208,232,237)
#D4EAEE
(212,234,238)
#D8ECEF
(216,236,239)
#DCEEF0
(220,238,240)
#E0F0F1
(224,240,241)
#E4F2F2
(228,242,242)
#E8F4F3
(232,244,243)
#ECF6F4
(236,246,244)
#F0F8F5
(240,248,245)
#F4FAF6
(244,250,246)
#F8FCF7
(248,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E8ED; }

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

This text font color is #D0E8ED.


Background Color

.myBgColor { background-color: #D0E8ED; }

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

This div background color is #D0E8ED.


Border color

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

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

This div border color is #D0E8ED.


Opacity

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

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

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

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

This text has shadow with #D0E8ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E8ED on black background.


Color preview on white background

This text has color #D0E8ED on white background.



Black color preview on #D0E8ED background

This text has black color on #D0E8ED background.


White color preview on #D0E8ED background

This text has white color on #D0E8ED background.