COLOR #D0DDCE

HEX: #D0DDCE
RGB: (208,221,206)

Color info

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

RGB color model

#D0DDCE color RGB value is (208,221,206).

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

RGB channels and saturation

R 208 of 255 = 82%
G 221 of 255 = 87%
B 206 of 255 = 81%

208
221
206

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

Portions of RGB colors in percentages

R + G + B =
208 + 221 + 206 = 635 (100%)
R 208 of 635 ~ 32.76%
G 221 of 635 ~ 34.8%
B 206 of 635 ~ 32.44%

%32.76
%34.8
%32.44

CMYK color model

#D0DDCE color CMYK value is (6,0,7,13).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 6.79%
  • key color value is 13.33%
CMYK:
(6,0,7,13)
C6M0Y7K13 
(6%,0%,7%,13%)
(0.06/0.00/0.07/0.13)	

CMYK percentages

%5.88
%0
%6.79
%13.33

Codes

Color #D0DDCE in popluar color models

D0DDCE
RGB208221206
HSL112°18.07%83.73%
HSB/HSV112°6.79%86.67%
CMYK5.88%0.00%6.79%
13.33%

Color #D0DDCE in popluar number systems.

HEXD0DDCE
Decimal208221206
Binary110100001101110111001110
Octal320335316

Shades and tints

Shades of #D0DDCE

#D0DDCE
(208,221,206)
#BEC9BC
(190,201,188)
#ACB5AA
(172,181,170)
#9AA198
(154,161,152)
#888D86
(136,141,134)
#767974
(118,121,116)
#646562
(100,101,98)
#525150
(82,81,80)
#403D3E
(64,61,62)
#2E292C
(46,41,44)
#1C151A
(28,21,26)
#000000
(0,0,0)

Tints of #D0DDCE

#D0DDCE
(208,221,206)
#D4E0D2
(212,224,210)
#D8E3D6
(216,227,214)
#DCE6DA
(220,230,218)
#E0E9DE
(224,233,222)
#E4ECE2
(228,236,226)
#E8EFE6
(232,239,230)
#ECF2EA
(236,242,234)
#F0F5EE
(240,245,238)
#F4F8F2
(244,248,242)
#F8FBF6
(248,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0DDCE; }

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

This text font color is #D0DDCE.


Background Color

.myBgColor { background-color: #D0DDCE; }

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

This div background color is #D0DDCE.


Border color

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

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

This div border color is #D0DDCE.


Opacity

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

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

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

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

This text has shadow with #D0DDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0DDCE on black background.


Color preview on white background

This text has color #D0DDCE on white background.



Black color preview on #D0DDCE background

This text has black color on #D0DDCE background.


White color preview on #D0DDCE background

This text has white color on #D0DDCE background.