COLOR #B0AFA6

HEX: #B0AFA6
RGB: (176,175,166)

Color info

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

RGB color model

#B0AFA6 color RGB value is (176,175,166).

  • red value is 176;
  • green value is 175;
  • blue value is 166.
RGB:
(176,175,166)
(69%,69%,65%)

RGB channels and saturation

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

176
175
166

R + G + B ~ 68%. #B0AFA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 175 + 166 = 517 (100%)
R 176 of 517 ~ 34.04%
G 175 of 517 ~ 33.85%
B 166 of 517 ~ 32.11%

%34.04
%33.85
%32.11

CMYK color model

#B0AFA6 color CMYK value is (0,1,6,31).

  • cyan value is 0.00%
  • magenta value is 0.57%
  • yellow value is 5.68%
  • key color value is 30.98%
CMYK:
(0,1,6,31)
C0M1Y6K31 
(0%,1%,6%,31%)
(0.00/0.01/0.06/0.31)	

CMYK percentages

%0
%0.57
%5.68
%30.98

Codes

Color #B0AFA6 in popluar color models

B0AFA6
RGB176175166
HSL54°5.95%67.06%
HSB/HSV54°5.68%69.02%
CMYK0.00%0.57%5.68%
30.98%

Color #B0AFA6 in popluar number systems.

HEXB0AFA6
Decimal176175166
Binary101100001010111110100110
Octal260257246

Shades and tints

Shades of #B0AFA6

#B0AFA6
(176,175,166)
#A0A097
(160,160,151)
#909188
(144,145,136)
#808279
(128,130,121)
#70736A
(112,115,106)
#60645B
(96,100,91)
#50554C
(80,85,76)
#40463D
(64,70,61)
#30372E
(48,55,46)
#20281F
(32,40,31)
#101910
(16,25,16)
#000000
(0,0,0)

Tints of #B0AFA6

#B0AFA6
(176,175,166)
#B7B6AE
(183,182,174)
#BEBDB6
(190,189,182)
#C5C4BE
(197,196,190)
#CCCBC6
(204,203,198)
#D3D2CE
(211,210,206)
#DAD9D6
(218,217,214)
#E1E0DE
(225,224,222)
#E8E7E6
(232,231,230)
#EFEEEE
(239,238,238)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AFA6; }

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

This text font color is #B0AFA6.


Background Color

.myBgColor { background-color: #B0AFA6; }

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

This div background color is #B0AFA6.


Border color

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

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

This div border color is #B0AFA6.


Opacity

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

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

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

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

This text has shadow with #B0AFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AFA6 on black background.


Color preview on white background

This text has color #B0AFA6 on white background.



Black color preview on #B0AFA6 background

This text has black color on #B0AFA6 background.


White color preview on #B0AFA6 background

This text has white color on #B0AFA6 background.