COLOR #B0A2A1

HEX: #B0A2A1
RGB: (176,162,161)

Color info

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

RGB color model

#B0A2A1 color RGB value is (176,162,161).

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

RGB channels and saturation

R 176 of 255 = 69%
G 162 of 255 = 64%
B 161 of 255 = 63%

176
162
161

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

Portions of RGB colors in percentages

R + G + B =
176 + 162 + 161 = 499 (100%)
R 176 of 499 ~ 35.27%
G 162 of 499 ~ 32.46%
B 161 of 499 ~ 32.26%

%35.27
%32.46
%32.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.95%
  • yellow value is 8.52%
  • key color value is 30.98%
CMYK:
(0,8,9,31)
C0M8Y9K31 
(0%,8%,9%,31%)
(0.00/0.08/0.09/0.31)	

CMYK percentages

%0
%7.95
%8.52
%30.98

Codes

Color #B0A2A1 in popluar color models

B0A2A1
RGB176162161
HSL8.67%66.08%
HSB/HSV8.52%69.02%
CMYK0.00%7.95%8.52%
30.98%

Color #B0A2A1 in popluar number systems.

HEXB0A2A1
Decimal176162161
Binary101100001010001010100001
Octal260242241

Shades and tints

Shades of #B0A2A1

#B0A2A1
(176,162,161)
#A09493
(160,148,147)
#908685
(144,134,133)
#807877
(128,120,119)
#706A69
(112,106,105)
#605C5B
(96,92,91)
#504E4D
(80,78,77)
#40403F
(64,64,63)
#303231
(48,50,49)
#202423
(32,36,35)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #B0A2A1

#B0A2A1
(176,162,161)
#B7AAA9
(183,170,169)
#BEB2B1
(190,178,177)
#C5BAB9
(197,186,185)
#CCC2C1
(204,194,193)
#D3CAC9
(211,202,201)
#DAD2D1
(218,210,209)
#E1DAD9
(225,218,217)
#E8E2E1
(232,226,225)
#EFEAE9
(239,234,233)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A2A1; }

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

This text font color is #B0A2A1.


Background Color

.myBgColor { background-color: #B0A2A1; }

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

This div background color is #B0A2A1.


Border color

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

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

This div border color is #B0A2A1.


Opacity

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

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

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

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

This text has shadow with #B0A2A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A2A1 on black background.


Color preview on white background

This text has color #B0A2A1 on white background.



Black color preview on #B0A2A1 background

This text has black color on #B0A2A1 background.


White color preview on #B0A2A1 background

This text has white color on #B0A2A1 background.