COLOR #D7D8D8

HEX: #D7D8D8
RGB: (215,216,216)

Color info

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

RGB color model

#D7D8D8 color RGB value is (215,216,216).

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

RGB channels and saturation

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

215
216
216

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

Portions of RGB colors in percentages

R + G + B =
215 + 216 + 216 = 647 (100%)
R 215 of 647 ~ 33.23%
G 216 of 647 ~ 33.38%
B 216 of 647 ~ 33.38%

%33.23
%33.38
%33.38

CMYK color model

#D7D8D8 color CMYK value is (0,0,0,15).

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

CMYK percentages

%0.46
%0
%0
%15.29

Codes

Color #D7D8D8 in popluar color models

D7D8D8
RGB215216216
HSL180°1.27%84.51%
HSB/HSV180°0.46%84.71%
CMYK0.46%0.00%0.00%
15.29%

Color #D7D8D8 in popluar number systems.

HEXD7D8D8
Decimal215216216
Binary110101111101100011011000
Octal327330330

Shades and tints

Shades of #D7D8D8

#D7D8D8
(215,216,216)
#C4C5C5
(196,197,197)
#B1B2B2
(177,178,178)
#9E9F9F
(158,159,159)
#8B8C8C
(139,140,140)
#787979
(120,121,121)
#656666
(101,102,102)
#525353
(82,83,83)
#3F4040
(63,64,64)
#2C2D2D
(44,45,45)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #D7D8D8

#D7D8D8
(215,216,216)
#DADBDB
(218,219,219)
#DDDEDE
(221,222,222)
#E0E1E1
(224,225,225)
#E3E4E4
(227,228,228)
#E6E7E7
(230,231,231)
#E9EAEA
(233,234,234)
#ECEDED
(236,237,237)
#EFF0F0
(239,240,240)
#F2F3F3
(242,243,243)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D8D8; }

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

This text font color is #D7D8D8.


Background Color

.myBgColor { background-color: #D7D8D8; }

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

This div background color is #D7D8D8.


Border color

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

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

This div border color is #D7D8D8.


Opacity

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

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

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

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

This text has shadow with #D7D8D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D8D8 on black background.


Color preview on white background

This text has color #D7D8D8 on white background.



Black color preview on #D7D8D8 background

This text has black color on #D7D8D8 background.


White color preview on #D7D8D8 background

This text has white color on #D7D8D8 background.