COLOR #D7D8CB

HEX: #D7D8CB
RGB: (215,216,203)

Color info

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

RGB color model

#D7D8CB color RGB value is (215,216,203).

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

RGB channels and saturation

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

215
216
203

R + G + B ~ 83%. #D7D8CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 216 + 203 = 634 (100%)
R 215 of 634 ~ 33.91%
G 216 of 634 ~ 34.07%
B 203 of 634 ~ 32.02%

%33.91
%34.07
%32.02

CMYK color model

#D7D8CB color CMYK value is (0,0,6,15).

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

CMYK percentages

%0.46
%0
%6.02
%15.29

Codes

Color #D7D8CB in popluar color models

D7D8CB
RGB215216203
HSL65°14.29%82.16%
HSB/HSV65°6.02%84.71%
CMYK0.46%0.00%6.02%
15.29%

Color #D7D8CB in popluar number systems.

HEXD7D8CB
Decimal215216203
Binary110101111101100011001011
Octal327330313

Shades and tints

Shades of #D7D8CB

#D7D8CB
(215,216,203)
#C4C5B9
(196,197,185)
#B1B2A7
(177,178,167)
#9E9F95
(158,159,149)
#8B8C83
(139,140,131)
#787971
(120,121,113)
#65665F
(101,102,95)
#52534D
(82,83,77)
#3F403B
(63,64,59)
#2C2D29
(44,45,41)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #D7D8CB

#D7D8CB
(215,216,203)
#DADBCF
(218,219,207)
#DDDED3
(221,222,211)
#E0E1D7
(224,225,215)
#E3E4DB
(227,228,219)
#E6E7DF
(230,231,223)
#E9EAE3
(233,234,227)
#ECEDE7
(236,237,231)
#EFF0EB
(239,240,235)
#F2F3EF
(242,243,239)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D8CB; }

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

This text font color is #D7D8CB.


Background Color

.myBgColor { background-color: #D7D8CB; }

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

This div background color is #D7D8CB.


Border color

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

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

This div border color is #D7D8CB.


Opacity

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

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

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

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

This text has shadow with #D7D8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D8CB on black background.


Color preview on white background

This text has color #D7D8CB on white background.



Black color preview on #D7D8CB background

This text has black color on #D7D8CB background.


White color preview on #D7D8CB background

This text has white color on #D7D8CB background.