COLOR #B1B1AF

HEX: #B1B1AF
RGB: (177,177,175)

Color info

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

RGB color model

#B1B1AF color RGB value is (177,177,175).

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

RGB channels and saturation

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

177
177
175

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

Portions of RGB colors in percentages

R + G + B =
177 + 177 + 175 = 529 (100%)
R 177 of 529 ~ 33.46%
G 177 of 529 ~ 33.46%
B 175 of 529 ~ 33.08%

%33.46
%33.46
%33.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 1.13%
  • key color value is 30.59%
CMYK:
(0,0,1,31)
C0M0Y1K31 
(0%,0%,1%,31%)
(0.00/0.00/0.01/0.31)	

CMYK percentages

%0
%0
%1.13
%30.59

Codes

Color #B1B1AF in popluar color models

B1B1AF
RGB177177175
HSL60°1.27%69.02%
HSB/HSV60°1.13%69.41%
CMYK0.00%0.00%1.13%
30.59%

Color #B1B1AF in popluar number systems.

HEXB1B1AF
Decimal177177175
Binary101100011011000110101111
Octal261261257

Shades and tints

Shades of #B1B1AF

#B1B1AF
(177,177,175)
#A1A1A0
(161,161,160)
#919191
(145,145,145)
#818182
(129,129,130)
#717173
(113,113,115)
#616164
(97,97,100)
#515155
(81,81,85)
#414146
(65,65,70)
#313137
(49,49,55)
#212128
(33,33,40)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #B1B1AF

#B1B1AF
(177,177,175)
#B8B8B6
(184,184,182)
#BFBFBD
(191,191,189)
#C6C6C4
(198,198,196)
#CDCDCB
(205,205,203)
#D4D4D2
(212,212,210)
#DBDBD9
(219,219,217)
#E2E2E0
(226,226,224)
#E9E9E7
(233,233,231)
#F0F0EE
(240,240,238)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B1AF; }

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

This text font color is #B1B1AF.


Background Color

.myBgColor { background-color: #B1B1AF; }

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

This div background color is #B1B1AF.


Border color

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

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

This div border color is #B1B1AF.


Opacity

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

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

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

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

This text has shadow with #B1B1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B1AF on black background.


Color preview on white background

This text has color #B1B1AF on white background.



Black color preview on #B1B1AF background

This text has black color on #B1B1AF background.


White color preview on #B1B1AF background

This text has white color on #B1B1AF background.