COLOR #D5DFE7

HEX: #D5DFE7 RGB: (213,223,231)

Color info

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

RGB color model

#D5DFE7 color RGB value is (213,223,231).

RGB: (213,223,231) (84%, 87%, 91%)

RGB channels and saturation

R 213 of 255 = 84%
G 223 of 255 = 87%
B 231 of 255 = 91%

213
223
231

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

Portions of RGB colors in percentages

R + G + B = 213 + 223 + 231 = 667 (100%)
R 213 of 667 ~ 31.93%
G 223 of 667 ~ 33.43%
B 231 of 667 ~ 34.63'%

%31.93
%33.43
%34.63

CMYK color model

#D5DFE7 color CMYK value is (8,3,0,9).

  • cyan value is 7.79%
  • magenta value is 3.46%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (8,3,0,9) C8M3Y0K9 (8%,3%,0%,9%) (0.08/0.03/0.00/0.09) 

CMYK percentages

%7.79
%3.46
%0
%9.41

Codes

Color #D5DFE7 in popluar color models

D5 DF E7
RGB 213 223 231
HSL 207° 27.27% 87.06%
HSB/HSV 207° 7.79% 90.59%
CMYK 7.79% 3.46% 0.00%
9.41%

Color #D5DFE7 in popluar number systems.

HEX D5 DF E7
Decimal 213 223 231
Binary 11010101 11011111 11100111
Octal 325 337 347

Shades and tints

Shades of #D5DFE7

#D5DFE7
(213,223,231)
#C2CBD2
(194,203,210)
#AFB7BD
(175,183,189)
#9CA3A8
(156,163,168)
#898F93
(137,143,147)
#767B7E
(118,123,126)
#636769
(99,103,105)
#505354
(80,83,84)
#3D3F3F
(61,63,63)
#2A2B2A
(42,43,42)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #D5DFE7

#D5DFE7
(213,223,231)
#D8E1E9
(216,225,233)
#DBE3EB
(219,227,235)
#DEE5ED
(222,229,237)
#E1E7EF
(225,231,239)
#E4E9F1
(228,233,241)
#E7EBF3
(231,235,243)
#EAEDF5
(234,237,245)
#EDEFF7
(237,239,247)
#F0F1F9
(240,241,249)
#F3F3FB
(243,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DFE7; }

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

This text font color is #D5DFE7.

Background Color

.myBgColor { background-color: #D5DFE7; }

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

This div background color is #D5DFE7.

Border color

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

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

This div border color is #D5DFE7.

Opacity

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

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

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

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

This text has shadow with #D5DFE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DFE7.

Preview

Color preview on black background

This text has color #D5DFE7 on black background.


Color preview on white background

This text has color #D5DFE7 on white background.


Black color preview on #D5DFE7 background

This text has black color on #D5DFE7 background.


White color preview on #D5DFE7 background

This text has white color on #D5DFE7 background.


Related colors

Complementary color

Complementary color for #hex is #2A2018.


I love getcolorcode.com

Triadic colors

1 #E7D5DF and #DFE7D5 with #D5DFE7 are triadic colors.

2 #E7DFD5 and #DFD5E7 with #D5DFE7 are triadic colors.