COLOR #D8E5CA

HEX: #D8E5CA RGB: (216,229,202)

Color info

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

RGB color model

#D8E5CA color RGB value is (216,229,202).

RGB: (216,229,202) (85%, 90%, 79%)

RGB channels and saturation

R 216 of 255 = 85%
G 229 of 255 = 90%
B 202 of 255 = 79%

216
229
202

R + G + B ~ 85%. #D8E5CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 229 + 202 = 647 (100%)
R 216 of 647 ~ 33.38%
G 229 of 647 ~ 35.39%
B 202 of 647 ~ 31.22'%

%33.38
%35.39
%31.22

CMYK color model

#D8E5CA color CMYK value is (6,0,12,10).

  • cyan value is 5.68%
  • magenta value is 0.00%
  • yellow value is 11.79%
  • key color value is 10.20%

CMYK: (6,0,12,10)
C6M0Y12K10 (6%, 0%, 12%, 10%)
(0.06 / 0.00 / 0.12 / 0.10)

CMYK percentages

%5.68
%0
%11.79
%10.2

Codes

Color #D8E5CA in popluar color models

D8 E5 CA
RGB 216 229 202
HSL 89° 34.18% 84.51%
HSB/HSV 89° 11.79% 89.80%
CMYK 5.68% 0.00% 11.79%
10.20%

Color #D8E5CA in popluar number systems.

HEX D8 E5 CA
Decimal 216 229 202
Binary 11011000 11100101 11001010
Octal 330 345 312

Shades and tints

Shades of #D8E5CA

#D8E5CA
(216,229,202)
#C5D1B8
(197,209,184)
#B2BDA6
(178,189,166)
#9FA994
(159,169,148)
#8C9582
(140,149,130)
#798170
(121,129,112)
#666D5E
(102,109,94)
#53594C
(83,89,76)
#40453A
(64,69,58)
#2D3128
(45,49,40)
#1A1D16
(26,29,22)
#000000
(0,0,0)

Tints of #D8E5CA

#D8E5CA
(216,229,202)
#DBE7CE
(219,231,206)
#DEE9D2
(222,233,210)
#E1EBD6
(225,235,214)
#E4EDDA
(228,237,218)
#E7EFDE
(231,239,222)
#EAF1E2
(234,241,226)
#EDF3E6
(237,243,230)
#F0F5EA
(240,245,234)
#F3F7EE
(243,247,238)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E5CA; }

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

This text font color is #D8E5CA.

Background Color

.myBgColor { background-color: #D8E5CA; }

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

This div background color is #D8E5CA.

Border color

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

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

This div border color is #D8E5CA.

Opacity

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

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

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

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

This text has shadow with #D8E5CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8E5CA.

Preview

Color preview on black background

This text has color #D8E5CA on black background.


Color preview on white background

This text has color #D8E5CA on white background.


Black color preview on #D8E5CA background

This text has black color on #D8E5CA background.


White color preview on #D8E5CA background

This text has white color on #D8E5CA background.


Related colors

Complementary color

Complementary color for #hex is #271A35.


I love getcolorcode.com

Triadic colors

1 #CAD8E5 and #E5CAD8 with #D8E5CA are triadic colors.

2 #CAE5D8 and #E5D8CA with #D8E5CA are triadic colors.