COLOR #D0ECD2

HEX: #D0ECD2
RGB: (208,236,210)

Color info

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

RGB color model

#D0ECD2 color RGB value is (208,236,210).

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

RGB channels and saturation

R 208 of 255 = 82%
G 236 of 255 = 93%
B 210 of 255 = 82%

208
236
210

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

Portions of RGB colors in percentages

R + G + B =
208 + 236 + 210 = 654 (100%)
R 208 of 654 ~ 31.8%
G 236 of 654 ~ 36.09%
B 210 of 654 ~ 32.11%

%31.8
%36.09
%32.11

CMYK color model

#D0ECD2 color CMYK value is (12,0,11,7).

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • key color value is 7.45%
CMYK:
(12,0,11,7)
C12M0Y11K7 
(12%,0%,11%,7%)
(0.12/0.00/0.11/0.07)	

CMYK percentages

%11.86
%0
%11.02
%7.45

Codes

Color #D0ECD2 in popluar color models

D0ECD2
RGB208236210
HSL124°42.42%87.06%
HSB/HSV124°11.86%92.55%
CMYK11.86%0.00%11.02%
7.45%

Color #D0ECD2 in popluar number systems.

HEXD0ECD2
Decimal208236210
Binary110100001110110011010010
Octal320354322

Shades and tints

Shades of #D0ECD2

#D0ECD2
(208,236,210)
#BED7BF
(190,215,191)
#ACC2AC
(172,194,172)
#9AAD99
(154,173,153)
#889886
(136,152,134)
#768373
(118,131,115)
#646E60
(100,110,96)
#52594D
(82,89,77)
#40443A
(64,68,58)
#2E2F27
(46,47,39)
#1C1A14
(28,26,20)
#000000
(0,0,0)

Tints of #D0ECD2

#D0ECD2
(208,236,210)
#D4EDD6
(212,237,214)
#D8EEDA
(216,238,218)
#DCEFDE
(220,239,222)
#E0F0E2
(224,240,226)
#E4F1E6
(228,241,230)
#E8F2EA
(232,242,234)
#ECF3EE
(236,243,238)
#F0F4F2
(240,244,242)
#F4F5F6
(244,245,246)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0ECD2; }

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

This text font color is #D0ECD2.


Background Color

.myBgColor { background-color: #D0ECD2; }

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

This div background color is #D0ECD2.


Border color

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

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

This div border color is #D0ECD2.


Opacity

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

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

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

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

This text has shadow with #D0ECD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0ECD2 on black background.


Color preview on white background

This text has color #D0ECD2 on white background.



Black color preview on #D0ECD2 background

This text has black color on #D0ECD2 background.


White color preview on #D0ECD2 background

This text has white color on #D0ECD2 background.