COLOR #D0D6DA

HEX: #D0D6DA
RGB: (208,214,218)

Color info

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

RGB color model

#D0D6DA color RGB value is (208,214,218).

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

RGB channels and saturation

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

208
214
218

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

Portions of RGB colors in percentages

R + G + B =
208 + 214 + 218 = 640 (100%)
R 208 of 640 ~ 32.5%
G 214 of 640 ~ 33.44%
B 218 of 640 ~ 34.06%

%32.5
%33.44
%34.06

CMYK color model

#D0D6DA color CMYK value is (5,2,0,15).

  • cyan value is 4.59%
  • magenta value is 1.83%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(5,2,0,15)
C5M2Y0K15 
(5%,2%,0%,15%)
(0.05/0.02/0.00/0.15)	

CMYK percentages

%4.59
%1.83
%0
%14.51

Codes

Color #D0D6DA in popluar color models

D0D6DA
RGB208214218
HSL204°11.90%83.53%
HSB/HSV204°4.59%85.49%
CMYK4.59%1.83%0.00%
14.51%

Color #D0D6DA in popluar number systems.

HEXD0D6DA
Decimal208214218
Binary110100001101011011011010
Octal320326332

Shades and tints

Shades of #D0D6DA

#D0D6DA
(208,214,218)
#BEC3C7
(190,195,199)
#ACB0B4
(172,176,180)
#9A9DA1
(154,157,161)
#888A8E
(136,138,142)
#76777B
(118,119,123)
#646468
(100,100,104)
#525155
(82,81,85)
#403E42
(64,62,66)
#2E2B2F
(46,43,47)
#1C181C
(28,24,28)
#000000
(0,0,0)

Tints of #D0D6DA

#D0D6DA
(208,214,218)
#D4D9DD
(212,217,221)
#D8DCE0
(216,220,224)
#DCDFE3
(220,223,227)
#E0E2E6
(224,226,230)
#E4E5E9
(228,229,233)
#E8E8EC
(232,232,236)
#ECEBEF
(236,235,239)
#F0EEF2
(240,238,242)
#F4F1F5
(244,241,245)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0D6DA; }

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

This text font color is #D0D6DA.


Background Color

.myBgColor { background-color: #D0D6DA; }

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

This div background color is #D0D6DA.


Border color

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

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

This div border color is #D0D6DA.


Opacity

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

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

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

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

This text has shadow with #D0D6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D6DA on black background.


Color preview on white background

This text has color #D0D6DA on white background.



Black color preview on #D0D6DA background

This text has black color on #D0D6DA background.


White color preview on #D0D6DA background

This text has white color on #D0D6DA background.