COLOR #D5DCE9

HEX: #D5DCE9
RGB: (213,220,233)

Color info

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

RGB color model

#D5DCE9 color RGB value is (213,220,233).

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

RGB channels and saturation

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

213
220
233

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

Portions of RGB colors in percentages

R + G + B =
213 + 220 + 233 = 666 (100%)
R 213 of 666 ~ 31.98%
G 220 of 666 ~ 33.03%
B 233 of 666 ~ 34.98%

%31.98
%33.03
%34.98

CMYK color model

#D5DCE9 color CMYK value is (9,6,0,9).

  • cyan value is 8.58%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(9,6,0,9)
C9M6Y0K9 
(9%,6%,0%,9%)
(0.09/0.06/0.00/0.09)	

CMYK percentages

%8.58
%5.58
%0
%8.63

Codes

Color #D5DCE9 in popluar color models

D5DCE9
RGB213220233
HSL219°31.25%87.45%
HSB/HSV219°8.58%91.37%
CMYK8.58%5.58%0.00%
8.63%

Color #D5DCE9 in popluar number systems.

HEXD5DCE9
Decimal213220233
Binary110101011101110011101001
Octal325334351

Shades and tints

Shades of #D5DCE9

#D5DCE9
(213,220,233)
#C2C8D4
(194,200,212)
#AFB4BF
(175,180,191)
#9CA0AA
(156,160,170)
#898C95
(137,140,149)
#767880
(118,120,128)
#63646B
(99,100,107)
#505056
(80,80,86)
#3D3C41
(61,60,65)
#2A282C
(42,40,44)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #D5DCE9

#D5DCE9
(213,220,233)
#D8DFEB
(216,223,235)
#DBE2ED
(219,226,237)
#DEE5EF
(222,229,239)
#E1E8F1
(225,232,241)
#E4EBF3
(228,235,243)
#E7EEF5
(231,238,245)
#EAF1F7
(234,241,247)
#EDF4F9
(237,244,249)
#F0F7FB
(240,247,251)
#F3FAFD
(243,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DCE9; }

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

This text font color is #D5DCE9.


Background Color

.myBgColor { background-color: #D5DCE9; }

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

This div background color is #D5DCE9.


Border color

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

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

This div border color is #D5DCE9.


Opacity

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

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

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

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

This text has shadow with #D5DCE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DCE9 on black background.


Color preview on white background

This text has color #D5DCE9 on white background.



Black color preview on #D5DCE9 background

This text has black color on #D5DCE9 background.


White color preview on #D5DCE9 background

This text has white color on #D5DCE9 background.