COLOR #D7D1BB

HEX: #D7D1BB
RGB: (215,209,187)

Color info

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

RGB color model

#D7D1BB color RGB value is (215,209,187).

  • red value is 215;
  • green value is 209;
  • blue value is 187.
RGB:
(215,209,187)
(84%,82%,73%)

RGB channels and saturation

R 215 of 255 = 84%
G 209 of 255 = 82%
B 187 of 255 = 73%

215
209
187

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

Portions of RGB colors in percentages

R + G + B =
215 + 209 + 187 = 611 (100%)
R 215 of 611 ~ 35.19%
G 209 of 611 ~ 34.21%
B 187 of 611 ~ 30.61%

%35.19
%34.21
%30.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.79%
  • yellow value is 13.02%
  • key color value is 15.69%
CMYK:
(0,3,13,16)
C0M3Y13K16 
(0%,3%,13%,16%)
(0.00/0.03/0.13/0.16)	

CMYK percentages

%0
%2.79
%13.02
%15.69

Codes

Color #D7D1BB in popluar color models

D7D1BB
RGB215209187
HSL47°25.93%78.82%
HSB/HSV47°13.02%84.31%
CMYK0.00%2.79%13.02%
15.69%

Color #D7D1BB in popluar number systems.

HEXD7D1BB
Decimal215209187
Binary110101111101000110111011
Octal327321273

Shades and tints

Shades of #D7D1BB

#D7D1BB
(215,209,187)
#C4BEAA
(196,190,170)
#B1AB99
(177,171,153)
#9E9888
(158,152,136)
#8B8577
(139,133,119)
#787266
(120,114,102)
#655F55
(101,95,85)
#524C44
(82,76,68)
#3F3933
(63,57,51)
#2C2622
(44,38,34)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #D7D1BB

#D7D1BB
(215,209,187)
#DAD5C1
(218,213,193)
#DDD9C7
(221,217,199)
#E0DDCD
(224,221,205)
#E3E1D3
(227,225,211)
#E6E5D9
(230,229,217)
#E9E9DF
(233,233,223)
#ECEDE5
(236,237,229)
#EFF1EB
(239,241,235)
#F2F5F1
(242,245,241)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D1BB; }

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

This text font color is #D7D1BB.


Background Color

.myBgColor { background-color: #D7D1BB; }

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

This div background color is #D7D1BB.


Border color

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

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

This div border color is #D7D1BB.


Opacity

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

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

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

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

This text has shadow with #D7D1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D1BB on black background.


Color preview on white background

This text has color #D7D1BB on white background.



Black color preview on #D7D1BB background

This text has black color on #D7D1BB background.


White color preview on #D7D1BB background

This text has white color on #D7D1BB background.