COLOR #D8E2E0

HEX: #D8E2E0
RGB: (216,226,224)

Color info

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

RGB color model

#D8E2E0 color RGB value is (216,226,224).

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

RGB channels and saturation

R 216 of 255 = 85%
G 226 of 255 = 89%
B 224 of 255 = 88%

216
226
224

R + G + B ~ 87%. #D8E2E0 is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 226 + 224 = 666 (100%)
R 216 of 666 ~ 32.43%
G 226 of 666 ~ 33.93%
B 224 of 666 ~ 33.63%

%32.43
%33.93
%33.63

CMYK color model

#D8E2E0 color CMYK value is (4,0,1,11).

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 0.88%
  • key color value is 11.37%
CMYK:
(4,0,1,11)
C4M0Y1K11 
(4%,0%,1%,11%)
(0.04/0.00/0.01/0.11)	

CMYK percentages

%4.42
%0
%0.88
%11.37

Codes

Color #D8E2E0 in popluar color models

D8E2E0
RGB216226224
HSL168°14.71%86.67%
HSB/HSV168°4.42%88.63%
CMYK4.42%0.00%0.88%
11.37%

Color #D8E2E0 in popluar number systems.

HEXD8E2E0
Decimal216226224
Binary110110001110001011100000
Octal330342340

Shades and tints

Shades of #D8E2E0

#D8E2E0
(216,226,224)
#C5CECC
(197,206,204)
#B2BAB8
(178,186,184)
#9FA6A4
(159,166,164)
#8C9290
(140,146,144)
#797E7C
(121,126,124)
#666A68
(102,106,104)
#535654
(83,86,84)
#404240
(64,66,64)
#2D2E2C
(45,46,44)
#1A1A18
(26,26,24)
#000000
(0,0,0)

Tints of #D8E2E0

#D8E2E0
(216,226,224)
#DBE4E2
(219,228,226)
#DEE6E4
(222,230,228)
#E1E8E6
(225,232,230)
#E4EAE8
(228,234,232)
#E7ECEA
(231,236,234)
#EAEEEC
(234,238,236)
#EDF0EE
(237,240,238)
#F0F2F0
(240,242,240)
#F3F4F2
(243,244,242)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E2E0; }

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

This text font color is #D8E2E0.


Background Color

.myBgColor { background-color: #D8E2E0; }

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

This div background color is #D8E2E0.


Border color

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

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

This div border color is #D8E2E0.


Opacity

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

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

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

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

This text has shadow with #D8E2E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E2E0 on black background.


Color preview on white background

This text has color #D8E2E0 on white background.



Black color preview on #D8E2E0 background

This text has black color on #D8E2E0 background.


White color preview on #D8E2E0 background

This text has white color on #D8E2E0 background.