COLOR #D0D6D5

HEX: #D0D6D5
RGB: (208,214,213)

Color info

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

RGB color model

#D0D6D5 color RGB value is (208,214,213).

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

RGB channels and saturation

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

208
214
213

R + G + B ~ 83%. #D0D6D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 214 + 213 = 635 (100%)
R 208 of 635 ~ 32.76%
G 214 of 635 ~ 33.7%
B 213 of 635 ~ 33.54%

%32.76
%33.7
%33.54

CMYK color model

#D0D6D5 color CMYK value is (3,0,0,16).

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

CMYK percentages

%2.8
%0
%0.47
%16.08

Codes

Color #D0D6D5 in popluar color models

D0D6D5
RGB208214213
HSL170°6.82%82.75%
HSB/HSV170°2.80%83.92%
CMYK2.80%0.00%0.47%
16.08%

Color #D0D6D5 in popluar number systems.

HEXD0D6D5
Decimal208214213
Binary110100001101011011010101
Octal320326325

Shades and tints

Shades of #D0D6D5

#D0D6D5
(208,214,213)
#BEC3C2
(190,195,194)
#ACB0AF
(172,176,175)
#9A9D9C
(154,157,156)
#888A89
(136,138,137)
#767776
(118,119,118)
#646463
(100,100,99)
#525150
(82,81,80)
#403E3D
(64,62,61)
#2E2B2A
(46,43,42)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #D0D6D5

#D0D6D5
(208,214,213)
#D4D9D8
(212,217,216)
#D8DCDB
(216,220,219)
#DCDFDE
(220,223,222)
#E0E2E1
(224,226,225)
#E4E5E4
(228,229,228)
#E8E8E7
(232,232,231)
#ECEBEA
(236,235,234)
#F0EEED
(240,238,237)
#F4F1F0
(244,241,240)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0D6D5; }

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

This text font color is #D0D6D5.


Background Color

.myBgColor { background-color: #D0D6D5; }

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

This div background color is #D0D6D5.


Border color

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

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

This div border color is #D0D6D5.


Opacity

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

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

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

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

This text has shadow with #D0D6D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D6D5 on black background.


Color preview on white background

This text has color #D0D6D5 on white background.



Black color preview on #D0D6D5 background

This text has black color on #D0D6D5 background.


White color preview on #D0D6D5 background

This text has white color on #D0D6D5 background.