COLOR #B1B3AF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

177
179
175

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

Portions of RGB colors in percentages

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

%33.33
%33.71
%32.96

CMYK color model

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

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

CMYK percentages

%1.12
%0
%2.23
%29.8

Codes

Color #B1B3AF in popluar color models

B1B3AF
RGB177179175
HSL90°2.56%69.41%
HSB/HSV90°2.23%70.20%
CMYK1.12%0.00%2.23%
29.80%

Color #B1B3AF in popluar number systems.

HEXB1B3AF
Decimal177179175
Binary101100011011001110101111
Octal261263257

Shades and tints

Shades of #B1B3AF

#B1B3AF
(177,179,175)
#A1A3A0
(161,163,160)
#919391
(145,147,145)
#818382
(129,131,130)
#717373
(113,115,115)
#616364
(97,99,100)
#515355
(81,83,85)
#414346
(65,67,70)
#313337
(49,51,55)
#212328
(33,35,40)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #B1B3AF

#B1B3AF
(177,179,175)
#B8B9B6
(184,185,182)
#BFBFBD
(191,191,189)
#C6C5C4
(198,197,196)
#CDCBCB
(205,203,203)
#D4D1D2
(212,209,210)
#DBD7D9
(219,215,217)
#E2DDE0
(226,221,224)
#E9E3E7
(233,227,231)
#F0E9EE
(240,233,238)
#F7EFF5
(247,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B3AF; }

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

This text font color is #B1B3AF.


Background Color

.myBgColor { background-color: #B1B3AF; }

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

This div background color is #B1B3AF.


Border color

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

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

This div border color is #B1B3AF.


Opacity

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

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

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

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

This text has shadow with #B1B3AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B3AF on black background.


Color preview on white background

This text has color #B1B3AF on white background.



Black color preview on #B1B3AF background

This text has black color on #B1B3AF background.


White color preview on #B1B3AF background

This text has white color on #B1B3AF background.