COLOR #B0B99F

HEX: #B0B99F
RGB: (176,185,159)

Color info

#B0B99F contains red, green and blue colors in about the same proportion. Web safe color of #B0B99F is #99CC99 (or #9C9).

RGB color model

#B0B99F color RGB value is (176,185,159).

  • red value is 176;
  • green value is 185;
  • blue value is 159.
RGB:
(176,185,159)
(69%,73%,62%)

RGB channels and saturation

R 176 of 255 = 69%
G 185 of 255 = 73%
B 159 of 255 = 62%

176
185
159

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

Portions of RGB colors in percentages

R + G + B =
176 + 185 + 159 = 520 (100%)
R 176 of 520 ~ 33.85%
G 185 of 520 ~ 35.58%
B 159 of 520 ~ 30.58%

%33.85
%35.58
%30.58

CMYK color model

#B0B99F color CMYK value is (5,0,14,27).

  • cyan value is 4.86%
  • magenta value is 0.00%
  • yellow value is 14.05%
  • key color value is 27.45%
CMYK:
(5,0,14,27)
C5M0Y14K27 
(5%,0%,14%,27%)
(0.05/0.00/0.14/0.27)	

CMYK percentages

%4.86
%0
%14.05
%27.45

Codes

Color #B0B99F in popluar color models

B0B99F
RGB176185159
HSL81°15.66%67.45%
HSB/HSV81°14.05%72.55%
CMYK4.86%0.00%14.05%
27.45%

Color #B0B99F in popluar number systems.

HEXB0B99F
Decimal176185159
Binary101100001011100110011111
Octal260271237

Shades and tints

Shades of #B0B99F

#B0B99F
(176,185,159)
#A0A991
(160,169,145)
#909983
(144,153,131)
#808975
(128,137,117)
#707967
(112,121,103)
#606959
(96,105,89)
#50594B
(80,89,75)
#40493D
(64,73,61)
#30392F
(48,57,47)
#202921
(32,41,33)
#101913
(16,25,19)
#000000
(0,0,0)

Tints of #B0B99F

#B0B99F
(176,185,159)
#B7BFA7
(183,191,167)
#BEC5AF
(190,197,175)
#C5CBB7
(197,203,183)
#CCD1BF
(204,209,191)
#D3D7C7
(211,215,199)
#DADDCF
(218,221,207)
#E1E3D7
(225,227,215)
#E8E9DF
(232,233,223)
#EFEFE7
(239,239,231)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B99F color. Also use rgb(176,185,159) instead hex code.

Text Font Color

.myTextColor { color: #B0B99F; }

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

This text font color is #B0B99F.


Background Color

.myBgColor { background-color: #B0B99F; }

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

This div background color is #B0B99F.


Border color

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

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

This div border color is #B0B99F.


Opacity

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

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

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

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

This text has shadow with #B0B99F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B99F on black background.


Color preview on white background

This text has color #B0B99F on white background.



Black color preview on #B0B99F background

This text has black color on #B0B99F background.


White color preview on #B0B99F background

This text has white color on #B0B99F background.