COLOR #D0DDC0

HEX: #D0DDC0
RGB: (208,221,192)

Color info

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

RGB color model

#D0DDC0 color RGB value is (208,221,192).

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

RGB channels and saturation

R 208 of 255 = 82%
G 221 of 255 = 87%
B 192 of 255 = 75%

208
221
192

R + G + B ~ 81%. #D0DDC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 221 + 192 = 621 (100%)
R 208 of 621 ~ 33.49%
G 221 of 621 ~ 35.59%
B 192 of 621 ~ 30.92%

%33.49
%35.59
%30.92

CMYK color model

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

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 13.12%
  • key color value is 13.33%
CMYK:
(6,0,13,13)
C6M0Y13K13 
(6%,0%,13%,13%)
(0.06/0.00/0.13/0.13)	

CMYK percentages

%5.88
%0
%13.12
%13.33

Codes

Color #D0DDC0 in popluar color models

D0DDC0
RGB208221192
HSL87°29.90%80.98%
HSB/HSV87°13.12%86.67%
CMYK5.88%0.00%13.12%
13.33%

Color #D0DDC0 in popluar number systems.

HEXD0DDC0
Decimal208221192
Binary110100001101110111000000
Octal320335300

Shades and tints

Shades of #D0DDC0

#D0DDC0
(208,221,192)
#BEC9AF
(190,201,175)
#ACB59E
(172,181,158)
#9AA18D
(154,161,141)
#888D7C
(136,141,124)
#76796B
(118,121,107)
#64655A
(100,101,90)
#525149
(82,81,73)
#403D38
(64,61,56)
#2E2927
(46,41,39)
#1C1516
(28,21,22)
#000000
(0,0,0)

Tints of #D0DDC0

#D0DDC0
(208,221,192)
#D4E0C5
(212,224,197)
#D8E3CA
(216,227,202)
#DCE6CF
(220,230,207)
#E0E9D4
(224,233,212)
#E4ECD9
(228,236,217)
#E8EFDE
(232,239,222)
#ECF2E3
(236,242,227)
#F0F5E8
(240,245,232)
#F4F8ED
(244,248,237)
#F8FBF2
(248,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0DDC0; }

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

This text font color is #D0DDC0.


Background Color

.myBgColor { background-color: #D0DDC0; }

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

This div background color is #D0DDC0.


Border color

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

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

This div border color is #D0DDC0.


Opacity

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

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

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

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

This text has shadow with #D0DDC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0DDC0 on black background.


Color preview on white background

This text has color #D0DDC0 on white background.



Black color preview on #D0DDC0 background

This text has black color on #D0DDC0 background.


White color preview on #D0DDC0 background

This text has white color on #D0DDC0 background.