COLOR #D8D6E5

HEX: #D8D6E5
RGB: (216,214,229)

Color info

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

RGB color model

#D8D6E5 color RGB value is (216,214,229).

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

RGB channels and saturation

R 216 of 255 = 85%
G 214 of 255 = 84%
B 229 of 255 = 90%

216
214
229

R + G + B ~ 86%. #D8D6E5 is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 214 + 229 = 659 (100%)
R 216 of 659 ~ 32.78%
G 214 of 659 ~ 32.47%
B 229 of 659 ~ 34.75%

%32.78
%32.47
%34.75

CMYK color model

#D8D6E5 color CMYK value is (6,7,0,10).

  • cyan value is 5.68%
  • magenta value is 6.55%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(6,7,0,10)
C6M7Y0K10 
(6%,7%,0%,10%)
(0.06/0.07/0.00/0.10)	

CMYK percentages

%5.68
%6.55
%0
%10.2

Codes

Color #D8D6E5 in popluar color models

D8D6E5
RGB216214229
HSL248°22.39%86.86%
HSB/HSV248°6.55%89.80%
CMYK5.68%6.55%0.00%
10.20%

Color #D8D6E5 in popluar number systems.

HEXD8D6E5
Decimal216214229
Binary110110001101011011100101
Octal330326345

Shades and tints

Shades of #D8D6E5

#D8D6E5
(216,214,229)
#C5C3D1
(197,195,209)
#B2B0BD
(178,176,189)
#9F9DA9
(159,157,169)
#8C8A95
(140,138,149)
#797781
(121,119,129)
#66646D
(102,100,109)
#535159
(83,81,89)
#403E45
(64,62,69)
#2D2B31
(45,43,49)
#1A181D
(26,24,29)
#000000
(0,0,0)

Tints of #D8D6E5

#D8D6E5
(216,214,229)
#DBD9E7
(219,217,231)
#DEDCE9
(222,220,233)
#E1DFEB
(225,223,235)
#E4E2ED
(228,226,237)
#E7E5EF
(231,229,239)
#EAE8F1
(234,232,241)
#EDEBF3
(237,235,243)
#F0EEF5
(240,238,245)
#F3F1F7
(243,241,247)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D6E5; }

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

This text font color is #D8D6E5.


Background Color

.myBgColor { background-color: #D8D6E5; }

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

This div background color is #D8D6E5.


Border color

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

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

This div border color is #D8D6E5.


Opacity

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

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

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

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

This text has shadow with #D8D6E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D6E5 on black background.


Color preview on white background

This text has color #D8D6E5 on white background.



Black color preview on #D8D6E5 background

This text has black color on #D8D6E5 background.


White color preview on #D8D6E5 background

This text has white color on #D8D6E5 background.