COLOR #B0B3AF

HEX: #B0B3AF
RGB: (176,179,175)

Color info

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

RGB color model

#B0B3AF color RGB value is (176,179,175).

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

RGB channels and saturation

R 176 of 255 = 69%
G 179 of 255 = 70%
B 175 of 255 = 69%

176
179
175

R + G + B ~ 69%. #B0B3AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 179 + 175 = 530 (100%)
R 176 of 530 ~ 33.21%
G 179 of 530 ~ 33.77%
B 175 of 530 ~ 33.02%

%33.21
%33.77
%33.02

CMYK color model

#B0B3AF color CMYK value is (2,0,2,30).

  • cyan value is 1.68%
  • magenta value is 0.00%
  • yellow value is 2.23%
  • key color value is 29.80%
CMYK:
(2,0,2,30)
C2M0Y2K30 
(2%,0%,2%,30%)
(0.02/0.00/0.02/0.30)	

CMYK percentages

%1.68
%0
%2.23
%29.8

Codes

Color #B0B3AF in popluar color models

B0B3AF
RGB176179175
HSL105°2.56%69.41%
HSB/HSV105°2.23%70.20%
CMYK1.68%0.00%2.23%
29.80%

Color #B0B3AF in popluar number systems.

HEXB0B3AF
Decimal176179175
Binary101100001011001110101111
Octal260263257

Shades and tints

Shades of #B0B3AF

#B0B3AF
(176,179,175)
#A0A3A0
(160,163,160)
#909391
(144,147,145)
#808382
(128,131,130)
#707373
(112,115,115)
#606364
(96,99,100)
#505355
(80,83,85)
#404346
(64,67,70)
#303337
(48,51,55)
#202328
(32,35,40)
#101319
(16,19,25)
#000000
(0,0,0)

Tints of #B0B3AF

#B0B3AF
(176,179,175)
#B7B9B6
(183,185,182)
#BEBFBD
(190,191,189)
#C5C5C4
(197,197,196)
#CCCBCB
(204,203,203)
#D3D1D2
(211,209,210)
#DAD7D9
(218,215,217)
#E1DDE0
(225,221,224)
#E8E3E7
(232,227,231)
#EFE9EE
(239,233,238)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B3AF; }

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

This text font color is #B0B3AF.


Background Color

.myBgColor { background-color: #B0B3AF; }

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

This div background color is #B0B3AF.


Border color

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

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

This div border color is #B0B3AF.


Opacity

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

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

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

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

This text has shadow with #B0B3AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B3AF on black background.


Color preview on white background

This text has color #B0B3AF on white background.



Black color preview on #B0B3AF background

This text has black color on #B0B3AF background.


White color preview on #B0B3AF background

This text has white color on #B0B3AF background.