COLOR #D8DEE0

HEX: #D8DEE0
RGB: (216,222,224)

Color info

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

RGB color model

#D8DEE0 color RGB value is (216,222,224).

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

RGB channels and saturation

R 216 of 255 = 85%
G 222 of 255 = 87%
B 224 of 255 = 88%

216
222
224

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

Portions of RGB colors in percentages

R + G + B =
216 + 222 + 224 = 662 (100%)
R 216 of 662 ~ 32.63%
G 222 of 662 ~ 33.53%
B 224 of 662 ~ 33.84%

%32.63
%33.53
%33.84

CMYK color model

#D8DEE0 color CMYK value is (4,1,0,12).

  • cyan value is 3.57%
  • magenta value is 0.89%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(4,1,0,12)
C4M1Y0K12 
(4%,1%,0%,12%)
(0.04/0.01/0.00/0.12)	

CMYK percentages

%3.57
%0.89
%0
%12.16

Codes

Color #D8DEE0 in popluar color models

D8DEE0
RGB216222224
HSL195°11.43%86.27%
HSB/HSV195°3.57%87.84%
CMYK3.57%0.89%0.00%
12.16%

Color #D8DEE0 in popluar number systems.

HEXD8DEE0
Decimal216222224
Binary110110001101111011100000
Octal330336340

Shades and tints

Shades of #D8DEE0

#D8DEE0
(216,222,224)
#C5CACC
(197,202,204)
#B2B6B8
(178,182,184)
#9FA2A4
(159,162,164)
#8C8E90
(140,142,144)
#797A7C
(121,122,124)
#666668
(102,102,104)
#535254
(83,82,84)
#403E40
(64,62,64)
#2D2A2C
(45,42,44)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #D8DEE0

#D8DEE0
(216,222,224)
#DBE1E2
(219,225,226)
#DEE4E4
(222,228,228)
#E1E7E6
(225,231,230)
#E4EAE8
(228,234,232)
#E7EDEA
(231,237,234)
#EAF0EC
(234,240,236)
#EDF3EE
(237,243,238)
#F0F6F0
(240,246,240)
#F3F9F2
(243,249,242)
#F6FCF4
(246,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DEE0; }

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

This text font color is #D8DEE0.


Background Color

.myBgColor { background-color: #D8DEE0; }

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

This div background color is #D8DEE0.


Border color

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

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

This div border color is #D8DEE0.


Opacity

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

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

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

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

This text has shadow with #D8DEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DEE0 on black background.


Color preview on white background

This text has color #D8DEE0 on white background.



Black color preview on #D8DEE0 background

This text has black color on #D8DEE0 background.


White color preview on #D8DEE0 background

This text has white color on #D8DEE0 background.