COLOR #D5D6DC

HEX: #D5D6DC
RGB: (213,214,220)

Color info

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

RGB color model

#D5D6DC color RGB value is (213,214,220).

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

RGB channels and saturation

R 213 of 255 = 84%
G 214 of 255 = 84%
B 220 of 255 = 86%

213
214
220

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

Portions of RGB colors in percentages

R + G + B =
213 + 214 + 220 = 647 (100%)
R 213 of 647 ~ 32.92%
G 214 of 647 ~ 33.08%
B 220 of 647 ~ 34%

%32.92
%33.08
%34

CMYK color model

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

  • cyan value is 3.18%
  • magenta value is 2.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(3,3,0,14)
C3M3Y0K14 
(3%,3%,0%,14%)
(0.03/0.03/0.00/0.14)	

CMYK percentages

%3.18
%2.73
%0
%13.73

Codes

Color #D5D6DC in popluar color models

D5D6DC
RGB213214220
HSL231°9.09%84.90%
HSB/HSV231°3.18%86.27%
CMYK3.18%2.73%0.00%
13.73%

Color #D5D6DC in popluar number systems.

HEXD5D6DC
Decimal213214220
Binary110101011101011011011100
Octal325326334

Shades and tints

Shades of #D5D6DC

#D5D6DC
(213,214,220)
#C2C3C8
(194,195,200)
#AFB0B4
(175,176,180)
#9C9DA0
(156,157,160)
#898A8C
(137,138,140)
#767778
(118,119,120)
#636464
(99,100,100)
#505150
(80,81,80)
#3D3E3C
(61,62,60)
#2A2B28
(42,43,40)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #D5D6DC

#D5D6DC
(213,214,220)
#D8D9DF
(216,217,223)
#DBDCE2
(219,220,226)
#DEDFE5
(222,223,229)
#E1E2E8
(225,226,232)
#E4E5EB
(228,229,235)
#E7E8EE
(231,232,238)
#EAEBF1
(234,235,241)
#EDEEF4
(237,238,244)
#F0F1F7
(240,241,247)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D6DC; }

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

This text font color is #D5D6DC.


Background Color

.myBgColor { background-color: #D5D6DC; }

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

This div background color is #D5D6DC.


Border color

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

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

This div border color is #D5D6DC.


Opacity

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

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

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

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

This text has shadow with #D5D6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D6DC on black background.


Color preview on white background

This text has color #D5D6DC on white background.



Black color preview on #D5D6DC background

This text has black color on #D5D6DC background.


White color preview on #D5D6DC background

This text has white color on #D5D6DC background.