COLOR #B1B1B1

HEX: #B1B1B1
RGB: (177,177,177)

Color info

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

RGB color model

#B1B1B1 color RGB value is (177,177,177).

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

RGB channels and saturation

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

177
177
177

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

Portions of RGB colors in percentages

R + G + B =
177 + 177 + 177 = 531 (100%)
R 177 of 531 ~ 33.33%
G 177 of 531 ~ 33.33%
B 177 of 531 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#B1B1B1 color CMYK value is (0,0,0,31).

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

CMYK percentages

%0
%0
%0
%30.59

Codes

Color #B1B1B1 in popluar color models

B1B1B1
RGB177177177
HSL0.00%0.69%
HSB/HSV0.00%0.69%
CMYK0.00%0.00%0.00%
30.59%

Color #B1B1B1 in popluar number systems.

HEXB1B1B1
Decimal177177177
Binary101100011011000110110001
Octal261261261

Shades and tints

Shades of #B1B1B1

#B1B1B1
(177,177,177)
#A1A1A1
(161,161,161)
#919191
(145,145,145)
#818181
(129,129,129)
#717171
(113,113,113)
#616161
(97,97,97)
#515151
(81,81,81)
#414141
(65,65,65)
#313131
(49,49,49)
#212121
(33,33,33)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #B1B1B1

#B1B1B1
(177,177,177)
#B8B8B8
(184,184,184)
#BFBFBF
(191,191,191)
#C6C6C6
(198,198,198)
#CDCDCD
(205,205,205)
#D4D4D4
(212,212,212)
#DBDBDB
(219,219,219)
#E2E2E2
(226,226,226)
#E9E9E9
(233,233,233)
#F0F0F0
(240,240,240)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B1B1; }

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

This text font color is #B1B1B1.


Background Color

.myBgColor { background-color: #B1B1B1; }

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

This div background color is #B1B1B1.


Border color

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

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

This div border color is #B1B1B1.


Opacity

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

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

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

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

This text has shadow with #B1B1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B1B1 on black background.


Color preview on white background

This text has color #B1B1B1 on white background.



Black color preview on #B1B1B1 background

This text has black color on #B1B1B1 background.


White color preview on #B1B1B1 background

This text has white color on #B1B1B1 background.