COLOR #B0A0A1

HEX: #B0A0A1
RGB: (176,160,161)

Color info

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

RGB color model

#B0A0A1 color RGB value is (176,160,161).

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

RGB channels and saturation

R 176 of 255 = 69%
G 160 of 255 = 63%
B 161 of 255 = 63%

176
160
161

R + G + B ~ 65%. #B0A0A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 160 + 161 = 497 (100%)
R 176 of 497 ~ 35.41%
G 160 of 497 ~ 32.19%
B 161 of 497 ~ 32.39%

%35.41
%32.19
%32.39

CMYK color model

#B0A0A1 color CMYK value is (0,9,9,31).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 8.52%
  • key color value is 30.98%
CMYK:
(0,9,9,31)
C0M9Y9K31 
(0%,9%,9%,31%)
(0.00/0.09/0.09/0.31)	

CMYK percentages

%0
%9.09
%8.52
%30.98

Codes

Color #B0A0A1 in popluar color models

B0A0A1
RGB176160161
HSL356°9.20%65.88%
HSB/HSV356°9.09%69.02%
CMYK0.00%9.09%8.52%
30.98%

Color #B0A0A1 in popluar number systems.

HEXB0A0A1
Decimal176160161
Binary101100001010000010100001
Octal260240241

Shades and tints

Shades of #B0A0A1

#B0A0A1
(176,160,161)
#A09293
(160,146,147)
#908485
(144,132,133)
#807677
(128,118,119)
#706869
(112,104,105)
#605A5B
(96,90,91)
#504C4D
(80,76,77)
#403E3F
(64,62,63)
#303031
(48,48,49)
#202223
(32,34,35)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #B0A0A1

#B0A0A1
(176,160,161)
#B7A8A9
(183,168,169)
#BEB0B1
(190,176,177)
#C5B8B9
(197,184,185)
#CCC0C1
(204,192,193)
#D3C8C9
(211,200,201)
#DAD0D1
(218,208,209)
#E1D8D9
(225,216,217)
#E8E0E1
(232,224,225)
#EFE8E9
(239,232,233)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A0A1; }

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

This text font color is #B0A0A1.


Background Color

.myBgColor { background-color: #B0A0A1; }

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

This div background color is #B0A0A1.


Border color

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

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

This div border color is #B0A0A1.


Opacity

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

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

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

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

This text has shadow with #B0A0A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A0A1 on black background.


Color preview on white background

This text has color #B0A0A1 on white background.



Black color preview on #B0A0A1 background

This text has black color on #B0A0A1 background.


White color preview on #B0A0A1 background

This text has white color on #B0A0A1 background.