COLOR #D9D6E5

HEX: #D9D6E5
RGB: (217,214,229)

Color info

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

RGB color model

#D9D6E5 color RGB value is (217,214,229).

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

RGB channels and saturation

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

217
214
229

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

Portions of RGB colors in percentages

R + G + B =
217 + 214 + 229 = 660 (100%)
R 217 of 660 ~ 32.88%
G 214 of 660 ~ 32.42%
B 229 of 660 ~ 34.7%

%32.88
%32.42
%34.7

CMYK color model

#D9D6E5 color CMYK value is (5,7,0,10).

  • cyan value is 5.24%
  • magenta value is 6.55%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(5,7,0,10)
C5M7Y0K10 
(5%,7%,0%,10%)
(0.05/0.07/0.00/0.10)	

CMYK percentages

%5.24
%6.55
%0
%10.2

Codes

Color #D9D6E5 in popluar color models

D9D6E5
RGB217214229
HSL252°22.39%86.86%
HSB/HSV252°6.55%89.80%
CMYK5.24%6.55%0.00%
10.20%

Color #D9D6E5 in popluar number systems.

HEXD9D6E5
Decimal217214229
Binary110110011101011011100101
Octal331326345

Shades and tints

Shades of #D9D6E5

#D9D6E5
(217,214,229)
#C6C3D1
(198,195,209)
#B3B0BD
(179,176,189)
#A09DA9
(160,157,169)
#8D8A95
(141,138,149)
#7A7781
(122,119,129)
#67646D
(103,100,109)
#545159
(84,81,89)
#413E45
(65,62,69)
#2E2B31
(46,43,49)
#1B181D
(27,24,29)
#000000
(0,0,0)

Tints of #D9D6E5

#D9D6E5
(217,214,229)
#DCD9E7
(220,217,231)
#DFDCE9
(223,220,233)
#E2DFEB
(226,223,235)
#E5E2ED
(229,226,237)
#E8E5EF
(232,229,239)
#EBE8F1
(235,232,241)
#EEEBF3
(238,235,243)
#F1EEF5
(241,238,245)
#F4F1F7
(244,241,247)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D6E5; }

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

This text font color is #D9D6E5.


Background Color

.myBgColor { background-color: #D9D6E5; }

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

This div background color is #D9D6E5.


Border color

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

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

This div border color is #D9D6E5.


Opacity

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

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

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

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

This text has shadow with #D9D6E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D6E5 on black background.


Color preview on white background

This text has color #D9D6E5 on white background.



Black color preview on #D9D6E5 background

This text has black color on #D9D6E5 background.


White color preview on #D9D6E5 background

This text has white color on #D9D6E5 background.