COLOR #D7D6D1

HEX: #D7D6D1 RGB: (215,214,209)

Color info

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

RGB color model

#D7D6D1 color RGB value is (215,214,209).

RGB: (215,214,209) (84%, 84%, 82%)

RGB channels and saturation

R 215 of 255 = 84%
G 214 of 255 = 84%
B 209 of 255 = 82%

215
214
209

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

Portions of RGB colors in percentages

R + G + B = 215 + 214 + 209 = 638 (100%)
R 215 of 638 ~ 33.7%
G 214 of 638 ~ 33.54%
B 209 of 638 ~ 32.76'%

%33.7
%33.54
%32.76

CMYK color model

#D7D6D1 color CMYK value is (0,0,3,16).

  • cyan value is 0.00%
  • magenta value is 0.47%
  • yellow value is 2.79%
  • key color value is 15.69%
CMYK: (0,0,3,16) C0M0Y3K16 (0%,0%,3%,16%) (0.00/0.00/0.03/0.16) 

CMYK percentages

%0
%0.47
%2.79
%15.69

Codes

Color #D7D6D1 in popluar color models

D7D6D1
RGB215214209
HSL50°6.98%83.14%
HSB/HSV50°2.79%84.31%
CMYK0.00%0.47%2.79%
15.69%

Color #D7D6D1 in popluar number systems.

HEXD7D6D1
Decimal215214209
Binary110101111101011011010001
Octal327326321

Shades and tints

Shades of #D7D6D1

#D7D6D1
(215,214,209)
#C4C3BE
(196,195,190)
#B1B0AB
(177,176,171)
#9E9D98
(158,157,152)
#8B8A85
(139,138,133)
#787772
(120,119,114)
#65645F
(101,100,95)
#52514C
(82,81,76)
#3F3E39
(63,62,57)
#2C2B26
(44,43,38)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #D7D6D1

#D7D6D1
(215,214,209)
#DAD9D5
(218,217,213)
#DDDCD9
(221,220,217)
#E0DFDD
(224,223,221)
#E3E2E1
(227,226,225)
#E6E5E5
(230,229,229)
#E9E8E9
(233,232,233)
#ECEBED
(236,235,237)
#EFEEF1
(239,238,241)
#F2F1F5
(242,241,245)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D6D1; }

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

This text font color is #D7D6D1.


Background Color

.myBgColor { background-color: #D7D6D1; }

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

This div background color is #D7D6D1.


Border color

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

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

This div border color is #D7D6D1.


Opacity

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

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

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

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

This text has shadow with #D7D6D1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D7D6D1 on black background.


Color preview on white background

This text has color #D7D6D1 on white background.



Black color preview on #D7D6D1 background

This text has black color on #D7D6D1 background.


White color preview on #D7D6D1 background

This text has white color on #D7D6D1 background.