COLOR #D7D8DB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

215
216
219

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

Portions of RGB colors in percentages

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

%33.08
%33.23
%33.69

CMYK color model

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

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

CMYK percentages

%1.83
%1.37
%0
%14.12

Codes

Color #D7D8DB in popluar color models

D7D8DB
RGB215216219
HSL225°5.26%85.10%
HSB/HSV225°1.83%85.88%
CMYK1.83%1.37%0.00%
14.12%

Color #D7D8DB in popluar number systems.

HEXD7D8DB
Decimal215216219
Binary110101111101100011011011
Octal327330333

Shades and tints

Shades of #D7D8DB

#D7D8DB
(215,216,219)
#C4C5C8
(196,197,200)
#B1B2B5
(177,178,181)
#9E9FA2
(158,159,162)
#8B8C8F
(139,140,143)
#78797C
(120,121,124)
#656669
(101,102,105)
#525356
(82,83,86)
#3F4043
(63,64,67)
#2C2D30
(44,45,48)
#191A1D
(25,26,29)
#000000
(0,0,0)

Tints of #D7D8DB

#D7D8DB
(215,216,219)
#DADBDE
(218,219,222)
#DDDEE1
(221,222,225)
#E0E1E4
(224,225,228)
#E3E4E7
(227,228,231)
#E6E7EA
(230,231,234)
#E9EAED
(233,234,237)
#ECEDF0
(236,237,240)
#EFF0F3
(239,240,243)
#F2F3F6
(242,243,246)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D8DB; }

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

This text font color is #D7D8DB.


Background Color

.myBgColor { background-color: #D7D8DB; }

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

This div background color is #D7D8DB.


Border color

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

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

This div border color is #D7D8DB.


Opacity

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

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

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

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

This text has shadow with #D7D8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D8DB on black background.


Color preview on white background

This text has color #D7D8DB on white background.



Black color preview on #D7D8DB background

This text has black color on #D7D8DB background.


White color preview on #D7D8DB background

This text has white color on #D7D8DB background.