COLOR #D5D7E9

HEX: #D5D7E9
RGB: (213,215,233)

Color info

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

RGB color model

#D5D7E9 color RGB value is (213,215,233).

  • red value is 213;
  • green value is 215;
  • blue value is 233.
RGB:
(213,215,233)
(84%,84%,91%)

RGB channels and saturation

R 213 of 255 = 84%
G 215 of 255 = 84%
B 233 of 255 = 91%

213
215
233

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

Portions of RGB colors in percentages

R + G + B =
213 + 215 + 233 = 661 (100%)
R 213 of 661 ~ 32.22%
G 215 of 661 ~ 32.53%
B 233 of 661 ~ 35.25%

%32.22
%32.53
%35.25

CMYK color model

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

  • cyan value is 8.58%
  • magenta value is 7.73%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(9,8,0,9)
C9M8Y0K9 
(9%,8%,0%,9%)
(0.09/0.08/0.00/0.09)	

CMYK percentages

%8.58
%7.73
%0
%8.63

Codes

Color #D5D7E9 in popluar color models

D5D7E9
RGB213215233
HSL234°31.25%87.45%
HSB/HSV234°8.58%91.37%
CMYK8.58%7.73%0.00%
8.63%

Color #D5D7E9 in popluar number systems.

HEXD5D7E9
Decimal213215233
Binary110101011101011111101001
Octal325327351

Shades and tints

Shades of #D5D7E9

#D5D7E9
(213,215,233)
#C2C4D4
(194,196,212)
#AFB1BF
(175,177,191)
#9C9EAA
(156,158,170)
#898B95
(137,139,149)
#767880
(118,120,128)
#63656B
(99,101,107)
#505256
(80,82,86)
#3D3F41
(61,63,65)
#2A2C2C
(42,44,44)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #D5D7E9

#D5D7E9
(213,215,233)
#D8DAEB
(216,218,235)
#DBDDED
(219,221,237)
#DEE0EF
(222,224,239)
#E1E3F1
(225,227,241)
#E4E6F3
(228,230,243)
#E7E9F5
(231,233,245)
#EAECF7
(234,236,247)
#EDEFF9
(237,239,249)
#F0F2FB
(240,242,251)
#F3F5FD
(243,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5D7E9 color. Also use rgb(213,215,233) instead hex code.

Text Font Color

.myTextColor { color: #D5D7E9; }

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

This text font color is #D5D7E9.


Background Color

.myBgColor { background-color: #D5D7E9; }

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

This div background color is #D5D7E9.


Border color

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

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

This div border color is #D5D7E9.


Opacity

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

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

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

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

This text has shadow with #D5D7E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D7E9 on black background.


Color preview on white background

This text has color #D5D7E9 on white background.



Black color preview on #D5D7E9 background

This text has black color on #D5D7E9 background.


White color preview on #D5D7E9 background

This text has white color on #D5D7E9 background.