COLOR #D0ECDE

HEX: #D0ECDE
RGB: (208,236,222)

Color info

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

RGB color model

#D0ECDE color RGB value is (208,236,222).

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

RGB channels and saturation

R 208 of 255 = 82%
G 236 of 255 = 93%
B 222 of 255 = 87%

208
236
222

R + G + B ~ 87%. #D0ECDE is light color.

Portions of RGB colors in percentages

R + G + B =
208 + 236 + 222 = 666 (100%)
R 208 of 666 ~ 31.23%
G 236 of 666 ~ 35.44%
B 222 of 666 ~ 33.33%

%31.23
%35.44
%33.33

CMYK color model

#D0ECDE color CMYK value is (12,0,6,7).

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 7.45%
CMYK:
(12,0,6,7)
C12M0Y6K7 
(12%,0%,6%,7%)
(0.12/0.00/0.06/0.07)	

CMYK percentages

%11.86
%0
%5.93
%7.45

Codes

Color #D0ECDE in popluar color models

D0ECDE
RGB208236222
HSL150°42.42%87.06%
HSB/HSV150°11.86%92.55%
CMYK11.86%0.00%5.93%
7.45%

Color #D0ECDE in popluar number systems.

HEXD0ECDE
Decimal208236222
Binary110100001110110011011110
Octal320354336

Shades and tints

Shades of #D0ECDE

#D0ECDE
(208,236,222)
#BED7CA
(190,215,202)
#ACC2B6
(172,194,182)
#9AADA2
(154,173,162)
#88988E
(136,152,142)
#76837A
(118,131,122)
#646E66
(100,110,102)
#525952
(82,89,82)
#40443E
(64,68,62)
#2E2F2A
(46,47,42)
#1C1A16
(28,26,22)
#000000
(0,0,0)

Tints of #D0ECDE

#D0ECDE
(208,236,222)
#D4EDE1
(212,237,225)
#D8EEE4
(216,238,228)
#DCEFE7
(220,239,231)
#E0F0EA
(224,240,234)
#E4F1ED
(228,241,237)
#E8F2F0
(232,242,240)
#ECF3F3
(236,243,243)
#F0F4F6
(240,244,246)
#F4F5F9
(244,245,249)
#F8F6FC
(248,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0ECDE; }

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

This text font color is #D0ECDE.


Background Color

.myBgColor { background-color: #D0ECDE; }

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

This div background color is #D0ECDE.


Border color

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

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

This div border color is #D0ECDE.


Opacity

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

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

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

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

This text has shadow with #D0ECDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0ECDE on black background.


Color preview on white background

This text has color #D0ECDE on white background.



Black color preview on #D0ECDE background

This text has black color on #D0ECDE background.


White color preview on #D0ECDE background

This text has white color on #D0ECDE background.