COLOR #D7BB85

HEX: #D7BB85
RGB: (215,187,133)

Color info

#D7BB85 contains mainly red and green colors. Web safe color of #D7BB85 is #CCCC99 (or #CC9).

RGB color model

#D7BB85 color RGB value is (215,187,133).

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

RGB channels and saturation

R 215 of 255 = 84%
G 187 of 255 = 73%
B 133 of 255 = 52%

215
187
133

R + G + B ~ 70%. #D7BB85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 187 + 133 = 535 (100%)
R 215 of 535 ~ 40.19%
G 187 of 535 ~ 34.95%
B 133 of 535 ~ 24.86%

%40.19
%34.95
%24.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.02%
  • yellow value is 38.14%
  • key color value is 15.69%
CMYK:
(0,13,38,16)
C0M13Y38K16 
(0%,13%,38%,16%)
(0.00/0.13/0.38/0.16)	

CMYK percentages

%0
%13.02
%38.14
%15.69

Codes

Color #D7BB85 in popluar color models

D7BB85
RGB215187133
HSL40°50.62%68.24%
HSB/HSV40°38.14%84.31%
CMYK0.00%13.02%38.14%
15.69%

Color #D7BB85 in popluar number systems.

HEXD7BB85
Decimal215187133
Binary110101111011101110000101
Octal327273205

Shades and tints

Shades of #D7BB85

#D7BB85
(215,187,133)
#C4AA79
(196,170,121)
#B1996D
(177,153,109)
#9E8861
(158,136,97)
#8B7755
(139,119,85)
#786649
(120,102,73)
#65553D
(101,85,61)
#524431
(82,68,49)
#3F3325
(63,51,37)
#2C2219
(44,34,25)
#19110D
(25,17,13)
#000000
(0,0,0)

Tints of #D7BB85

#D7BB85
(215,187,133)
#DAC190
(218,193,144)
#DDC79B
(221,199,155)
#E0CDA6
(224,205,166)
#E3D3B1
(227,211,177)
#E6D9BC
(230,217,188)
#E9DFC7
(233,223,199)
#ECE5D2
(236,229,210)
#EFEBDD
(239,235,221)
#F2F1E8
(242,241,232)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7BB85; }

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

This text font color is #D7BB85.


Background Color

.myBgColor { background-color: #D7BB85; }

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

This div background color is #D7BB85.


Border color

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

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

This div border color is #D7BB85.


Opacity

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

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

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

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

This text has shadow with #D7BB85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BB85 on black background.


Color preview on white background

This text has color #D7BB85 on white background.



Black color preview on #D7BB85 background

This text has black color on #D7BB85 background.


White color preview on #D7BB85 background

This text has white color on #D7BB85 background.