COLOR #D4D7D8

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

212
215
216

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

Portions of RGB colors in percentages

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

%32.97
%33.44
%33.59

CMYK color model

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

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

CMYK percentages

%1.85
%0.46
%0
%15.29

Codes

Color #D4D7D8 in popluar color models

D4D7D8
RGB212215216
HSL195°4.88%83.92%
HSB/HSV195°1.85%84.71%
CMYK1.85%0.46%0.00%
15.29%

Color #D4D7D8 in popluar number systems.

HEXD4D7D8
Decimal212215216
Binary110101001101011111011000
Octal324327330

Shades and tints

Shades of #D4D7D8

#D4D7D8
(212,215,216)
#C1C4C5
(193,196,197)
#AEB1B2
(174,177,178)
#9B9E9F
(155,158,159)
#888B8C
(136,139,140)
#757879
(117,120,121)
#626566
(98,101,102)
#4F5253
(79,82,83)
#3C3F40
(60,63,64)
#292C2D
(41,44,45)
#16191A
(22,25,26)
#000000
(0,0,0)

Tints of #D4D7D8

#D4D7D8
(212,215,216)
#D7DADB
(215,218,219)
#DADDDE
(218,221,222)
#DDE0E1
(221,224,225)
#E0E3E4
(224,227,228)
#E3E6E7
(227,230,231)
#E6E9EA
(230,233,234)
#E9ECED
(233,236,237)
#ECEFF0
(236,239,240)
#EFF2F3
(239,242,243)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D7D8; }

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

This text font color is #D4D7D8.


Background Color

.myBgColor { background-color: #D4D7D8; }

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

This div background color is #D4D7D8.


Border color

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

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

This div border color is #D4D7D8.


Opacity

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

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

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

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

This text has shadow with #D4D7D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D7D8 on black background.


Color preview on white background

This text has color #D4D7D8 on white background.



Black color preview on #D4D7D8 background

This text has black color on #D4D7D8 background.


White color preview on #D4D7D8 background

This text has white color on #D4D7D8 background.