COLOR #B0BBAA

HEX: #B0BBAA
RGB: (176,187,170)

Color info

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

RGB color model

#B0BBAA color RGB value is (176,187,170).

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

RGB channels and saturation

R 176 of 255 = 69%
G 187 of 255 = 73%
B 170 of 255 = 67%

176
187
170

R + G + B ~ 70%. #B0BBAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 187 + 170 = 533 (100%)
R 176 of 533 ~ 33.02%
G 187 of 533 ~ 35.08%
B 170 of 533 ~ 31.89%

%33.02
%35.08
%31.89

CMYK color model

#B0BBAA color CMYK value is (6,0,9,27).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 26.67%
CMYK:
(6,0,9,27)
C6M0Y9K27 
(6%,0%,9%,27%)
(0.06/0.00/0.09/0.27)	

CMYK percentages

%5.88
%0
%9.09
%26.67

Codes

Color #B0BBAA in popluar color models

B0BBAA
RGB176187170
HSL99°11.11%70.00%
HSB/HSV99°9.09%73.33%
CMYK5.88%0.00%9.09%
26.67%

Color #B0BBAA in popluar number systems.

HEXB0BBAA
Decimal176187170
Binary101100001011101110101010
Octal260273252

Shades and tints

Shades of #B0BBAA

#B0BBAA
(176,187,170)
#A0AA9B
(160,170,155)
#90998C
(144,153,140)
#80887D
(128,136,125)
#70776E
(112,119,110)
#60665F
(96,102,95)
#505550
(80,85,80)
#404441
(64,68,65)
#303332
(48,51,50)
#202223
(32,34,35)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #B0BBAA

#B0BBAA
(176,187,170)
#B7C1B1
(183,193,177)
#BEC7B8
(190,199,184)
#C5CDBF
(197,205,191)
#CCD3C6
(204,211,198)
#D3D9CD
(211,217,205)
#DADFD4
(218,223,212)
#E1E5DB
(225,229,219)
#E8EBE2
(232,235,226)
#EFF1E9
(239,241,233)
#F6F7F0
(246,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BBAA; }

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

This text font color is #B0BBAA.


Background Color

.myBgColor { background-color: #B0BBAA; }

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

This div background color is #B0BBAA.


Border color

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

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

This div border color is #B0BBAA.


Opacity

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

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

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

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

This text has shadow with #B0BBAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BBAA on black background.


Color preview on white background

This text has color #B0BBAA on white background.



Black color preview on #B0BBAA background

This text has black color on #B0BBAA background.


White color preview on #B0BBAA background

This text has white color on #B0BBAA background.