COLOR #D8D7DB

HEX: #D8D7DB
RGB: (216,215,219)

Color info

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

RGB color model

#D8D7DB color RGB value is (216,215,219).

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

RGB channels and saturation

R 216 of 255 = 85%
G 215 of 255 = 84%
B 219 of 255 = 86%

216
215
219

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

Portions of RGB colors in percentages

R + G + B =
216 + 215 + 219 = 650 (100%)
R 216 of 650 ~ 33.23%
G 215 of 650 ~ 33.08%
B 219 of 650 ~ 33.69%

%33.23
%33.08
%33.69

CMYK color model

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

  • cyan value is 1.37%
  • magenta value is 1.83%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(1,2,0,14)
C1M2Y0K14 
(1%,2%,0%,14%)
(0.01/0.02/0.00/0.14)	

CMYK percentages

%1.37
%1.83
%0
%14.12

Codes

Color #D8D7DB in popluar color models

D8D7DB
RGB216215219
HSL255°5.26%85.10%
HSB/HSV255°1.83%85.88%
CMYK1.37%1.83%0.00%
14.12%

Color #D8D7DB in popluar number systems.

HEXD8D7DB
Decimal216215219
Binary110110001101011111011011
Octal330327333

Shades and tints

Shades of #D8D7DB

#D8D7DB
(216,215,219)
#C5C4C8
(197,196,200)
#B2B1B5
(178,177,181)
#9F9EA2
(159,158,162)
#8C8B8F
(140,139,143)
#79787C
(121,120,124)
#666569
(102,101,105)
#535256
(83,82,86)
#403F43
(64,63,67)
#2D2C30
(45,44,48)
#1A191D
(26,25,29)
#000000
(0,0,0)

Tints of #D8D7DB

#D8D7DB
(216,215,219)
#DBDADE
(219,218,222)
#DEDDE1
(222,221,225)
#E1E0E4
(225,224,228)
#E4E3E7
(228,227,231)
#E7E6EA
(231,230,234)
#EAE9ED
(234,233,237)
#EDECF0
(237,236,240)
#F0EFF3
(240,239,243)
#F3F2F6
(243,242,246)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D7DB; }

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

This text font color is #D8D7DB.


Background Color

.myBgColor { background-color: #D8D7DB; }

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

This div background color is #D8D7DB.


Border color

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

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

This div border color is #D8D7DB.


Opacity

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

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

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

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

This text has shadow with #D8D7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D7DB on black background.


Color preview on white background

This text has color #D8D7DB on white background.



Black color preview on #D8D7DB background

This text has black color on #D8D7DB background.


White color preview on #D8D7DB background

This text has white color on #D8D7DB background.