COLOR #D8DCD9

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

216
220
217

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

Portions of RGB colors in percentages

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

%33.08
%33.69
%33.23

CMYK color model

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

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

CMYK percentages

%1.82
%0
%1.36
%13.73

Codes

Color #D8DCD9 in popluar color models

D8DCD9
RGB216220217
HSL135°5.41%85.49%
HSB/HSV135°1.82%86.27%
CMYK1.82%0.00%1.36%
13.73%

Color #D8DCD9 in popluar number systems.

HEXD8DCD9
Decimal216220217
Binary110110001101110011011001
Octal330334331

Shades and tints

Shades of #D8DCD9

#D8DCD9
(216,220,217)
#C5C8C6
(197,200,198)
#B2B4B3
(178,180,179)
#9FA0A0
(159,160,160)
#8C8C8D
(140,140,141)
#79787A
(121,120,122)
#666467
(102,100,103)
#535054
(83,80,84)
#403C41
(64,60,65)
#2D282E
(45,40,46)
#1A141B
(26,20,27)
#000000
(0,0,0)

Tints of #D8DCD9

#D8DCD9
(216,220,217)
#DBDFDC
(219,223,220)
#DEE2DF
(222,226,223)
#E1E5E2
(225,229,226)
#E4E8E5
(228,232,229)
#E7EBE8
(231,235,232)
#EAEEEB
(234,238,235)
#EDF1EE
(237,241,238)
#F0F4F1
(240,244,241)
#F3F7F4
(243,247,244)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DCD9; }

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

This text font color is #D8DCD9.


Background Color

.myBgColor { background-color: #D8DCD9; }

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

This div background color is #D8DCD9.


Border color

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

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

This div border color is #D8DCD9.


Opacity

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

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

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

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

This text has shadow with #D8DCD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DCD9 on black background.


Color preview on white background

This text has color #D8DCD9 on white background.



Black color preview on #D8DCD9 background

This text has black color on #D8DCD9 background.


White color preview on #D8DCD9 background

This text has white color on #D8DCD9 background.