COLOR #D9D7E7

HEX: #D9D7E7
RGB: (217,215,231)

Color info

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

RGB color model

#D9D7E7 color RGB value is (217,215,231).

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

RGB channels and saturation

R 217 of 255 = 85%
G 215 of 255 = 84%
B 231 of 255 = 91%

217
215
231

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

Portions of RGB colors in percentages

R + G + B =
217 + 215 + 231 = 663 (100%)
R 217 of 663 ~ 32.73%
G 215 of 663 ~ 32.43%
B 231 of 663 ~ 34.84%

%32.73
%32.43
%34.84

CMYK color model

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

  • cyan value is 6.06%
  • magenta value is 6.93%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(6,7,0,9)
C6M7Y0K9 
(6%,7%,0%,9%)
(0.06/0.07/0.00/0.09)	

CMYK percentages

%6.06
%6.93
%0
%9.41

Codes

Color #D9D7E7 in popluar color models

D9D7E7
RGB217215231
HSL248°25.00%87.45%
HSB/HSV248°6.93%90.59%
CMYK6.06%6.93%0.00%
9.41%

Color #D9D7E7 in popluar number systems.

HEXD9D7E7
Decimal217215231
Binary110110011101011111100111
Octal331327347

Shades and tints

Shades of #D9D7E7

#D9D7E7
(217,215,231)
#C6C4D2
(198,196,210)
#B3B1BD
(179,177,189)
#A09EA8
(160,158,168)
#8D8B93
(141,139,147)
#7A787E
(122,120,126)
#676569
(103,101,105)
#545254
(84,82,84)
#413F3F
(65,63,63)
#2E2C2A
(46,44,42)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #D9D7E7

#D9D7E7
(217,215,231)
#DCDAE9
(220,218,233)
#DFDDEB
(223,221,235)
#E2E0ED
(226,224,237)
#E5E3EF
(229,227,239)
#E8E6F1
(232,230,241)
#EBE9F3
(235,233,243)
#EEECF5
(238,236,245)
#F1EFF7
(241,239,247)
#F4F2F9
(244,242,249)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D7E7; }

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

This text font color is #D9D7E7.


Background Color

.myBgColor { background-color: #D9D7E7; }

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

This div background color is #D9D7E7.


Border color

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

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

This div border color is #D9D7E7.


Opacity

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

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

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

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

This text has shadow with #D9D7E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D7E7 on black background.


Color preview on white background

This text has color #D9D7E7 on white background.



Black color preview on #D9D7E7 background

This text has black color on #D9D7E7 background.


White color preview on #D9D7E7 background

This text has white color on #D9D7E7 background.