COLOR #D7D9EC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

215
217
236

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

Portions of RGB colors in percentages

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

%32.19
%32.49
%35.33

CMYK color model

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

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

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

CMYK percentages

%8.9
%8.05
%0
%7.45

Codes

Color #D7D9EC in popluar color models

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

Color #D7D9EC in popluar number systems.

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

Shades and tints

Shades of #D7D9EC

#D7D9EC
(215,217,236)
#C4C6D7
(196,198,215)
#B1B3C2
(177,179,194)
#9EA0AD
(158,160,173)
#8B8D98
(139,141,152)
#787A83
(120,122,131)
#65676E
(101,103,110)
#525459
(82,84,89)
#3F4144
(63,65,68)
#2C2E2F
(44,46,47)
#191B1A
(25,27,26)
#000000
(0,0,0)

Tints of #D7D9EC

#D7D9EC
(215,217,236)
#DADCED
(218,220,237)
#DDDFEE
(221,223,238)
#E0E2EF
(224,226,239)
#E3E5F0
(227,229,240)
#E6E8F1
(230,232,241)
#E9EBF2
(233,235,242)
#ECEEF3
(236,238,243)
#EFF1F4
(239,241,244)
#F2F4F5
(242,244,245)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D9EC; }

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

This text font color is #D7D9EC.

Background Color

.myBgColor { background-color: #D7D9EC; }

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

This div background color is #D7D9EC.

Border color

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

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

This div border color is #D7D9EC.

Opacity

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

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

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

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

This text has shadow with #D7D9EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7D9EC.

Preview

Color preview on black background

This text has color #D7D9EC on black background.


Color preview on white background

This text has color #D7D9EC on white background.


Black color preview on #D7D9EC background

This text has black color on #D7D9EC background.


White color preview on #D7D9EC background

This text has white color on #D7D9EC background.


Related colors

Complementary color

Complementary color for #D7D9EC is #282613.


I love getcolorcode.com

Triadic colors

1 #ECD7D9 and #D9ECD7 with #D7D9EC are triadic colors.

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