COLOR #B0B9A0

HEX: #B0B9A0
RGB: (176,185,160)

Color info

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

RGB color model

#B0B9A0 color RGB value is (176,185,160).

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

RGB channels and saturation

R 176 of 255 = 69%
G 185 of 255 = 73%
B 160 of 255 = 63%

176
185
160

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

Portions of RGB colors in percentages

R + G + B =
176 + 185 + 160 = 521 (100%)
R 176 of 521 ~ 33.78%
G 185 of 521 ~ 35.51%
B 160 of 521 ~ 30.71%

%33.78
%35.51
%30.71

CMYK color model

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

  • cyan value is 4.86%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • 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
%13.51
%27.45

Codes

Color #B0B9A0 in popluar color models

B0B9A0
RGB176185160
HSL82°15.15%67.65%
HSB/HSV82°13.51%72.55%
CMYK4.86%0.00%13.51%
27.45%

Color #B0B9A0 in popluar number systems.

HEXB0B9A0
Decimal176185160
Binary101100001011100110100000
Octal260271240

Shades and tints

Shades of #B0B9A0

#B0B9A0
(176,185,160)
#A0A992
(160,169,146)
#909984
(144,153,132)
#808976
(128,137,118)
#707968
(112,121,104)
#60695A
(96,105,90)
#50594C
(80,89,76)
#40493E
(64,73,62)
#303930
(48,57,48)
#202922
(32,41,34)
#101914
(16,25,20)
#000000
(0,0,0)

Tints of #B0B9A0

#B0B9A0
(176,185,160)
#B7BFA8
(183,191,168)
#BEC5B0
(190,197,176)
#C5CBB8
(197,203,184)
#CCD1C0
(204,209,192)
#D3D7C8
(211,215,200)
#DADDD0
(218,221,208)
#E1E3D8
(225,227,216)
#E8E9E0
(232,233,224)
#EFEFE8
(239,239,232)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B9A0; }

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

This text font color is #B0B9A0.


Background Color

.myBgColor { background-color: #B0B9A0; }

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

This div background color is #B0B9A0.


Border color

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

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

This div border color is #B0B9A0.


Opacity

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

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

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

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

This text has shadow with #B0B9A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B9A0 on black background.


Color preview on white background

This text has color #B0B9A0 on white background.



Black color preview on #B0B9A0 background

This text has black color on #B0B9A0 background.


White color preview on #B0B9A0 background

This text has white color on #B0B9A0 background.