COLOR #D9D7EC

HEX: #D9D7EC RGB: (217,215,236)

Color info

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

RGB color model

#D9D7EC color RGB value is (217,215,236).

RGB: (217,215,236) (85%, 84%, 93%)

RGB channels and saturation

R 217 of 255 = 85%
G 215 of 255 = 84%
B 236 of 255 = 93%

217
215
236

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

Portions of RGB colors in percentages

R + G + B = 217 + 215 + 236 = 668 (100%)
R 217 of 668 ~ 32.49%
G 215 of 668 ~ 32.19%
B 236 of 668 ~ 35.33'%

%32.49
%32.19
%35.33

CMYK color model

#D9D7EC color CMYK value is (8,9,0,7).

  • cyan value is 8.05%
  • magenta value is 8.90%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (8,9,0,7)
C8M9Y0K7 (8%, 9%, 0%, 7%)
(0.08 / 0.09 / 0.00 / 0.07)

CMYK percentages

%8.05
%8.9
%0
%7.45

Codes

Color #D9D7EC in popluar color models

D9 D7 EC
RGB 217 215 236
HSL 246° 35.59% 88.43%
HSB/HSV 246° 8.90% 92.55%
CMYK 8.05% 8.90% 0.00%
7.45%

Color #D9D7EC in popluar number systems.

HEX D9 D7 EC
Decimal 217 215 236
Binary 11011001 11010111 11101100
Octal 331 327 354

Shades and tints

Shades of #D9D7EC

#D9D7EC
(217,215,236)
#C6C4D7
(198,196,215)
#B3B1C2
(179,177,194)
#A09EAD
(160,158,173)
#8D8B98
(141,139,152)
#7A7883
(122,120,131)
#67656E
(103,101,110)
#545259
(84,82,89)
#413F44
(65,63,68)
#2E2C2F
(46,44,47)
#1B191A
(27,25,26)
#000000
(0,0,0)

Tints of #D9D7EC

#D9D7EC
(217,215,236)
#DCDAED
(220,218,237)
#DFDDEE
(223,221,238)
#E2E0EF
(226,224,239)
#E5E3F0
(229,227,240)
#E8E6F1
(232,230,241)
#EBE9F2
(235,233,242)
#EEECF3
(238,236,243)
#F1EFF4
(241,239,244)
#F4F2F5
(244,242,245)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D7EC; }

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

This text font color is #D9D7EC.

Background Color

.myBgColor { background-color: #D9D7EC; }

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

This div background color is #D9D7EC.

Border color

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

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

This div border color is #D9D7EC.

Opacity

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

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

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

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

This text has shadow with #D9D7EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9D7EC.

Preview

Color preview on black background

This text has color #D9D7EC on black background.


Color preview on white background

This text has color #D9D7EC on white background.


Black color preview on #D9D7EC background

This text has black color on #D9D7EC background.


White color preview on #D9D7EC background

This text has white color on #D9D7EC background.


Related colors

Complementary color

Complementary color for #hex is #262813.


I love getcolorcode.com

Triadic colors

1 #ECD9D7 and #D7ECD9 with #D9D7EC are triadic colors.

2 #ECD7D9 and #D7D9EC with #D9D7EC are triadic colors.