COLOR #D8D7DA

HEX: #D8D7DA
RGB: (216,215,218)

Color info

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

RGB color model

#D8D7DA color RGB value is (216,215,218).

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

RGB channels and saturation

R 216 of 255 = 85%
G 215 of 255 = 84%
B 218 of 255 = 85%

216
215
218

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

Portions of RGB colors in percentages

R + G + B =
216 + 215 + 218 = 649 (100%)
R 216 of 649 ~ 33.28%
G 215 of 649 ~ 33.13%
B 218 of 649 ~ 33.59%

%33.28
%33.13
%33.59

CMYK color model

#D8D7DA color CMYK value is (1,1,0,15).

  • cyan value is 0.92%
  • magenta value is 1.38%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(1,1,0,15)
C1M1Y0K15 
(1%,1%,0%,15%)
(0.01/0.01/0.00/0.15)	

CMYK percentages

%0.92
%1.38
%0
%14.51

Codes

Color #D8D7DA in popluar color models

D8D7DA
RGB216215218
HSL260°3.90%84.90%
HSB/HSV260°1.38%85.49%
CMYK0.92%1.38%0.00%
14.51%

Color #D8D7DA in popluar number systems.

HEXD8D7DA
Decimal216215218
Binary110110001101011111011010
Octal330327332

Shades and tints

Shades of #D8D7DA

#D8D7DA
(216,215,218)
#C5C4C7
(197,196,199)
#B2B1B4
(178,177,180)
#9F9EA1
(159,158,161)
#8C8B8E
(140,139,142)
#79787B
(121,120,123)
#666568
(102,101,104)
#535255
(83,82,85)
#403F42
(64,63,66)
#2D2C2F
(45,44,47)
#1A191C
(26,25,28)
#000000
(0,0,0)

Tints of #D8D7DA

#D8D7DA
(216,215,218)
#DBDADD
(219,218,221)
#DEDDE0
(222,221,224)
#E1E0E3
(225,224,227)
#E4E3E6
(228,227,230)
#E7E6E9
(231,230,233)
#EAE9EC
(234,233,236)
#EDECEF
(237,236,239)
#F0EFF2
(240,239,242)
#F3F2F5
(243,242,245)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D7DA; }

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

This text font color is #D8D7DA.


Background Color

.myBgColor { background-color: #D8D7DA; }

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

This div background color is #D8D7DA.


Border color

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

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

This div border color is #D8D7DA.


Opacity

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

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

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

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

This text has shadow with #D8D7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D7DA on black background.


Color preview on white background

This text has color #D8D7DA on white background.



Black color preview on #D8D7DA background

This text has black color on #D8D7DA background.


White color preview on #D8D7DA background

This text has white color on #D8D7DA background.