COLOR #D7D0BB

HEX: #D7D0BB
RGB: (215,208,187)

Color info

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

RGB color model

#D7D0BB color RGB value is (215,208,187).

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

RGB channels and saturation

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

215
208
187

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

Portions of RGB colors in percentages

R + G + B =
215 + 208 + 187 = 610 (100%)
R 215 of 610 ~ 35.25%
G 208 of 610 ~ 34.1%
B 187 of 610 ~ 30.66%

%35.25
%34.1
%30.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.26%
  • 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
%3.26
%13.02
%15.69

Codes

Color #D7D0BB in popluar color models

D7D0BB
RGB215208187
HSL45°25.93%78.82%
HSB/HSV45°13.02%84.31%
CMYK0.00%3.26%13.02%
15.69%

Color #D7D0BB in popluar number systems.

HEXD7D0BB
Decimal215208187
Binary110101111101000010111011
Octal327320273

Shades and tints

Shades of #D7D0BB

#D7D0BB
(215,208,187)
#C4BEAA
(196,190,170)
#B1AC99
(177,172,153)
#9E9A88
(158,154,136)
#8B8877
(139,136,119)
#787666
(120,118,102)
#656455
(101,100,85)
#525244
(82,82,68)
#3F4033
(63,64,51)
#2C2E22
(44,46,34)
#191C11
(25,28,17)
#000000
(0,0,0)

Tints of #D7D0BB

#D7D0BB
(215,208,187)
#DAD4C1
(218,212,193)
#DDD8C7
(221,216,199)
#E0DCCD
(224,220,205)
#E3E0D3
(227,224,211)
#E6E4D9
(230,228,217)
#E9E8DF
(233,232,223)
#ECECE5
(236,236,229)
#EFF0EB
(239,240,235)
#F2F4F1
(242,244,241)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D0BB; }

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

This text font color is #D7D0BB.


Background Color

.myBgColor { background-color: #D7D0BB; }

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

This div background color is #D7D0BB.


Border color

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

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

This div border color is #D7D0BB.


Opacity

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

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

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

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

This text has shadow with #D7D0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D0BB on black background.


Color preview on white background

This text has color #D7D0BB on white background.



Black color preview on #D7D0BB background

This text has black color on #D7D0BB background.


White color preview on #D7D0BB background

This text has white color on #D7D0BB background.