COLOR #D5D8DC

HEX: #D5D8DC
RGB: (213,216,220)

Color info

#D5D8DC contains red, green and blue colors in about the same proportion. Web safe color of #D5D8DC is #CCCCCC (or #CCC).

RGB color model

#D5D8DC color RGB value is (213,216,220).

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

RGB channels and saturation

R 213 of 255 = 84%
G 216 of 255 = 85%
B 220 of 255 = 86%

213
216
220

R + G + B ~ 85%. #D5D8DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 216 + 220 = 649 (100%)
R 213 of 649 ~ 32.82%
G 216 of 649 ~ 33.28%
B 220 of 649 ~ 33.9%

%32.82
%33.28
%33.9

CMYK color model

#D5D8DC color CMYK value is (3,2,0,14).

  • cyan value is 3.18%
  • magenta value is 1.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(3,2,0,14)
C3M2Y0K14 
(3%,2%,0%,14%)
(0.03/0.02/0.00/0.14)	

CMYK percentages

%3.18
%1.82
%0
%13.73

Codes

Color #D5D8DC in popluar color models

D5D8DC
RGB213216220
HSL214°9.09%84.90%
HSB/HSV214°3.18%86.27%
CMYK3.18%1.82%0.00%
13.73%

Color #D5D8DC in popluar number systems.

HEXD5D8DC
Decimal213216220
Binary110101011101100011011100
Octal325330334

Shades and tints

Shades of #D5D8DC

#D5D8DC
(213,216,220)
#C2C5C8
(194,197,200)
#AFB2B4
(175,178,180)
#9C9FA0
(156,159,160)
#898C8C
(137,140,140)
#767978
(118,121,120)
#636664
(99,102,100)
#505350
(80,83,80)
#3D403C
(61,64,60)
#2A2D28
(42,45,40)
#171A14
(23,26,20)
#000000
(0,0,0)

Tints of #D5D8DC

#D5D8DC
(213,216,220)
#D8DBDF
(216,219,223)
#DBDEE2
(219,222,226)
#DEE1E5
(222,225,229)
#E1E4E8
(225,228,232)
#E4E7EB
(228,231,235)
#E7EAEE
(231,234,238)
#EAEDF1
(234,237,241)
#EDF0F4
(237,240,244)
#F0F3F7
(240,243,247)
#F3F6FA
(243,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D8DC; }

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

This text font color is #D5D8DC.


Background Color

.myBgColor { background-color: #D5D8DC; }

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

This div background color is #D5D8DC.


Border color

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

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

This div border color is #D5D8DC.


Opacity

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

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

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

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

This text has shadow with #D5D8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D8DC on black background.


Color preview on white background

This text has color #D5D8DC on white background.



Black color preview on #D5D8DC background

This text has black color on #D5D8DC background.


White color preview on #D5D8DC background

This text has white color on #D5D8DC background.