COLOR #B0BB9A

HEX: #B0BB9A
RGB: (176,187,154)

Color info

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

RGB color model

#B0BB9A color RGB value is (176,187,154).

  • red value is 176;
  • green value is 187;
  • blue value is 154.
RGB:
(176,187,154)
(69%,73%,60%)

RGB channels and saturation

R 176 of 255 = 69%
G 187 of 255 = 73%
B 154 of 255 = 60%

176
187
154

R + G + B ~ 67%. #B0BB9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 187 + 154 = 517 (100%)
R 176 of 517 ~ 34.04%
G 187 of 517 ~ 36.17%
B 154 of 517 ~ 29.79%

%34.04
%36.17
%29.79

CMYK color model

#B0BB9A color CMYK value is (6,0,18,27).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 26.67%
CMYK:
(6,0,18,27)
C6M0Y18K27 
(6%,0%,18%,27%)
(0.06/0.00/0.18/0.27)	

CMYK percentages

%5.88
%0
%17.65
%26.67

Codes

Color #B0BB9A in popluar color models

B0BB9A
RGB176187154
HSL80°19.53%66.86%
HSB/HSV80°17.65%73.33%
CMYK5.88%0.00%17.65%
26.67%

Color #B0BB9A in popluar number systems.

HEXB0BB9A
Decimal176187154
Binary101100001011101110011010
Octal260273232

Shades and tints

Shades of #B0BB9A

#B0BB9A
(176,187,154)
#A0AA8C
(160,170,140)
#90997E
(144,153,126)
#808870
(128,136,112)
#707762
(112,119,98)
#606654
(96,102,84)
#505546
(80,85,70)
#404438
(64,68,56)
#30332A
(48,51,42)
#20221C
(32,34,28)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #B0BB9A

#B0BB9A
(176,187,154)
#B7C1A3
(183,193,163)
#BEC7AC
(190,199,172)
#C5CDB5
(197,205,181)
#CCD3BE
(204,211,190)
#D3D9C7
(211,217,199)
#DADFD0
(218,223,208)
#E1E5D9
(225,229,217)
#E8EBE2
(232,235,226)
#EFF1EB
(239,241,235)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0BB9A color. Also use rgb(176,187,154) instead hex code.

Text Font Color

.myTextColor { color: #B0BB9A; }

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

This text font color is #B0BB9A.


Background Color

.myBgColor { background-color: #B0BB9A; }

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

This div background color is #B0BB9A.


Border color

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

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

This div border color is #B0BB9A.


Opacity

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

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

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

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

This text has shadow with #B0BB9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BB9A on black background.


Color preview on white background

This text has color #B0BB9A on white background.



Black color preview on #B0BB9A background

This text has black color on #B0BB9A background.


White color preview on #B0BB9A background

This text has white color on #B0BB9A background.