COLOR #D0DDD9

HEX: #D0DDD9
RGB: (208,221,217)

Color info

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

RGB color model

#D0DDD9 color RGB value is (208,221,217).

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

RGB channels and saturation

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

208
221
217

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

Portions of RGB colors in percentages

R + G + B =
208 + 221 + 217 = 646 (100%)
R 208 of 646 ~ 32.2%
G 221 of 646 ~ 34.21%
B 217 of 646 ~ 33.59%

%32.2
%34.21
%33.59

CMYK color model

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

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 1.81%
  • key color value is 13.33%
CMYK:
(6,0,2,13)
C6M0Y2K13 
(6%,0%,2%,13%)
(0.06/0.00/0.02/0.13)	

CMYK percentages

%5.88
%0
%1.81
%13.33

Codes

Color #D0DDD9 in popluar color models

D0DDD9
RGB208221217
HSL162°16.05%84.12%
HSB/HSV162°5.88%86.67%
CMYK5.88%0.00%1.81%
13.33%

Color #D0DDD9 in popluar number systems.

HEXD0DDD9
Decimal208221217
Binary110100001101110111011001
Octal320335331

Shades and tints

Shades of #D0DDD9

#D0DDD9
(208,221,217)
#BEC9C6
(190,201,198)
#ACB5B3
(172,181,179)
#9AA1A0
(154,161,160)
#888D8D
(136,141,141)
#76797A
(118,121,122)
#646567
(100,101,103)
#525154
(82,81,84)
#403D41
(64,61,65)
#2E292E
(46,41,46)
#1C151B
(28,21,27)
#000000
(0,0,0)

Tints of #D0DDD9

#D0DDD9
(208,221,217)
#D4E0DC
(212,224,220)
#D8E3DF
(216,227,223)
#DCE6E2
(220,230,226)
#E0E9E5
(224,233,229)
#E4ECE8
(228,236,232)
#E8EFEB
(232,239,235)
#ECF2EE
(236,242,238)
#F0F5F1
(240,245,241)
#F4F8F4
(244,248,244)
#F8FBF7
(248,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0DDD9; }

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

This text font color is #D0DDD9.


Background Color

.myBgColor { background-color: #D0DDD9; }

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

This div background color is #D0DDD9.


Border color

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

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

This div border color is #D0DDD9.


Opacity

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

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

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

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

This text has shadow with #D0DDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0DDD9 on black background.


Color preview on white background

This text has color #D0DDD9 on white background.



Black color preview on #D0DDD9 background

This text has black color on #D0DDD9 background.


White color preview on #D0DDD9 background

This text has white color on #D0DDD9 background.