COLOR #D7BB7B

HEX: #D7BB7B
RGB: (215,187,123)

Color info

#D7BB7B contains mainly red and green colors. Web safe color of #D7BB7B is #CCCC66 (or #CC6).

RGB color model

#D7BB7B color RGB value is (215,187,123).

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

RGB channels and saturation

R 215 of 255 = 84%
G 187 of 255 = 73%
B 123 of 255 = 48%

215
187
123

R + G + B ~ 68%. #D7BB7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 187 + 123 = 525 (100%)
R 215 of 525 ~ 40.95%
G 187 of 525 ~ 35.62%
B 123 of 525 ~ 23.43%

%40.95
%35.62
%23.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.02%
  • yellow value is 42.79%
  • key color value is 15.69%
CMYK:
(0,13,43,16)
C0M13Y43K16 
(0%,13%,43%,16%)
(0.00/0.13/0.43/0.16)	

CMYK percentages

%0
%13.02
%42.79
%15.69

Codes

Color #D7BB7B in popluar color models

D7BB7B
RGB215187123
HSL42°53.49%66.27%
HSB/HSV42°42.79%84.31%
CMYK0.00%13.02%42.79%
15.69%

Color #D7BB7B in popluar number systems.

HEXD7BB7B
Decimal215187123
Binary11010111101110111111011
Octal327273173

Shades and tints

Shades of #D7BB7B

#D7BB7B
(215,187,123)
#C4AA70
(196,170,112)
#B19965
(177,153,101)
#9E885A
(158,136,90)
#8B774F
(139,119,79)
#786644
(120,102,68)
#655539
(101,85,57)
#52442E
(82,68,46)
#3F3323
(63,51,35)
#2C2218
(44,34,24)
#19110D
(25,17,13)
#000000
(0,0,0)

Tints of #D7BB7B

#D7BB7B
(215,187,123)
#DAC187
(218,193,135)
#DDC793
(221,199,147)
#E0CD9F
(224,205,159)
#E3D3AB
(227,211,171)
#E6D9B7
(230,217,183)
#E9DFC3
(233,223,195)
#ECE5CF
(236,229,207)
#EFEBDB
(239,235,219)
#F2F1E7
(242,241,231)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7BB7B; }

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

This text font color is #D7BB7B.


Background Color

.myBgColor { background-color: #D7BB7B; }

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

This div background color is #D7BB7B.


Border color

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

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

This div border color is #D7BB7B.


Opacity

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

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

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

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

This text has shadow with #D7BB7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BB7B on black background.


Color preview on white background

This text has color #D7BB7B on white background.



Black color preview on #D7BB7B background

This text has black color on #D7BB7B background.


White color preview on #D7BB7B background

This text has white color on #D7BB7B background.