COLOR #D0E9EC

HEX: #D0E9EC
RGB: (208,233,236)

Color info

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

RGB color model

#D0E9EC color RGB value is (208,233,236).

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

RGB channels and saturation

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

208
233
236

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

Portions of RGB colors in percentages

R + G + B =
208 + 233 + 236 = 677 (100%)
R 208 of 677 ~ 30.72%
G 233 of 677 ~ 34.42%
B 236 of 677 ~ 34.86%

%30.72
%34.42
%34.86

CMYK color model

#D0E9EC color CMYK value is (12,1,0,7).

  • cyan value is 11.86%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(12,1,0,7)
C12M1Y0K7 
(12%,1%,0%,7%)
(0.12/0.01/0.00/0.07)	

CMYK percentages

%11.86
%1.27
%0
%7.45

Codes

Color #D0E9EC in popluar color models

D0E9EC
RGB208233236
HSL186°42.42%87.06%
HSB/HSV186°11.86%92.55%
CMYK11.86%1.27%0.00%
7.45%

Color #D0E9EC in popluar number systems.

HEXD0E9EC
Decimal208233236
Binary110100001110100111101100
Octal320351354

Shades and tints

Shades of #D0E9EC

#D0E9EC
(208,233,236)
#BED4D7
(190,212,215)
#ACBFC2
(172,191,194)
#9AAAAD
(154,170,173)
#889598
(136,149,152)
#768083
(118,128,131)
#646B6E
(100,107,110)
#525659
(82,86,89)
#404144
(64,65,68)
#2E2C2F
(46,44,47)
#1C171A
(28,23,26)
#000000
(0,0,0)

Tints of #D0E9EC

#D0E9EC
(208,233,236)
#D4EBED
(212,235,237)
#D8EDEE
(216,237,238)
#DCEFEF
(220,239,239)
#E0F1F0
(224,241,240)
#E4F3F1
(228,243,241)
#E8F5F2
(232,245,242)
#ECF7F3
(236,247,243)
#F0F9F4
(240,249,244)
#F4FBF5
(244,251,245)
#F8FDF6
(248,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E9EC; }

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

This text font color is #D0E9EC.


Background Color

.myBgColor { background-color: #D0E9EC; }

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

This div background color is #D0E9EC.


Border color

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

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

This div border color is #D0E9EC.


Opacity

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

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

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

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

This text has shadow with #D0E9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E9EC on black background.


Color preview on white background

This text has color #D0E9EC on white background.



Black color preview on #D0E9EC background

This text has black color on #D0E9EC background.


White color preview on #D0E9EC background

This text has white color on #D0E9EC background.