COLOR #D0D4DC

HEX: #D0D4DC
RGB: (208,212,220)

Color info

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

RGB color model

#D0D4DC color RGB value is (208,212,220).

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

RGB channels and saturation

R 208 of 255 = 82%
G 212 of 255 = 83%
B 220 of 255 = 86%

208
212
220

R + G + B ~ 84%. #D0D4DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 212 + 220 = 640 (100%)
R 208 of 640 ~ 32.5%
G 212 of 640 ~ 33.13%
B 220 of 640 ~ 34.38%

%32.5
%33.13
%34.38

CMYK color model

#D0D4DC color CMYK value is (5,4,0,14).

  • cyan value is 5.45%
  • magenta value is 3.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(5,4,0,14)
C5M4Y0K14 
(5%,4%,0%,14%)
(0.05/0.04/0.00/0.14)	

CMYK percentages

%5.45
%3.64
%0
%13.73

Codes

Color #D0D4DC in popluar color models

D0D4DC
RGB208212220
HSL220°14.63%83.92%
HSB/HSV220°5.45%86.27%
CMYK5.45%3.64%0.00%
13.73%

Color #D0D4DC in popluar number systems.

HEXD0D4DC
Decimal208212220
Binary110100001101010011011100
Octal320324334

Shades and tints

Shades of #D0D4DC

#D0D4DC
(208,212,220)
#BEC1C8
(190,193,200)
#ACAEB4
(172,174,180)
#9A9BA0
(154,155,160)
#88888C
(136,136,140)
#767578
(118,117,120)
#646264
(100,98,100)
#524F50
(82,79,80)
#403C3C
(64,60,60)
#2E2928
(46,41,40)
#1C1614
(28,22,20)
#000000
(0,0,0)

Tints of #D0D4DC

#D0D4DC
(208,212,220)
#D4D7DF
(212,215,223)
#D8DAE2
(216,218,226)
#DCDDE5
(220,221,229)
#E0E0E8
(224,224,232)
#E4E3EB
(228,227,235)
#E8E6EE
(232,230,238)
#ECE9F1
(236,233,241)
#F0ECF4
(240,236,244)
#F4EFF7
(244,239,247)
#F8F2FA
(248,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0D4DC; }

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

This text font color is #D0D4DC.


Background Color

.myBgColor { background-color: #D0D4DC; }

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

This div background color is #D0D4DC.


Border color

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

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

This div border color is #D0D4DC.


Opacity

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

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

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

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

This text has shadow with #D0D4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D4DC on black background.


Color preview on white background

This text has color #D0D4DC on white background.



Black color preview on #D0D4DC background

This text has black color on #D0D4DC background.


White color preview on #D0D4DC background

This text has white color on #D0D4DC background.