COLOR #D0D4CC

HEX: #D0D4CC
RGB: (208,212,204)

Color info

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

RGB color model

#D0D4CC color RGB value is (208,212,204).

  • red value is 208;
  • green value is 212;
  • blue value is 204.
RGB:
(208,212,204)
(82%,83%,80%)

RGB channels and saturation

R 208 of 255 = 82%
G 212 of 255 = 83%
B 204 of 255 = 80%

208
212
204

R + G + B ~ 82%. #D0D4CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 212 + 204 = 624 (100%)
R 208 of 624 ~ 33.33%
G 212 of 624 ~ 33.97%
B 204 of 624 ~ 32.69%

%33.33
%33.97
%32.69

CMYK color model

#D0D4CC color CMYK value is (2,0,4,17).

  • cyan value is 1.89%
  • magenta value is 0.00%
  • yellow value is 3.77%
  • key color value is 16.86%
CMYK:
(2,0,4,17)
C2M0Y4K17 
(2%,0%,4%,17%)
(0.02/0.00/0.04/0.17)	

CMYK percentages

%1.89
%0
%3.77
%16.86

Codes

Color #D0D4CC in popluar color models

D0D4CC
RGB208212204
HSL90°8.51%81.57%
HSB/HSV90°3.77%83.14%
CMYK1.89%0.00%3.77%
16.86%

Color #D0D4CC in popluar number systems.

HEXD0D4CC
Decimal208212204
Binary110100001101010011001100
Octal320324314

Shades and tints

Shades of #D0D4CC

#D0D4CC
(208,212,204)
#BEC1BA
(190,193,186)
#ACAEA8
(172,174,168)
#9A9B96
(154,155,150)
#888884
(136,136,132)
#767572
(118,117,114)
#646260
(100,98,96)
#524F4E
(82,79,78)
#403C3C
(64,60,60)
#2E292A
(46,41,42)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #D0D4CC

#D0D4CC
(208,212,204)
#D4D7D0
(212,215,208)
#D8DAD4
(216,218,212)
#DCDDD8
(220,221,216)
#E0E0DC
(224,224,220)
#E4E3E0
(228,227,224)
#E8E6E4
(232,230,228)
#ECE9E8
(236,233,232)
#F0ECEC
(240,236,236)
#F4EFF0
(244,239,240)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0D4CC color. Also use rgb(208,212,204) instead hex code.

Text Font Color

.myTextColor { color: #D0D4CC; }

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

This text font color is #D0D4CC.


Background Color

.myBgColor { background-color: #D0D4CC; }

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

This div background color is #D0D4CC.


Border color

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

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

This div border color is #D0D4CC.


Opacity

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

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

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

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

This text has shadow with #D0D4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D4CC on black background.


Color preview on white background

This text has color #D0D4CC on white background.



Black color preview on #D0D4CC background

This text has black color on #D0D4CC background.


White color preview on #D0D4CC background

This text has white color on #D0D4CC background.