COLOR #D5D9EB

HEX: #D5D9EB
RGB: (213,217,235)

Color info

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

RGB color model

#D5D9EB color RGB value is (213,217,235).

  • red value is 213;
  • green value is 217;
  • blue value is 235.
RGB:
(213,217,235)
(84%,85%,92%)

RGB channels and saturation

R 213 of 255 = 84%
G 217 of 255 = 85%
B 235 of 255 = 92%

213
217
235

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

Portions of RGB colors in percentages

R + G + B =
213 + 217 + 235 = 665 (100%)
R 213 of 665 ~ 32.03%
G 217 of 665 ~ 32.63%
B 235 of 665 ~ 35.34%

%32.03
%32.63
%35.34

CMYK color model

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

  • cyan value is 9.36%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(9,8,0,8)
C9M8Y0K8 
(9%,8%,0%,8%)
(0.09/0.08/0.00/0.08)	

CMYK percentages

%9.36
%7.66
%0
%7.84

Codes

Color #D5D9EB in popluar color models

D5D9EB
RGB213217235
HSL229°35.48%87.84%
HSB/HSV229°9.36%92.16%
CMYK9.36%7.66%0.00%
7.84%

Color #D5D9EB in popluar number systems.

HEXD5D9EB
Decimal213217235
Binary110101011101100111101011
Octal325331353

Shades and tints

Shades of #D5D9EB

#D5D9EB
(213,217,235)
#C2C6D6
(194,198,214)
#AFB3C1
(175,179,193)
#9CA0AC
(156,160,172)
#898D97
(137,141,151)
#767A82
(118,122,130)
#63676D
(99,103,109)
#505458
(80,84,88)
#3D4143
(61,65,67)
#2A2E2E
(42,46,46)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #D5D9EB

#D5D9EB
(213,217,235)
#D8DCEC
(216,220,236)
#DBDFED
(219,223,237)
#DEE2EE
(222,226,238)
#E1E5EF
(225,229,239)
#E4E8F0
(228,232,240)
#E7EBF1
(231,235,241)
#EAEEF2
(234,238,242)
#EDF1F3
(237,241,243)
#F0F4F4
(240,244,244)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5D9EB color. Also use rgb(213,217,235) instead hex code.

Text Font Color

.myTextColor { color: #D5D9EB; }

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

This text font color is #D5D9EB.


Background Color

.myBgColor { background-color: #D5D9EB; }

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

This div background color is #D5D9EB.


Border color

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

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

This div border color is #D5D9EB.


Opacity

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

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

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

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

This text has shadow with #D5D9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D9EB on black background.


Color preview on white background

This text has color #D5D9EB on white background.



Black color preview on #D5D9EB background

This text has black color on #D5D9EB background.


White color preview on #D5D9EB background

This text has white color on #D5D9EB background.