COLOR #D7D2BC

HEX: #D7D2BC
RGB: (215,210,188)

Color info

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

RGB color model

#D7D2BC color RGB value is (215,210,188).

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

RGB channels and saturation

R 215 of 255 = 84%
G 210 of 255 = 82%
B 188 of 255 = 74%

215
210
188

R + G + B ~ 80%. #D7D2BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 210 + 188 = 613 (100%)
R 215 of 613 ~ 35.07%
G 210 of 613 ~ 34.26%
B 188 of 613 ~ 30.67%

%35.07
%34.26
%30.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.33%
  • yellow value is 12.56%
  • key color value is 15.69%
CMYK:
(0,2,13,16)
C0M2Y13K16 
(0%,2%,13%,16%)
(0.00/0.02/0.13/0.16)	

CMYK percentages

%0
%2.33
%12.56
%15.69

Codes

Color #D7D2BC in popluar color models

D7D2BC
RGB215210188
HSL49°25.23%79.02%
HSB/HSV49°12.56%84.31%
CMYK0.00%2.33%12.56%
15.69%

Color #D7D2BC in popluar number systems.

HEXD7D2BC
Decimal215210188
Binary110101111101001010111100
Octal327322274

Shades and tints

Shades of #D7D2BC

#D7D2BC
(215,210,188)
#C4BFAB
(196,191,171)
#B1AC9A
(177,172,154)
#9E9989
(158,153,137)
#8B8678
(139,134,120)
#787367
(120,115,103)
#656056
(101,96,86)
#524D45
(82,77,69)
#3F3A34
(63,58,52)
#2C2723
(44,39,35)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #D7D2BC

#D7D2BC
(215,210,188)
#DAD6C2
(218,214,194)
#DDDAC8
(221,218,200)
#E0DECE
(224,222,206)
#E3E2D4
(227,226,212)
#E6E6DA
(230,230,218)
#E9EAE0
(233,234,224)
#ECEEE6
(236,238,230)
#EFF2EC
(239,242,236)
#F2F6F2
(242,246,242)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D2BC; }

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

This text font color is #D7D2BC.


Background Color

.myBgColor { background-color: #D7D2BC; }

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

This div background color is #D7D2BC.


Border color

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

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

This div border color is #D7D2BC.


Opacity

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

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

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

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

This text has shadow with #D7D2BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D2BC on black background.


Color preview on white background

This text has color #D7D2BC on white background.



Black color preview on #D7D2BC background

This text has black color on #D7D2BC background.


White color preview on #D7D2BC background

This text has white color on #D7D2BC background.