COLOR #B0A9AB

HEX: #B0A9AB
RGB: (176,169,171)

Color info

#B0A9AB contains red, green and blue colors in about the same proportion. Web safe color of #B0A9AB is #999999 (or #999).

RGB color model

#B0A9AB color RGB value is (176,169,171).

  • red value is 176;
  • green value is 169;
  • blue value is 171.
RGB:
(176,169,171)
(69%,66%,67%)

RGB channels and saturation

R 176 of 255 = 69%
G 169 of 255 = 66%
B 171 of 255 = 67%

176
169
171

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

Portions of RGB colors in percentages

R + G + B =
176 + 169 + 171 = 516 (100%)
R 176 of 516 ~ 34.11%
G 169 of 516 ~ 32.75%
B 171 of 516 ~ 33.14%

%34.11
%32.75
%33.14

CMYK color model

#B0A9AB color CMYK value is (0,4,3,31).

  • cyan value is 0.00%
  • magenta value is 3.98%
  • yellow value is 2.84%
  • key color value is 30.98%
CMYK:
(0,4,3,31)
C0M4Y3K31 
(0%,4%,3%,31%)
(0.00/0.04/0.03/0.31)	

CMYK percentages

%0
%3.98
%2.84
%30.98

Codes

Color #B0A9AB in popluar color models

B0A9AB
RGB176169171
HSL343°4.24%67.65%
HSB/HSV343°3.98%69.02%
CMYK0.00%3.98%2.84%
30.98%

Color #B0A9AB in popluar number systems.

HEXB0A9AB
Decimal176169171
Binary101100001010100110101011
Octal260251253

Shades and tints

Shades of #B0A9AB

#B0A9AB
(176,169,171)
#A09A9C
(160,154,156)
#908B8D
(144,139,141)
#807C7E
(128,124,126)
#706D6F
(112,109,111)
#605E60
(96,94,96)
#504F51
(80,79,81)
#404042
(64,64,66)
#303133
(48,49,51)
#202224
(32,34,36)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #B0A9AB

#B0A9AB
(176,169,171)
#B7B0B2
(183,176,178)
#BEB7B9
(190,183,185)
#C5BEC0
(197,190,192)
#CCC5C7
(204,197,199)
#D3CCCE
(211,204,206)
#DAD3D5
(218,211,213)
#E1DADC
(225,218,220)
#E8E1E3
(232,225,227)
#EFE8EA
(239,232,234)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A9AB color. Also use rgb(176,169,171) instead hex code.

Text Font Color

.myTextColor { color: #B0A9AB; }

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

This text font color is #B0A9AB.


Background Color

.myBgColor { background-color: #B0A9AB; }

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

This div background color is #B0A9AB.


Border color

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

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

This div border color is #B0A9AB.


Opacity

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

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

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

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

This text has shadow with #B0A9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A9AB on black background.


Color preview on white background

This text has color #B0A9AB on white background.



Black color preview on #B0A9AB background

This text has black color on #B0A9AB background.


White color preview on #B0A9AB background

This text has white color on #B0A9AB background.