COLOR #D0D9DE

HEX: #D0D9DE
RGB: (208,217,222)

Color info

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

RGB color model

#D0D9DE color RGB value is (208,217,222).

  • red value is 208;
  • green value is 217;
  • blue value is 222.
RGB:
(208,217,222)
(82%,85%,87%)

RGB channels and saturation

R 208 of 255 = 82%
G 217 of 255 = 85%
B 222 of 255 = 87%

208
217
222

R + G + B ~ 85%. #D0D9DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 217 + 222 = 647 (100%)
R 208 of 647 ~ 32.15%
G 217 of 647 ~ 33.54%
B 222 of 647 ~ 34.31%

%32.15
%33.54
%34.31

CMYK color model

#D0D9DE color CMYK value is (6,2,0,13).

  • cyan value is 6.31%
  • magenta value is 2.25%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(6,2,0,13)
C6M2Y0K13 
(6%,2%,0%,13%)
(0.06/0.02/0.00/0.13)	

CMYK percentages

%6.31
%2.25
%0
%12.94

Codes

Color #D0D9DE in popluar color models

D0D9DE
RGB208217222
HSL201°17.50%84.31%
HSB/HSV201°6.31%87.06%
CMYK6.31%2.25%0.00%
12.94%

Color #D0D9DE in popluar number systems.

HEXD0D9DE
Decimal208217222
Binary110100001101100111011110
Octal320331336

Shades and tints

Shades of #D0D9DE

#D0D9DE
(208,217,222)
#BEC6CA
(190,198,202)
#ACB3B6
(172,179,182)
#9AA0A2
(154,160,162)
#888D8E
(136,141,142)
#767A7A
(118,122,122)
#646766
(100,103,102)
#525452
(82,84,82)
#40413E
(64,65,62)
#2E2E2A
(46,46,42)
#1C1B16
(28,27,22)
#000000
(0,0,0)

Tints of #D0D9DE

#D0D9DE
(208,217,222)
#D4DCE1
(212,220,225)
#D8DFE4
(216,223,228)
#DCE2E7
(220,226,231)
#E0E5EA
(224,229,234)
#E4E8ED
(228,232,237)
#E8EBF0
(232,235,240)
#ECEEF3
(236,238,243)
#F0F1F6
(240,241,246)
#F4F4F9
(244,244,249)
#F8F7FC
(248,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0D9DE; }

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

This text font color is #D0D9DE.


Background Color

.myBgColor { background-color: #D0D9DE; }

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

This div background color is #D0D9DE.


Border color

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

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

This div border color is #D0D9DE.


Opacity

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

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

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

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

This text has shadow with #D0D9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D9DE on black background.


Color preview on white background

This text has color #D0D9DE on white background.



Black color preview on #D0D9DE background

This text has black color on #D0D9DE background.


White color preview on #D0D9DE background

This text has white color on #D0D9DE background.