COLOR #D0E5CF

HEX: #D0E5CF
RGB: (208,229,207)

Color info

#D0E5CF contains red, green and blue colors in about the same proportion. Web safe color of #D0E5CF is #CCCCCC (or #CCC).

RGB color model

#D0E5CF color RGB value is (208,229,207).

  • red value is 208;
  • green value is 229;
  • blue value is 207.
RGB:
(208,229,207)
(82%,90%,81%)

RGB channels and saturation

R 208 of 255 = 82%
G 229 of 255 = 90%
B 207 of 255 = 81%

208
229
207

R + G + B ~ 84%. #D0E5CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 229 + 207 = 644 (100%)
R 208 of 644 ~ 32.3%
G 229 of 644 ~ 35.56%
B 207 of 644 ~ 32.14%

%32.3
%35.56
%32.14

CMYK color model

#D0E5CF color CMYK value is (9,0,10,10).

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 9.61%
  • key color value is 10.20%
CMYK:
(9,0,10,10)
C9M0Y10K10 
(9%,0%,10%,10%)
(0.09/0.00/0.10/0.10)	

CMYK percentages

%9.17
%0
%9.61
%10.2

Codes

Color #D0E5CF in popluar color models

D0E5CF
RGB208229207
HSL117°29.73%85.49%
HSB/HSV117°9.61%89.80%
CMYK9.17%0.00%9.61%
10.20%

Color #D0E5CF in popluar number systems.

HEXD0E5CF
Decimal208229207
Binary110100001110010111001111
Octal320345317

Shades and tints

Shades of #D0E5CF

#D0E5CF
(208,229,207)
#BED1BD
(190,209,189)
#ACBDAB
(172,189,171)
#9AA999
(154,169,153)
#889587
(136,149,135)
#768175
(118,129,117)
#646D63
(100,109,99)
#525951
(82,89,81)
#40453F
(64,69,63)
#2E312D
(46,49,45)
#1C1D1B
(28,29,27)
#000000
(0,0,0)

Tints of #D0E5CF

#D0E5CF
(208,229,207)
#D4E7D3
(212,231,211)
#D8E9D7
(216,233,215)
#DCEBDB
(220,235,219)
#E0EDDF
(224,237,223)
#E4EFE3
(228,239,227)
#E8F1E7
(232,241,231)
#ECF3EB
(236,243,235)
#F0F5EF
(240,245,239)
#F4F7F3
(244,247,243)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0E5CF color. Also use rgb(208,229,207) instead hex code.

Text Font Color

.myTextColor { color: #D0E5CF; }

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

This text font color is #D0E5CF.


Background Color

.myBgColor { background-color: #D0E5CF; }

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

This div background color is #D0E5CF.


Border color

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

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

This div border color is #D0E5CF.


Opacity

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

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

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

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

This text has shadow with #D0E5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E5CF on black background.


Color preview on white background

This text has color #D0E5CF on white background.



Black color preview on #D0E5CF background

This text has black color on #D0E5CF background.


White color preview on #D0E5CF background

This text has white color on #D0E5CF background.