COLOR #B0A7A6

HEX: #B0A7A6 RGB: (176,167,166)

Color info

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

RGB color model

#B0A7A6 color RGB value is (176,167,166).

RGB: (176,167,166) (69%, 65%, 65%)

RGB channels and saturation

R 176 of 255 = 69%
G 167 of 255 = 65%
B 166 of 255 = 65%

176
167
166

R + G + B ~ 66%. #B0A7A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 167 + 166 = 509 (100%)
R 176 of 509 ~ 34.58%
G 167 of 509 ~ 32.81%
B 166 of 509 ~ 32.61'%

%34.58
%32.81
%32.61

CMYK color model

#B0A7A6 color CMYK value is (0,5,6,31).

  • cyan value is 0.00%
  • magenta value is 5.11%
  • yellow value is 5.68%
  • key color value is 30.98%

CMYK: (0,5,6,31)
C0M5Y6K31 (0%, 5%, 6%, 31%)
(0.00 / 0.05 / 0.06 / 0.31)

CMYK percentages

%0
%5.11
%5.68
%30.98

Codes

Color #B0A7A6 in popluar color models

B0 A7 A6
RGB 176 167 166
HSL 5.95% 67.06%
HSB/HSV 5.68% 69.02%
CMYK 0.00% 5.11% 5.68%
30.98%

Color #B0A7A6 in popluar number systems.

HEX B0 A7 A6
Decimal 176 167 166
Binary 10110000 10100111 10100110
Octal 260 247 246

Shades and tints

Shades of #B0A7A6

#B0A7A6
(176,167,166)
#A09897
(160,152,151)
#908988
(144,137,136)
#807A79
(128,122,121)
#706B6A
(112,107,106)
#605C5B
(96,92,91)
#504D4C
(80,77,76)
#403E3D
(64,62,61)
#302F2E
(48,47,46)
#20201F
(32,32,31)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #B0A7A6

#B0A7A6
(176,167,166)
#B7AFAE
(183,175,174)
#BEB7B6
(190,183,182)
#C5BFBE
(197,191,190)
#CCC7C6
(204,199,198)
#D3CFCE
(211,207,206)
#DAD7D6
(218,215,214)
#E1DFDE
(225,223,222)
#E8E7E6
(232,231,230)
#EFEFEE
(239,239,238)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A7A6; }

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

This text font color is #B0A7A6.

Background Color

.myBgColor { background-color: #B0A7A6; }

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

This div background color is #B0A7A6.

Border color

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

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

This div border color is #B0A7A6.

Opacity

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

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

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

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

This text has shadow with #B0A7A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A7A6.

Preview

Color preview on black background

This text has color #B0A7A6 on black background.


Color preview on white background

This text has color #B0A7A6 on white background.


Black color preview on #B0A7A6 background

This text has black color on #B0A7A6 background.


White color preview on #B0A7A6 background

This text has white color on #B0A7A6 background.


Related colors

Complementary color

Complementary color for #hex is #4F5859.


I love getcolorcode.com

Triadic colors

1 #A6B0A7 and #A7A6B0 with #B0A7A6 are triadic colors.

2 #A6A7B0 and #A7B0A6 with #B0A7A6 are triadic colors.