COLOR #D8DFD5

HEX: #D8DFD5
RGB: (216,223,213)

Color info

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

RGB color model

#D8DFD5 color RGB value is (216,223,213).

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

RGB channels and saturation

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

216
223
213

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

Portions of RGB colors in percentages

R + G + B =
216 + 223 + 213 = 652 (100%)
R 216 of 652 ~ 33.13%
G 223 of 652 ~ 34.2%
B 213 of 652 ~ 32.67%

%33.13
%34.2
%32.67

CMYK color model

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

  • cyan value is 3.14%
  • magenta value is 0.00%
  • yellow value is 4.48%
  • 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.48
%12.55

Codes

Color #D8DFD5 in popluar color models

D8DFD5
RGB216223213
HSL102°13.51%85.49%
HSB/HSV102°4.48%87.45%
CMYK3.14%0.00%4.48%
12.55%

Color #D8DFD5 in popluar number systems.

HEXD8DFD5
Decimal216223213
Binary110110001101111111010101
Octal330337325

Shades and tints

Shades of #D8DFD5

#D8DFD5
(216,223,213)
#C5CBC2
(197,203,194)
#B2B7AF
(178,183,175)
#9FA39C
(159,163,156)
#8C8F89
(140,143,137)
#797B76
(121,123,118)
#666763
(102,103,99)
#535350
(83,83,80)
#403F3D
(64,63,61)
#2D2B2A
(45,43,42)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #D8DFD5

#D8DFD5
(216,223,213)
#DBE1D8
(219,225,216)
#DEE3DB
(222,227,219)
#E1E5DE
(225,229,222)
#E4E7E1
(228,231,225)
#E7E9E4
(231,233,228)
#EAEBE7
(234,235,231)
#EDEDEA
(237,237,234)
#F0EFED
(240,239,237)
#F3F1F0
(243,241,240)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DFD5; }

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

This text font color is #D8DFD5.


Background Color

.myBgColor { background-color: #D8DFD5; }

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

This div background color is #D8DFD5.


Border color

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

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

This div border color is #D8DFD5.


Opacity

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

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

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

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

This text has shadow with #D8DFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DFD5 on black background.


Color preview on white background

This text has color #D8DFD5 on white background.



Black color preview on #D8DFD5 background

This text has black color on #D8DFD5 background.


White color preview on #D8DFD5 background

This text has white color on #D8DFD5 background.