COLOR #D8DFE5

HEX: #D8DFE5
RGB: (216,223,229)

Color info

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

RGB color model

#D8DFE5 color RGB value is (216,223,229).

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

RGB channels and saturation

R 216 of 255 = 85%
G 223 of 255 = 87%
B 229 of 255 = 90%

216
223
229

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

Portions of RGB colors in percentages

R + G + B =
216 + 223 + 229 = 668 (100%)
R 216 of 668 ~ 32.34%
G 223 of 668 ~ 33.38%
B 229 of 668 ~ 34.28%

%32.34
%33.38
%34.28

CMYK color model

#D8DFE5 color CMYK value is (6,3,0,10).

  • cyan value is 5.68%
  • magenta value is 2.62%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(6,3,0,10)
C6M3Y0K10 
(6%,3%,0%,10%)
(0.06/0.03/0.00/0.10)	

CMYK percentages

%5.68
%2.62
%0
%10.2

Codes

Color #D8DFE5 in popluar color models

D8DFE5
RGB216223229
HSL208°20.00%87.25%
HSB/HSV208°5.68%89.80%
CMYK5.68%2.62%0.00%
10.20%

Color #D8DFE5 in popluar number systems.

HEXD8DFE5
Decimal216223229
Binary110110001101111111100101
Octal330337345

Shades and tints

Shades of #D8DFE5

#D8DFE5
(216,223,229)
#C5CBD1
(197,203,209)
#B2B7BD
(178,183,189)
#9FA3A9
(159,163,169)
#8C8F95
(140,143,149)
#797B81
(121,123,129)
#66676D
(102,103,109)
#535359
(83,83,89)
#403F45
(64,63,69)
#2D2B31
(45,43,49)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #D8DFE5

#D8DFE5
(216,223,229)
#DBE1E7
(219,225,231)
#DEE3E9
(222,227,233)
#E1E5EB
(225,229,235)
#E4E7ED
(228,231,237)
#E7E9EF
(231,233,239)
#EAEBF1
(234,235,241)
#EDEDF3
(237,237,243)
#F0EFF5
(240,239,245)
#F3F1F7
(243,241,247)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DFE5; }

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

This text font color is #D8DFE5.


Background Color

.myBgColor { background-color: #D8DFE5; }

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

This div background color is #D8DFE5.


Border color

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

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

This div border color is #D8DFE5.


Opacity

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

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

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

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

This text has shadow with #D8DFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DFE5 on black background.


Color preview on white background

This text has color #D8DFE5 on white background.



Black color preview on #D8DFE5 background

This text has black color on #D8DFE5 background.


White color preview on #D8DFE5 background

This text has white color on #D8DFE5 background.