COLOR #D8D7D4

HEX: #D8D7D4
RGB: (216,215,212)

Color info

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

RGB color model

#D8D7D4 color RGB value is (216,215,212).

  • red value is 216;
  • green value is 215;
  • blue value is 212.
RGB:
(216,215,212)
(85%,84%,83%)

RGB channels and saturation

R 216 of 255 = 85%
G 215 of 255 = 84%
B 212 of 255 = 83%

216
215
212

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

Portions of RGB colors in percentages

R + G + B =
216 + 215 + 212 = 643 (100%)
R 216 of 643 ~ 33.59%
G 215 of 643 ~ 33.44%
B 212 of 643 ~ 32.97%

%33.59
%33.44
%32.97

CMYK color model

#D8D7D4 color CMYK value is (0,0,2,15).

  • cyan value is 0.00%
  • magenta value is 0.46%
  • yellow value is 1.85%
  • key color value is 15.29%
CMYK:
(0,0,2,15)
C0M0Y2K15 
(0%,0%,2%,15%)
(0.00/0.00/0.02/0.15)	

CMYK percentages

%0
%0.46
%1.85
%15.29

Codes

Color #D8D7D4 in popluar color models

D8D7D4
RGB216215212
HSL45°4.88%83.92%
HSB/HSV45°1.85%84.71%
CMYK0.00%0.46%1.85%
15.29%

Color #D8D7D4 in popluar number systems.

HEXD8D7D4
Decimal216215212
Binary110110001101011111010100
Octal330327324

Shades and tints

Shades of #D8D7D4

#D8D7D4
(216,215,212)
#C5C4C1
(197,196,193)
#B2B1AE
(178,177,174)
#9F9E9B
(159,158,155)
#8C8B88
(140,139,136)
#797875
(121,120,117)
#666562
(102,101,98)
#53524F
(83,82,79)
#403F3C
(64,63,60)
#2D2C29
(45,44,41)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #D8D7D4

#D8D7D4
(216,215,212)
#DBDAD7
(219,218,215)
#DEDDDA
(222,221,218)
#E1E0DD
(225,224,221)
#E4E3E0
(228,227,224)
#E7E6E3
(231,230,227)
#EAE9E6
(234,233,230)
#EDECE9
(237,236,233)
#F0EFEC
(240,239,236)
#F3F2EF
(243,242,239)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8D7D4 color. Also use rgb(216,215,212) instead hex code.

Text Font Color

.myTextColor { color: #D8D7D4; }

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

This text font color is #D8D7D4.


Background Color

.myBgColor { background-color: #D8D7D4; }

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

This div background color is #D8D7D4.


Border color

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

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

This div border color is #D8D7D4.


Opacity

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

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

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

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

This text has shadow with #D8D7D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D7D4 on black background.


Color preview on white background

This text has color #D8D7D4 on white background.



Black color preview on #D8D7D4 background

This text has black color on #D8D7D4 background.


White color preview on #D8D7D4 background

This text has white color on #D8D7D4 background.