COLOR #D5D6D6

HEX: #D5D6D6
RGB: (213,214,214)

Color info

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

RGB color model

#D5D6D6 color RGB value is (213,214,214).

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

RGB channels and saturation

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

213
214
214

R + G + B ~ 84%. #D5D6D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 214 + 214 = 641 (100%)
R 213 of 641 ~ 33.23%
G 214 of 641 ~ 33.39%
B 214 of 641 ~ 33.39%

%33.23
%33.39
%33.39

CMYK color model

#D5D6D6 color CMYK value is (0,0,0,16).

  • cyan value is 0.47%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(0,0,0,16)
C0M0Y0K16 
(0%,0%,0%,16%)
(0.00/0.00/0.00/0.16)	

CMYK percentages

%0.47
%0
%0
%16.08

Codes

Color #D5D6D6 in popluar color models

D5D6D6
RGB213214214
HSL180°1.20%83.73%
HSB/HSV180°0.47%83.92%
CMYK0.47%0.00%0.00%
16.08%

Color #D5D6D6 in popluar number systems.

HEXD5D6D6
Decimal213214214
Binary110101011101011011010110
Octal325326326

Shades and tints

Shades of #D5D6D6

#D5D6D6
(213,214,214)
#C2C3C3
(194,195,195)
#AFB0B0
(175,176,176)
#9C9D9D
(156,157,157)
#898A8A
(137,138,138)
#767777
(118,119,119)
#636464
(99,100,100)
#505151
(80,81,81)
#3D3E3E
(61,62,62)
#2A2B2B
(42,43,43)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #D5D6D6

#D5D6D6
(213,214,214)
#D8D9D9
(216,217,217)
#DBDCDC
(219,220,220)
#DEDFDF
(222,223,223)
#E1E2E2
(225,226,226)
#E4E5E5
(228,229,229)
#E7E8E8
(231,232,232)
#EAEBEB
(234,235,235)
#EDEEEE
(237,238,238)
#F0F1F1
(240,241,241)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D6D6; }

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

This text font color is #D5D6D6.


Background Color

.myBgColor { background-color: #D5D6D6; }

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

This div background color is #D5D6D6.


Border color

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

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

This div border color is #D5D6D6.


Opacity

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

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

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

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

This text has shadow with #D5D6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D6D6 on black background.


Color preview on white background

This text has color #D5D6D6 on white background.



Black color preview on #D5D6D6 background

This text has black color on #D5D6D6 background.


White color preview on #D5D6D6 background

This text has white color on #D5D6D6 background.