COLOR #D8E2CC

HEX: #D8E2CC
RGB: (216,226,204)

Color info

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

RGB color model

#D8E2CC color RGB value is (216,226,204).

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

RGB channels and saturation

R 216 of 255 = 85%
G 226 of 255 = 89%
B 204 of 255 = 80%

216
226
204

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

Portions of RGB colors in percentages

R + G + B =
216 + 226 + 204 = 646 (100%)
R 216 of 646 ~ 33.44%
G 226 of 646 ~ 34.98%
B 204 of 646 ~ 31.58%

%33.44
%34.98
%31.58

CMYK color model

#D8E2CC color CMYK value is (4,0,10,11).

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 9.73%
  • key color value is 11.37%
CMYK:
(4,0,10,11)
C4M0Y10K11 
(4%,0%,10%,11%)
(0.04/0.00/0.10/0.11)	

CMYK percentages

%4.42
%0
%9.73
%11.37

Codes

Color #D8E2CC in popluar color models

D8E2CC
RGB216226204
HSL87°27.50%84.31%
HSB/HSV87°9.73%88.63%
CMYK4.42%0.00%9.73%
11.37%

Color #D8E2CC in popluar number systems.

HEXD8E2CC
Decimal216226204
Binary110110001110001011001100
Octal330342314

Shades and tints

Shades of #D8E2CC

#D8E2CC
(216,226,204)
#C5CEBA
(197,206,186)
#B2BAA8
(178,186,168)
#9FA696
(159,166,150)
#8C9284
(140,146,132)
#797E72
(121,126,114)
#666A60
(102,106,96)
#53564E
(83,86,78)
#40423C
(64,66,60)
#2D2E2A
(45,46,42)
#1A1A18
(26,26,24)
#000000
(0,0,0)

Tints of #D8E2CC

#D8E2CC
(216,226,204)
#DBE4D0
(219,228,208)
#DEE6D4
(222,230,212)
#E1E8D8
(225,232,216)
#E4EADC
(228,234,220)
#E7ECE0
(231,236,224)
#EAEEE4
(234,238,228)
#EDF0E8
(237,240,232)
#F0F2EC
(240,242,236)
#F3F4F0
(243,244,240)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E2CC; }

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

This text font color is #D8E2CC.


Background Color

.myBgColor { background-color: #D8E2CC; }

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

This div background color is #D8E2CC.


Border color

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

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

This div border color is #D8E2CC.


Opacity

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

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

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

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

This text has shadow with #D8E2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E2CC on black background.


Color preview on white background

This text has color #D8E2CC on white background.



Black color preview on #D8E2CC background

This text has black color on #D8E2CC background.


White color preview on #D8E2CC background

This text has white color on #D8E2CC background.