COLOR #D5D6EA

HEX: #D5D6EA
RGB: (213,214,234)

Color info

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

RGB color model

#D5D6EA color RGB value is (213,214,234).

  • red value is 213;
  • green value is 214;
  • blue value is 234.
RGB:
(213,214,234)
(84%,84%,92%)

RGB channels and saturation

R 213 of 255 = 84%
G 214 of 255 = 84%
B 234 of 255 = 92%

213
214
234

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

Portions of RGB colors in percentages

R + G + B =
213 + 214 + 234 = 661 (100%)
R 213 of 661 ~ 32.22%
G 214 of 661 ~ 32.38%
B 234 of 661 ~ 35.4%

%32.22
%32.38
%35.4

CMYK color model

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

  • cyan value is 8.97%
  • magenta value is 8.55%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(9,9,0,8)
C9M9Y0K8 
(9%,9%,0%,8%)
(0.09/0.09/0.00/0.08)	

CMYK percentages

%8.97
%8.55
%0
%8.24

Codes

Color #D5D6EA in popluar color models

D5D6EA
RGB213214234
HSL237°33.33%87.65%
HSB/HSV237°8.97%91.76%
CMYK8.97%8.55%0.00%
8.24%

Color #D5D6EA in popluar number systems.

HEXD5D6EA
Decimal213214234
Binary110101011101011011101010
Octal325326352

Shades and tints

Shades of #D5D6EA

#D5D6EA
(213,214,234)
#C2C3D5
(194,195,213)
#AFB0C0
(175,176,192)
#9C9DAB
(156,157,171)
#898A96
(137,138,150)
#767781
(118,119,129)
#63646C
(99,100,108)
#505157
(80,81,87)
#3D3E42
(61,62,66)
#2A2B2D
(42,43,45)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #D5D6EA

#D5D6EA
(213,214,234)
#D8D9EB
(216,217,235)
#DBDCEC
(219,220,236)
#DEDFED
(222,223,237)
#E1E2EE
(225,226,238)
#E4E5EF
(228,229,239)
#E7E8F0
(231,232,240)
#EAEBF1
(234,235,241)
#EDEEF2
(237,238,242)
#F0F1F3
(240,241,243)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5D6EA color. Also use rgb(213,214,234) instead hex code.

Text Font Color

.myTextColor { color: #D5D6EA; }

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

This text font color is #D5D6EA.


Background Color

.myBgColor { background-color: #D5D6EA; }

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

This div background color is #D5D6EA.


Border color

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

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

This div border color is #D5D6EA.


Opacity

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

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

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

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

This text has shadow with #D5D6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D6EA on black background.


Color preview on white background

This text has color #D5D6EA on white background.



Black color preview on #D5D6EA background

This text has black color on #D5D6EA background.


White color preview on #D5D6EA background

This text has white color on #D5D6EA background.