COLOR #D1D7ED

HEX: #D1D7ED RGB: (209,215,237)

Color info

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

RGB color model

#D1D7ED color RGB value is (209,215,237).

RGB: (209,215,237) (82%, 84%, 93%)

RGB channels and saturation

R 209 of 255 = 82%
G 215 of 255 = 84%
B 237 of 255 = 93%

209
215
237

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

Portions of RGB colors in percentages

R + G + B = 209 + 215 + 237 = 661 (100%)
R 209 of 661 ~ 31.62%
G 215 of 661 ~ 32.53%
B 237 of 661 ~ 35.85'%

%31.62
%32.53
%35.85

CMYK color model

#D1D7ED color CMYK value is (12,9,0,7).

  • cyan value is 11.81%
  • magenta value is 9.28%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (12,9,0,7) C12M9Y0K7 (12%,9%,0%,7%) (0.12/0.09/0.00/0.07) 

CMYK percentages

%11.81
%9.28
%0
%7.06

Codes

Color #D1D7ED in popluar color models

D1 D7 ED
RGB 209 215 237
HSL 227° 43.75% 87.45%
HSB/HSV 227° 11.81% 92.94%
CMYK 11.81% 9.28% 0.00%
7.06%

Color #D1D7ED in popluar number systems.

HEX D1 D7 ED
Decimal 209 215 237
Binary 11010001 11010111 11101101
Octal 321 327 355

Shades and tints

Shades of #D1D7ED

#D1D7ED
(209,215,237)
#BEC4D8
(190,196,216)
#ABB1C3
(171,177,195)
#989EAE
(152,158,174)
#858B99
(133,139,153)
#727884
(114,120,132)
#5F656F
(95,101,111)
#4C525A
(76,82,90)
#393F45
(57,63,69)
#262C30
(38,44,48)
#13191B
(19,25,27)
#000000
(0,0,0)

Tints of #D1D7ED

#D1D7ED
(209,215,237)
#D5DAEE
(213,218,238)
#D9DDEF
(217,221,239)
#DDE0F0
(221,224,240)
#E1E3F1
(225,227,241)
#E5E6F2
(229,230,242)
#E9E9F3
(233,233,243)
#EDECF4
(237,236,244)
#F1EFF5
(241,239,245)
#F5F2F6
(245,242,246)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1D7ED color. Also use rgb(209,215,237) instead hex code.

Text Font Color

.myTextColor { color: #D1D7ED; }

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

This text font color is #D1D7ED.

Background Color

.myBgColor { background-color: #D1D7ED; }

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

This div background color is #D1D7ED.

Border color

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

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

This div border color is #D1D7ED.

Opacity

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

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

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

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

This text has shadow with #D1D7ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1D7ED.

Preview

Color preview on black background

This text has color #D1D7ED on black background.


Color preview on white background

This text has color #D1D7ED on white background.


Black color preview on #D1D7ED background

This text has black color on #D1D7ED background.


White color preview on #D1D7ED background

This text has white color on #D1D7ED background.


Related colors

Complementary color

Complementary color for #hex is #2E2812.


I love getcolorcode.com

Triadic colors

1 #EDD1D7 and #D7EDD1 with #D1D7ED are triadic colors.

2 #EDD7D1 and #D7D1ED with #D1D7ED are triadic colors.