COLOR #D7D6BC

HEX: #D7D6BC
RGB: (215,214,188)

Color info

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

RGB color model

#D7D6BC color RGB value is (215,214,188).

  • red value is 215;
  • green value is 214;
  • blue value is 188.
RGB:
(215,214,188)
(84%,84%,74%)

RGB channels and saturation

R 215 of 255 = 84%
G 214 of 255 = 84%
B 188 of 255 = 74%

215
214
188

R + G + B ~ 81%. #D7D6BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 214 + 188 = 617 (100%)
R 215 of 617 ~ 34.85%
G 214 of 617 ~ 34.68%
B 188 of 617 ~ 30.47%

%34.85
%34.68
%30.47

CMYK color model

#D7D6BC color CMYK value is (0,0,13,16).

  • cyan value is 0.00%
  • magenta value is 0.47%
  • yellow value is 12.56%
  • key color value is 15.69%
CMYK:
(0,0,13,16)
C0M0Y13K16 
(0%,0%,13%,16%)
(0.00/0.00/0.13/0.16)	

CMYK percentages

%0
%0.47
%12.56
%15.69

Codes

Color #D7D6BC in popluar color models

D7D6BC
RGB215214188
HSL58°25.23%79.02%
HSB/HSV58°12.56%84.31%
CMYK0.00%0.47%12.56%
15.69%

Color #D7D6BC in popluar number systems.

HEXD7D6BC
Decimal215214188
Binary110101111101011010111100
Octal327326274

Shades and tints

Shades of #D7D6BC

#D7D6BC
(215,214,188)
#C4C3AB
(196,195,171)
#B1B09A
(177,176,154)
#9E9D89
(158,157,137)
#8B8A78
(139,138,120)
#787767
(120,119,103)
#656456
(101,100,86)
#525145
(82,81,69)
#3F3E34
(63,62,52)
#2C2B23
(44,43,35)
#191812
(25,24,18)
#000000
(0,0,0)

Tints of #D7D6BC

#D7D6BC
(215,214,188)
#DAD9C2
(218,217,194)
#DDDCC8
(221,220,200)
#E0DFCE
(224,223,206)
#E3E2D4
(227,226,212)
#E6E5DA
(230,229,218)
#E9E8E0
(233,232,224)
#ECEBE6
(236,235,230)
#EFEEEC
(239,238,236)
#F2F1F2
(242,241,242)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D6BC; }

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

This text font color is #D7D6BC.


Background Color

.myBgColor { background-color: #D7D6BC; }

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

This div background color is #D7D6BC.


Border color

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

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

This div border color is #D7D6BC.


Opacity

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

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

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

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

This text has shadow with #D7D6BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D6BC on black background.


Color preview on white background

This text has color #D7D6BC on white background.



Black color preview on #D7D6BC background

This text has black color on #D7D6BC background.


White color preview on #D7D6BC background

This text has white color on #D7D6BC background.