COLOR #B0B0A3

HEX: #B0B0A3
RGB: (176,176,163)

Color info

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

RGB color model

#B0B0A3 color RGB value is (176,176,163).

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

RGB channels and saturation

R 176 of 255 = 69%
G 176 of 255 = 69%
B 163 of 255 = 64%

176
176
163

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

Portions of RGB colors in percentages

R + G + B =
176 + 176 + 163 = 515 (100%)
R 176 of 515 ~ 34.17%
G 176 of 515 ~ 34.17%
B 163 of 515 ~ 31.65%

%34.17
%34.17
%31.65

CMYK color model

#B0B0A3 color CMYK value is (0,0,7,31).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 7.39%
  • key color value is 30.98%
CMYK:
(0,0,7,31)
C0M0Y7K31 
(0%,0%,7%,31%)
(0.00/0.00/0.07/0.31)	

CMYK percentages

%0
%0
%7.39
%30.98

Codes

Color #B0B0A3 in popluar color models

B0B0A3
RGB176176163
HSL60°7.60%66.47%
HSB/HSV60°7.39%69.02%
CMYK0.00%0.00%7.39%
30.98%

Color #B0B0A3 in popluar number systems.

HEXB0B0A3
Decimal176176163
Binary101100001011000010100011
Octal260260243

Shades and tints

Shades of #B0B0A3

#B0B0A3
(176,176,163)
#A0A095
(160,160,149)
#909087
(144,144,135)
#808079
(128,128,121)
#70706B
(112,112,107)
#60605D
(96,96,93)
#50504F
(80,80,79)
#404041
(64,64,65)
#303033
(48,48,51)
#202025
(32,32,37)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #B0B0A3

#B0B0A3
(176,176,163)
#B7B7AB
(183,183,171)
#BEBEB3
(190,190,179)
#C5C5BB
(197,197,187)
#CCCCC3
(204,204,195)
#D3D3CB
(211,211,203)
#DADAD3
(218,218,211)
#E1E1DB
(225,225,219)
#E8E8E3
(232,232,227)
#EFEFEB
(239,239,235)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B0A3; }

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

This text font color is #B0B0A3.


Background Color

.myBgColor { background-color: #B0B0A3; }

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

This div background color is #B0B0A3.


Border color

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

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

This div border color is #B0B0A3.


Opacity

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

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

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

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

This text has shadow with #B0B0A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B0A3 on black background.


Color preview on white background

This text has color #B0B0A3 on white background.



Black color preview on #B0B0A3 background

This text has black color on #B0B0A3 background.


White color preview on #B0B0A3 background

This text has white color on #B0B0A3 background.