COLOR #D8D9E7

HEX: #D8D9E7
RGB: (216,217,231)

Color info

#D8D9E7 contains red, green and blue colors in about the same proportion. Web safe color of #D8D9E7 is #CCCCFF (or #CCF).

RGB color model

#D8D9E7 color RGB value is (216,217,231).

  • red value is 216;
  • green value is 217;
  • blue value is 231.
RGB:
(216,217,231)
(85%,85%,91%)

RGB channels and saturation

R 216 of 255 = 85%
G 217 of 255 = 85%
B 231 of 255 = 91%

216
217
231

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

Portions of RGB colors in percentages

R + G + B =
216 + 217 + 231 = 664 (100%)
R 216 of 664 ~ 32.53%
G 217 of 664 ~ 32.68%
B 231 of 664 ~ 34.79%

%32.53
%32.68
%34.79

CMYK color model

#D8D9E7 color CMYK value is (6,6,0,9).

  • cyan value is 6.49%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(6,6,0,9)
C6M6Y0K9 
(6%,6%,0%,9%)
(0.06/0.06/0.00/0.09)	

CMYK percentages

%6.49
%6.06
%0
%9.41

Codes

Color #D8D9E7 in popluar color models

D8D9E7
RGB216217231
HSL236°23.81%87.65%
HSB/HSV236°6.49%90.59%
CMYK6.49%6.06%0.00%
9.41%

Color #D8D9E7 in popluar number systems.

HEXD8D9E7
Decimal216217231
Binary110110001101100111100111
Octal330331347

Shades and tints

Shades of #D8D9E7

#D8D9E7
(216,217,231)
#C5C6D2
(197,198,210)
#B2B3BD
(178,179,189)
#9FA0A8
(159,160,168)
#8C8D93
(140,141,147)
#797A7E
(121,122,126)
#666769
(102,103,105)
#535454
(83,84,84)
#40413F
(64,65,63)
#2D2E2A
(45,46,42)
#1A1B15
(26,27,21)
#000000
(0,0,0)

Tints of #D8D9E7

#D8D9E7
(216,217,231)
#DBDCE9
(219,220,233)
#DEDFEB
(222,223,235)
#E1E2ED
(225,226,237)
#E4E5EF
(228,229,239)
#E7E8F1
(231,232,241)
#EAEBF3
(234,235,243)
#EDEEF5
(237,238,245)
#F0F1F7
(240,241,247)
#F3F4F9
(243,244,249)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8D9E7 color. Also use rgb(216,217,231) instead hex code.

Text Font Color

.myTextColor { color: #D8D9E7; }

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

This text font color is #D8D9E7.


Background Color

.myBgColor { background-color: #D8D9E7; }

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

This div background color is #D8D9E7.


Border color

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

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

This div border color is #D8D9E7.


Opacity

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

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

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

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

This text has shadow with #D8D9E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D9E7 on black background.


Color preview on white background

This text has color #D8D9E7 on white background.



Black color preview on #D8D9E7 background

This text has black color on #D8D9E7 background.


White color preview on #D8D9E7 background

This text has white color on #D8D9E7 background.