COLOR #B3B1AF

HEX: #B3B1AF
RGB: (179,177,175)

Color info

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

RGB color model

#B3B1AF color RGB value is (179,177,175).

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

RGB channels and saturation

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

179
177
175

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

Portions of RGB colors in percentages

R + G + B =
179 + 177 + 175 = 531 (100%)
R 179 of 531 ~ 33.71%
G 177 of 531 ~ 33.33%
B 175 of 531 ~ 32.96%

%33.71
%33.33
%32.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.12%
  • yellow value is 2.23%
  • key color value is 29.80%
CMYK:
(0,1,2,30)
C0M1Y2K30 
(0%,1%,2%,30%)
(0.00/0.01/0.02/0.30)	

CMYK percentages

%0
%1.12
%2.23
%29.8

Codes

Color #B3B1AF in popluar color models

B3B1AF
RGB179177175
HSL30°2.56%69.41%
HSB/HSV30°2.23%70.20%
CMYK0.00%1.12%2.23%
29.80%

Color #B3B1AF in popluar number systems.

HEXB3B1AF
Decimal179177175
Binary101100111011000110101111
Octal263261257

Shades and tints

Shades of #B3B1AF

#B3B1AF
(179,177,175)
#A3A1A0
(163,161,160)
#939191
(147,145,145)
#838182
(131,129,130)
#737173
(115,113,115)
#636164
(99,97,100)
#535155
(83,81,85)
#434146
(67,65,70)
#333137
(51,49,55)
#232128
(35,33,40)
#131119
(19,17,25)
#000000
(0,0,0)

Tints of #B3B1AF

#B3B1AF
(179,177,175)
#B9B8B6
(185,184,182)
#BFBFBD
(191,191,189)
#C5C6C4
(197,198,196)
#CBCDCB
(203,205,203)
#D1D4D2
(209,212,210)
#D7DBD9
(215,219,217)
#DDE2E0
(221,226,224)
#E3E9E7
(227,233,231)
#E9F0EE
(233,240,238)
#EFF7F5
(239,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B1AF; }

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

This text font color is #B3B1AF.


Background Color

.myBgColor { background-color: #B3B1AF; }

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

This div background color is #B3B1AF.


Border color

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

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

This div border color is #B3B1AF.


Opacity

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

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

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

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

This text has shadow with #B3B1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B1AF on black background.


Color preview on white background

This text has color #B3B1AF on white background.



Black color preview on #B3B1AF background

This text has black color on #B3B1AF background.


White color preview on #B3B1AF background

This text has white color on #B3B1AF background.