COLOR #D8E1CC

HEX: #D8E1CC
RGB: (216,225,204)

Color info

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

RGB color model

#D8E1CC color RGB value is (216,225,204).

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

RGB channels and saturation

R 216 of 255 = 85%
G 225 of 255 = 88%
B 204 of 255 = 80%

216
225
204

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

Portions of RGB colors in percentages

R + G + B =
216 + 225 + 204 = 645 (100%)
R 216 of 645 ~ 33.49%
G 225 of 645 ~ 34.88%
B 204 of 645 ~ 31.63%

%33.49
%34.88
%31.63

CMYK color model

#D8E1CC color CMYK value is (4,0,9,12).

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 9.33%
  • key color value is 11.76%
CMYK:
(4,0,9,12)
C4M0Y9K12 
(4%,0%,9%,12%)
(0.04/0.00/0.09/0.12)	

CMYK percentages

%4
%0
%9.33
%11.76

Codes

Color #D8E1CC in popluar color models

D8E1CC
RGB216225204
HSL86°25.93%84.12%
HSB/HSV86°9.33%88.24%
CMYK4.00%0.00%9.33%
11.76%

Color #D8E1CC in popluar number systems.

HEXD8E1CC
Decimal216225204
Binary110110001110000111001100
Octal330341314

Shades and tints

Shades of #D8E1CC

#D8E1CC
(216,225,204)
#C5CDBA
(197,205,186)
#B2B9A8
(178,185,168)
#9FA596
(159,165,150)
#8C9184
(140,145,132)
#797D72
(121,125,114)
#666960
(102,105,96)
#53554E
(83,85,78)
#40413C
(64,65,60)
#2D2D2A
(45,45,42)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #D8E1CC

#D8E1CC
(216,225,204)
#DBE3D0
(219,227,208)
#DEE5D4
(222,229,212)
#E1E7D8
(225,231,216)
#E4E9DC
(228,233,220)
#E7EBE0
(231,235,224)
#EAEDE4
(234,237,228)
#EDEFE8
(237,239,232)
#F0F1EC
(240,241,236)
#F3F3F0
(243,243,240)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E1CC; }

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

This text font color is #D8E1CC.


Background Color

.myBgColor { background-color: #D8E1CC; }

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

This div background color is #D8E1CC.


Border color

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

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

This div border color is #D8E1CC.


Opacity

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

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

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

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

This text has shadow with #D8E1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E1CC on black background.


Color preview on white background

This text has color #D8E1CC on white background.



Black color preview on #D8E1CC background

This text has black color on #D8E1CC background.


White color preview on #D8E1CC background

This text has white color on #D8E1CC background.