COLOR #D0D6D6

HEX: #D0D6D6 RGB: (208,214,214)

Color info

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

RGB color model

#D0D6D6 color RGB value is (208,214,214).

RGB: (208,214,214) (82%, 84%, 84%)

RGB channels and saturation

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

208
214
214

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

Portions of RGB colors in percentages

R + G + B = 208 + 214 + 214 = 636 (100%)
R 208 of 636 ~ 32.7%
G 214 of 636 ~ 33.65%
B 214 of 636 ~ 33.65'%

%32.7
%33.65
%33.65

CMYK color model

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

  • cyan value is 2.80%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • 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
%16.08

Codes

Color #D0D6D6 in popluar color models

D0 D6 D6
RGB 208 214 214
HSL 180° 6.82% 82.75%
HSB/HSV 180° 2.80% 83.92%
CMYK 2.80% 0.00% 0.00%
16.08%

Color #D0D6D6 in popluar number systems.

HEX D0 D6 D6
Decimal 208 214 214
Binary 11010000 11010110 11010110
Octal 320 326 326

Shades and tints

Shades of #D0D6D6

#D0D6D6
(208,214,214)
#BEC3C3
(190,195,195)
#ACB0B0
(172,176,176)
#9A9D9D
(154,157,157)
#888A8A
(136,138,138)
#767777
(118,119,119)
#646464
(100,100,100)
#525151
(82,81,81)
#403E3E
(64,62,62)
#2E2B2B
(46,43,43)
#1C1818
(28,24,24)
#000000
(0,0,0)

Tints of #D0D6D6

#D0D6D6
(208,214,214)
#D4D9D9
(212,217,217)
#D8DCDC
(216,220,220)
#DCDFDF
(220,223,223)
#E0E2E2
(224,226,226)
#E4E5E5
(228,229,229)
#E8E8E8
(232,232,232)
#ECEBEB
(236,235,235)
#F0EEEE
(240,238,238)
#F4F1F1
(244,241,241)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0D6D6; }

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

This text font color is #D0D6D6.

Background Color

.myBgColor { background-color: #D0D6D6; }

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

This div background color is #D0D6D6.

Border color

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

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

This div border color is #D0D6D6.

Opacity

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

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

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

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

This text has shadow with #D0D6D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0D6D6.

Preview

Color preview on black background

This text has color #D0D6D6 on black background.


Color preview on white background

This text has color #D0D6D6 on white background.


Black color preview on #D0D6D6 background

This text has black color on #D0D6D6 background.


White color preview on #D0D6D6 background

This text has white color on #D0D6D6 background.


Related colors

Complementary color

Complementary color for #hex is #2F2929.


I love getcolorcode.com