COLOR #D0D6D2

HEX: #D0D6D2 RGB: (208,214,210)

Color info

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

RGB color model

#D0D6D2 color RGB value is (208,214,210).

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

RGB channels and saturation

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

208
214
210

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

Portions of RGB colors in percentages

R + G + B = 208 + 214 + 210 = 632 (100%)
R 208 of 632 ~ 32.91%
G 214 of 632 ~ 33.86%
B 210 of 632 ~ 33.23'%

%32.91
%33.86
%33.23

CMYK color model

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

  • cyan value is 2.80%
  • magenta value is 0.00%
  • yellow value is 1.87%
  • key color value is 16.08%

CMYK: (3,0,2,16)
C3M0Y2K16 (3%, 0%, 2%, 16%)
(0.03 / 0.00 / 0.02 / 0.16)

CMYK percentages

%2.8
%0
%1.87
%16.08

Codes

Color #D0D6D2 in popluar color models

D0 D6 D2
RGB 208 214 210
HSL 140° 6.82% 82.75%
HSB/HSV 140° 2.80% 83.92%
CMYK 2.80% 0.00% 1.87%
16.08%

Color #D0D6D2 in popluar number systems.

HEX D0 D6 D2
Decimal 208 214 210
Binary 11010000 11010110 11010010
Octal 320 326 322

Shades and tints

Shades of #D0D6D2

#D0D6D2
(208,214,210)
#BEC3BF
(190,195,191)
#ACB0AC
(172,176,172)
#9A9D99
(154,157,153)
#888A86
(136,138,134)
#767773
(118,119,115)
#646460
(100,100,96)
#52514D
(82,81,77)
#403E3A
(64,62,58)
#2E2B27
(46,43,39)
#1C1814
(28,24,20)
#000000
(0,0,0)

Tints of #D0D6D2

#D0D6D2
(208,214,210)
#D4D9D6
(212,217,214)
#D8DCDA
(216,220,218)
#DCDFDE
(220,223,222)
#E0E2E2
(224,226,226)
#E4E5E6
(228,229,230)
#E8E8EA
(232,232,234)
#ECEBEE
(236,235,238)
#F0EEF2
(240,238,242)
#F4F1F6
(244,241,246)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0D6D2; }

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

This text font color is #D0D6D2.

Background Color

.myBgColor { background-color: #D0D6D2; }

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

This div background color is #D0D6D2.

Border color

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

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

This div border color is #D0D6D2.

Opacity

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

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

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

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

This text has shadow with #D0D6D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0D6D2.

Preview

Color preview on black background

This text has color #D0D6D2 on black background.


Color preview on white background

This text has color #D0D6D2 on white background.


Black color preview on #D0D6D2 background

This text has black color on #D0D6D2 background.


White color preview on #D0D6D2 background

This text has white color on #D0D6D2 background.


Related colors

Complementary color

Complementary color for #hex is #2F292D.


I love getcolorcode.com

Triadic colors

1 #D2D0D6 and #D6D2D0 with #D0D6D2 are triadic colors.

2 #D2D6D0 and #D6D0D2 with #D0D6D2 are triadic colors.