COLOR #D0ECD5

HEX: #D0ECD5
RGB: (208,236,213)

Color info

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

RGB color model

#D0ECD5 color RGB value is (208,236,213).

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

RGB channels and saturation

R 208 of 255 = 82%
G 236 of 255 = 93%
B 213 of 255 = 84%

208
236
213

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

Portions of RGB colors in percentages

R + G + B =
208 + 236 + 213 = 657 (100%)
R 208 of 657 ~ 31.66%
G 236 of 657 ~ 35.92%
B 213 of 657 ~ 32.42%

%31.66
%35.92
%32.42

CMYK color model

#D0ECD5 color CMYK value is (12,0,10,7).

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 9.75%
  • key color value is 7.45%
CMYK:
(12,0,10,7)
C12M0Y10K7 
(12%,0%,10%,7%)
(0.12/0.00/0.10/0.07)	

CMYK percentages

%11.86
%0
%9.75
%7.45

Codes

Color #D0ECD5 in popluar color models

D0ECD5
RGB208236213
HSL131°42.42%87.06%
HSB/HSV131°11.86%92.55%
CMYK11.86%0.00%9.75%
7.45%

Color #D0ECD5 in popluar number systems.

HEXD0ECD5
Decimal208236213
Binary110100001110110011010101
Octal320354325

Shades and tints

Shades of #D0ECD5

#D0ECD5
(208,236,213)
#BED7C2
(190,215,194)
#ACC2AF
(172,194,175)
#9AAD9C
(154,173,156)
#889889
(136,152,137)
#768376
(118,131,118)
#646E63
(100,110,99)
#525950
(82,89,80)
#40443D
(64,68,61)
#2E2F2A
(46,47,42)
#1C1A17
(28,26,23)
#000000
(0,0,0)

Tints of #D0ECD5

#D0ECD5
(208,236,213)
#D4EDD8
(212,237,216)
#D8EEDB
(216,238,219)
#DCEFDE
(220,239,222)
#E0F0E1
(224,240,225)
#E4F1E4
(228,241,228)
#E8F2E7
(232,242,231)
#ECF3EA
(236,243,234)
#F0F4ED
(240,244,237)
#F4F5F0
(244,245,240)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0ECD5; }

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

This text font color is #D0ECD5.


Background Color

.myBgColor { background-color: #D0ECD5; }

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

This div background color is #D0ECD5.


Border color

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

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

This div border color is #D0ECD5.


Opacity

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

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

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

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

This text has shadow with #D0ECD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0ECD5 on black background.


Color preview on white background

This text has color #D0ECD5 on white background.



Black color preview on #D0ECD5 background

This text has black color on #D0ECD5 background.


White color preview on #D0ECD5 background

This text has white color on #D0ECD5 background.