COLOR #D8E5CC

HEX: #D8E5CC
RGB: (216,229,204)

Color info

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

RGB color model

#D8E5CC color RGB value is (216,229,204).

  • red value is 216;
  • green value is 229;
  • blue value is 204.
RGB:
(216,229,204)
(85%,90%,80%)

RGB channels and saturation

R 216 of 255 = 85%
G 229 of 255 = 90%
B 204 of 255 = 80%

216
229
204

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

Portions of RGB colors in percentages

R + G + B =
216 + 229 + 204 = 649 (100%)
R 216 of 649 ~ 33.28%
G 229 of 649 ~ 35.29%
B 204 of 649 ~ 31.43%

%33.28
%35.29
%31.43

CMYK color model

#D8E5CC color CMYK value is (6,0,11,10).

  • cyan value is 5.68%
  • magenta value is 0.00%
  • yellow value is 10.92%
  • key color value is 10.20%
CMYK:
(6,0,11,10)
C6M0Y11K10 
(6%,0%,11%,10%)
(0.06/0.00/0.11/0.10)	

CMYK percentages

%5.68
%0
%10.92
%10.2

Codes

Color #D8E5CC in popluar color models

D8E5CC
RGB216229204
HSL91°32.47%84.90%
HSB/HSV91°10.92%89.80%
CMYK5.68%0.00%10.92%
10.20%

Color #D8E5CC in popluar number systems.

HEXD8E5CC
Decimal216229204
Binary110110001110010111001100
Octal330345314

Shades and tints

Shades of #D8E5CC

#D8E5CC
(216,229,204)
#C5D1BA
(197,209,186)
#B2BDA8
(178,189,168)
#9FA996
(159,169,150)
#8C9584
(140,149,132)
#798172
(121,129,114)
#666D60
(102,109,96)
#53594E
(83,89,78)
#40453C
(64,69,60)
#2D312A
(45,49,42)
#1A1D18
(26,29,24)
#000000
(0,0,0)

Tints of #D8E5CC

#D8E5CC
(216,229,204)
#DBE7D0
(219,231,208)
#DEE9D4
(222,233,212)
#E1EBD8
(225,235,216)
#E4EDDC
(228,237,220)
#E7EFE0
(231,239,224)
#EAF1E4
(234,241,228)
#EDF3E8
(237,243,232)
#F0F5EC
(240,245,236)
#F3F7F0
(243,247,240)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E5CC; }

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

This text font color is #D8E5CC.


Background Color

.myBgColor { background-color: #D8E5CC; }

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

This div background color is #D8E5CC.


Border color

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

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

This div border color is #D8E5CC.


Opacity

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

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

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

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

This text has shadow with #D8E5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E5CC on black background.


Color preview on white background

This text has color #D8E5CC on white background.



Black color preview on #D8E5CC background

This text has black color on #D8E5CC background.


White color preview on #D8E5CC background

This text has white color on #D8E5CC background.