COLOR #D8D9DC

HEX: #D8D9DC
RGB: (216,217,220)

Color info

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

RGB color model

#D8D9DC color RGB value is (216,217,220).

  • red value is 216;
  • green value is 217;
  • blue value is 220.
RGB:
(216,217,220)
(85%,85%,86%)

RGB channels and saturation

R 216 of 255 = 85%
G 217 of 255 = 85%
B 220 of 255 = 86%

216
217
220

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

Portions of RGB colors in percentages

R + G + B =
216 + 217 + 220 = 653 (100%)
R 216 of 653 ~ 33.08%
G 217 of 653 ~ 33.23%
B 220 of 653 ~ 33.69%

%33.08
%33.23
%33.69

CMYK color model

#D8D9DC color CMYK value is (2,1,0,14).

  • cyan value is 1.82%
  • magenta value is 1.36%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(2,1,0,14)
C2M1Y0K14 
(2%,1%,0%,14%)
(0.02/0.01/0.00/0.14)	

CMYK percentages

%1.82
%1.36
%0
%13.73

Codes

Color #D8D9DC in popluar color models

D8D9DC
RGB216217220
HSL225°5.41%85.49%
HSB/HSV225°1.82%86.27%
CMYK1.82%1.36%0.00%
13.73%

Color #D8D9DC in popluar number systems.

HEXD8D9DC
Decimal216217220
Binary110110001101100111011100
Octal330331334

Shades and tints

Shades of #D8D9DC

#D8D9DC
(216,217,220)
#C5C6C8
(197,198,200)
#B2B3B4
(178,179,180)
#9FA0A0
(159,160,160)
#8C8D8C
(140,141,140)
#797A78
(121,122,120)
#666764
(102,103,100)
#535450
(83,84,80)
#40413C
(64,65,60)
#2D2E28
(45,46,40)
#1A1B14
(26,27,20)
#000000
(0,0,0)

Tints of #D8D9DC

#D8D9DC
(216,217,220)
#DBDCDF
(219,220,223)
#DEDFE2
(222,223,226)
#E1E2E5
(225,226,229)
#E4E5E8
(228,229,232)
#E7E8EB
(231,232,235)
#EAEBEE
(234,235,238)
#EDEEF1
(237,238,241)
#F0F1F4
(240,241,244)
#F3F4F7
(243,244,247)
#F6F7FA
(246,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8D9DC color. Also use rgb(216,217,220) instead hex code.

Text Font Color

.myTextColor { color: #D8D9DC; }

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

This text font color is #D8D9DC.


Background Color

.myBgColor { background-color: #D8D9DC; }

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

This div background color is #D8D9DC.


Border color

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

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

This div border color is #D8D9DC.


Opacity

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

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

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

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

This text has shadow with #D8D9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D9DC on black background.


Color preview on white background

This text has color #D8D9DC on white background.



Black color preview on #D8D9DC background

This text has black color on #D8D9DC background.


White color preview on #D8D9DC background

This text has white color on #D8D9DC background.