COLOR #D0E5CA

HEX: #D0E5CA
RGB: (208,229,202)

Color info

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

RGB color model

#D0E5CA color RGB value is (208,229,202).

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

RGB channels and saturation

R 208 of 255 = 82%
G 229 of 255 = 90%
B 202 of 255 = 79%

208
229
202

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

Portions of RGB colors in percentages

R + G + B =
208 + 229 + 202 = 639 (100%)
R 208 of 639 ~ 32.55%
G 229 of 639 ~ 35.84%
B 202 of 639 ~ 31.61%

%32.55
%35.84
%31.61

CMYK color model

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

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 11.79%
  • key color value is 10.20%
CMYK:
(9,0,12,10)
C9M0Y12K10 
(9%,0%,12%,10%)
(0.09/0.00/0.12/0.10)	

CMYK percentages

%9.17
%0
%11.79
%10.2

Codes

Color #D0E5CA in popluar color models

D0E5CA
RGB208229202
HSL107°34.18%84.51%
HSB/HSV107°11.79%89.80%
CMYK9.17%0.00%11.79%
10.20%

Color #D0E5CA in popluar number systems.

HEXD0E5CA
Decimal208229202
Binary110100001110010111001010
Octal320345312

Shades and tints

Shades of #D0E5CA

#D0E5CA
(208,229,202)
#BED1B8
(190,209,184)
#ACBDA6
(172,189,166)
#9AA994
(154,169,148)
#889582
(136,149,130)
#768170
(118,129,112)
#646D5E
(100,109,94)
#52594C
(82,89,76)
#40453A
(64,69,58)
#2E3128
(46,49,40)
#1C1D16
(28,29,22)
#000000
(0,0,0)

Tints of #D0E5CA

#D0E5CA
(208,229,202)
#D4E7CE
(212,231,206)
#D8E9D2
(216,233,210)
#DCEBD6
(220,235,214)
#E0EDDA
(224,237,218)
#E4EFDE
(228,239,222)
#E8F1E2
(232,241,226)
#ECF3E6
(236,243,230)
#F0F5EA
(240,245,234)
#F4F7EE
(244,247,238)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E5CA; }

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

This text font color is #D0E5CA.


Background Color

.myBgColor { background-color: #D0E5CA; }

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

This div background color is #D0E5CA.


Border color

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

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

This div border color is #D0E5CA.


Opacity

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

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

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

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

This text has shadow with #D0E5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E5CA on black background.


Color preview on white background

This text has color #D0E5CA on white background.



Black color preview on #D0E5CA background

This text has black color on #D0E5CA background.


White color preview on #D0E5CA background

This text has white color on #D0E5CA background.