COLOR #B0A7AA

HEX: #B0A7AA
RGB: (176,167,170)

Color info

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

RGB color model

#B0A7AA color RGB value is (176,167,170).

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

RGB channels and saturation

R 176 of 255 = 69%
G 167 of 255 = 65%
B 170 of 255 = 67%

176
167
170

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

Portions of RGB colors in percentages

R + G + B =
176 + 167 + 170 = 513 (100%)
R 176 of 513 ~ 34.31%
G 167 of 513 ~ 32.55%
B 170 of 513 ~ 33.14%

%34.31
%32.55
%33.14

CMYK color model

#B0A7AA color CMYK value is (0,5,3,31).

  • cyan value is 0.00%
  • magenta value is 5.11%
  • yellow value is 3.41%
  • key color value is 30.98%
CMYK:
(0,5,3,31)
C0M5Y3K31 
(0%,5%,3%,31%)
(0.00/0.05/0.03/0.31)	

CMYK percentages

%0
%5.11
%3.41
%30.98

Codes

Color #B0A7AA in popluar color models

B0A7AA
RGB176167170
HSL340°5.39%67.25%
HSB/HSV340°5.11%69.02%
CMYK0.00%5.11%3.41%
30.98%

Color #B0A7AA in popluar number systems.

HEXB0A7AA
Decimal176167170
Binary101100001010011110101010
Octal260247252

Shades and tints

Shades of #B0A7AA

#B0A7AA
(176,167,170)
#A0989B
(160,152,155)
#90898C
(144,137,140)
#807A7D
(128,122,125)
#706B6E
(112,107,110)
#605C5F
(96,92,95)
#504D50
(80,77,80)
#403E41
(64,62,65)
#302F32
(48,47,50)
#202023
(32,32,35)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #B0A7AA

#B0A7AA
(176,167,170)
#B7AFB1
(183,175,177)
#BEB7B8
(190,183,184)
#C5BFBF
(197,191,191)
#CCC7C6
(204,199,198)
#D3CFCD
(211,207,205)
#DAD7D4
(218,215,212)
#E1DFDB
(225,223,219)
#E8E7E2
(232,231,226)
#EFEFE9
(239,239,233)
#F6F7F0
(246,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A7AA; }

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

This text font color is #B0A7AA.


Background Color

.myBgColor { background-color: #B0A7AA; }

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

This div background color is #B0A7AA.


Border color

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

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

This div border color is #B0A7AA.


Opacity

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

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

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

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

This text has shadow with #B0A7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A7AA on black background.


Color preview on white background

This text has color #B0A7AA on white background.



Black color preview on #B0A7AA background

This text has black color on #B0A7AA background.


White color preview on #B0A7AA background

This text has white color on #B0A7AA background.