COLOR #D5DCE7

HEX: #D5DCE7 RGB: (213,220,231)

Color info

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

RGB color model

#D5DCE7 color RGB value is (213,220,231).

RGB: (213,220,231) (84%, 86%, 91%)

RGB channels and saturation

R 213 of 255 = 84%
G 220 of 255 = 86%
B 231 of 255 = 91%

213
220
231

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

Portions of RGB colors in percentages

R + G + B = 213 + 220 + 231 = 664 (100%)
R 213 of 664 ~ 32.08%
G 220 of 664 ~ 33.13%
B 231 of 664 ~ 34.79'%

%32.08
%33.13
%34.79

CMYK color model

#D5DCE7 color CMYK value is (8,5,0,9).

  • cyan value is 7.79%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (8,5,0,9)
C8M5Y0K9 (8%, 5%, 0%, 9%)
(0.08 / 0.05 / 0.00 / 0.09)

CMYK percentages

%7.79
%4.76
%0
%9.41

Codes

Color #D5DCE7 in popluar color models

D5 DC E7
RGB 213 220 231
HSL 217° 27.27% 87.06%
HSB/HSV 217° 7.79% 90.59%
CMYK 7.79% 4.76% 0.00%
9.41%

Color #D5DCE7 in popluar number systems.

HEX D5 DC E7
Decimal 213 220 231
Binary 11010101 11011100 11100111
Octal 325 334 347

Shades and tints

Shades of #D5DCE7

#D5DCE7
(213,220,231)
#C2C8D2
(194,200,210)
#AFB4BD
(175,180,189)
#9CA0A8
(156,160,168)
#898C93
(137,140,147)
#76787E
(118,120,126)
#636469
(99,100,105)
#505054
(80,80,84)
#3D3C3F
(61,60,63)
#2A282A
(42,40,42)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #D5DCE7

#D5DCE7
(213,220,231)
#D8DFE9
(216,223,233)
#DBE2EB
(219,226,235)
#DEE5ED
(222,229,237)
#E1E8EF
(225,232,239)
#E4EBF1
(228,235,241)
#E7EEF3
(231,238,243)
#EAF1F5
(234,241,245)
#EDF4F7
(237,244,247)
#F0F7F9
(240,247,249)
#F3FAFB
(243,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DCE7 color. Also use rgb(213,220,231) instead hex code.

Text Font Color

.myTextColor { color: #D5DCE7; }

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

This text font color is #D5DCE7.

Background Color

.myBgColor { background-color: #D5DCE7; }

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

This div background color is #D5DCE7.

Border color

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

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

This div border color is #D5DCE7.

Opacity

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

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

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

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

This text has shadow with #D5DCE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DCE7.

Preview

Color preview on black background

This text has color #D5DCE7 on black background.


Color preview on white background

This text has color #D5DCE7 on white background.


Black color preview on #D5DCE7 background

This text has black color on #D5DCE7 background.


White color preview on #D5DCE7 background

This text has white color on #D5DCE7 background.


Related colors

Complementary color

Complementary color for #hex is #2A2318.


I love getcolorcode.com

Triadic colors

1 #E7D5DC and #DCE7D5 with #D5DCE7 are triadic colors.

2 #E7DCD5 and #DCD5E7 with #D5DCE7 are triadic colors.