COLOR #D8DFD6

HEX: #D8DFD6
RGB: (216,223,214)

Color info

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

RGB color model

#D8DFD6 color RGB value is (216,223,214).

  • red value is 216;
  • green value is 223;
  • blue value is 214.
RGB:
(216,223,214)
(85%,87%,84%)

RGB channels and saturation

R 216 of 255 = 85%
G 223 of 255 = 87%
B 214 of 255 = 84%

216
223
214

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

Portions of RGB colors in percentages

R + G + B =
216 + 223 + 214 = 653 (100%)
R 216 of 653 ~ 33.08%
G 223 of 653 ~ 34.15%
B 214 of 653 ~ 32.77%

%33.08
%34.15
%32.77

CMYK color model

#D8DFD6 color CMYK value is (3,0,4,13).

  • cyan value is 3.14%
  • magenta value is 0.00%
  • yellow value is 4.04%
  • key color value is 12.55%
CMYK:
(3,0,4,13)
C3M0Y4K13 
(3%,0%,4%,13%)
(0.03/0.00/0.04/0.13)	

CMYK percentages

%3.14
%0
%4.04
%12.55

Codes

Color #D8DFD6 in popluar color models

D8DFD6
RGB216223214
HSL107°12.33%85.69%
HSB/HSV107°4.04%87.45%
CMYK3.14%0.00%4.04%
12.55%

Color #D8DFD6 in popluar number systems.

HEXD8DFD6
Decimal216223214
Binary110110001101111111010110
Octal330337326

Shades and tints

Shades of #D8DFD6

#D8DFD6
(216,223,214)
#C5CBC3
(197,203,195)
#B2B7B0
(178,183,176)
#9FA39D
(159,163,157)
#8C8F8A
(140,143,138)
#797B77
(121,123,119)
#666764
(102,103,100)
#535351
(83,83,81)
#403F3E
(64,63,62)
#2D2B2B
(45,43,43)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #D8DFD6

#D8DFD6
(216,223,214)
#DBE1D9
(219,225,217)
#DEE3DC
(222,227,220)
#E1E5DF
(225,229,223)
#E4E7E2
(228,231,226)
#E7E9E5
(231,233,229)
#EAEBE8
(234,235,232)
#EDEDEB
(237,237,235)
#F0EFEE
(240,239,238)
#F3F1F1
(243,241,241)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DFD6 color. Also use rgb(216,223,214) instead hex code.

Text Font Color

.myTextColor { color: #D8DFD6; }

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

This text font color is #D8DFD6.


Background Color

.myBgColor { background-color: #D8DFD6; }

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

This div background color is #D8DFD6.


Border color

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

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

This div border color is #D8DFD6.


Opacity

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

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

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

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

This text has shadow with #D8DFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DFD6 on black background.


Color preview on white background

This text has color #D8DFD6 on white background.



Black color preview on #D8DFD6 background

This text has black color on #D8DFD6 background.


White color preview on #D8DFD6 background

This text has white color on #D8DFD6 background.