COLOR #B99D7D

HEX: #B99D7D
RGB: (185,157,125)

Color info

#B99D7D contains mainly red and green colors. Web safe color of #B99D7D is #CC9966 (or #C96).

RGB color model

#B99D7D color RGB value is (185,157,125).

  • red value is 185;
  • green value is 157;
  • blue value is 125.
RGB:
(185,157,125)
(73%,62%,49%)

RGB channels and saturation

R 185 of 255 = 73%
G 157 of 255 = 62%
B 125 of 255 = 49%

185
157
125

R + G + B ~ 61%. #B99D7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 157 + 125 = 467 (100%)
R 185 of 467 ~ 39.61%
G 157 of 467 ~ 33.62%
B 125 of 467 ~ 26.77%

%39.61
%33.62
%26.77

CMYK color model

#B99D7D color CMYK value is (0,15,32,27).

  • cyan value is 0.00%
  • magenta value is 15.14%
  • yellow value is 32.43%
  • key color value is 27.45%
CMYK:
(0,15,32,27)
C0M15Y32K27 
(0%,15%,32%,27%)
(0.00/0.15/0.32/0.27)	

CMYK percentages

%0
%15.14
%32.43
%27.45

Codes

Color #B99D7D in popluar color models

B99D7D
RGB185157125
HSL32°30.00%60.78%
HSB/HSV32°32.43%72.55%
CMYK0.00%15.14%32.43%
27.45%

Color #B99D7D in popluar number systems.

HEXB99D7D
Decimal185157125
Binary10111001100111011111101
Octal271235175

Shades and tints

Shades of #B99D7D

#B99D7D
(185,157,125)
#A98F72
(169,143,114)
#998167
(153,129,103)
#89735C
(137,115,92)
#796551
(121,101,81)
#695746
(105,87,70)
#59493B
(89,73,59)
#493B30
(73,59,48)
#392D25
(57,45,37)
#291F1A
(41,31,26)
#19110F
(25,17,15)
#000000
(0,0,0)

Tints of #B99D7D

#B99D7D
(185,157,125)
#BFA588
(191,165,136)
#C5AD93
(197,173,147)
#CBB59E
(203,181,158)
#D1BDA9
(209,189,169)
#D7C5B4
(215,197,180)
#DDCDBF
(221,205,191)
#E3D5CA
(227,213,202)
#E9DDD5
(233,221,213)
#EFE5E0
(239,229,224)
#F5EDEB
(245,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99D7D color. Also use rgb(185,157,125) instead hex code.

Text Font Color

.myTextColor { color: #B99D7D; }

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

This text font color is #B99D7D.


Background Color

.myBgColor { background-color: #B99D7D; }

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

This div background color is #B99D7D.


Border color

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

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

This div border color is #B99D7D.


Opacity

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

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

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

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

This text has shadow with #B99D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99D7D on black background.


Color preview on white background

This text has color #B99D7D on white background.



Black color preview on #B99D7D background

This text has black color on #B99D7D background.


White color preview on #B99D7D background

This text has white color on #B99D7D background.