COLOR #B1B2B2

HEX: #B1B2B2
RGB: (177,178,178)

Color info

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

RGB color model

#B1B2B2 color RGB value is (177,178,178).

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

RGB channels and saturation

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

177
178
178

R + G + B ~ 70%. #B1B2B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 178 + 178 = 533 (100%)
R 177 of 533 ~ 33.21%
G 178 of 533 ~ 33.4%
B 178 of 533 ~ 33.4%

%33.21
%33.4
%33.4

CMYK color model

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

  • cyan value is 0.56%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(1,0,0,30)
C1M0Y0K30 
(1%,0%,0%,30%)
(0.01/0.00/0.00/0.30)	

CMYK percentages

%0.56
%0
%0
%30.2

Codes

Color #B1B2B2 in popluar color models

B1B2B2
RGB177178178
HSL180°0.65%69.61%
HSB/HSV180°0.56%69.80%
CMYK0.56%0.00%0.00%
30.20%

Color #B1B2B2 in popluar number systems.

HEXB1B2B2
Decimal177178178
Binary101100011011001010110010
Octal261262262

Shades and tints

Shades of #B1B2B2

#B1B2B2
(177,178,178)
#A1A2A2
(161,162,162)
#919292
(145,146,146)
#818282
(129,130,130)
#717272
(113,114,114)
#616262
(97,98,98)
#515252
(81,82,82)
#414242
(65,66,66)
#313232
(49,50,50)
#212222
(33,34,34)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #B1B2B2

#B1B2B2
(177,178,178)
#B8B9B9
(184,185,185)
#BFC0C0
(191,192,192)
#C6C7C7
(198,199,199)
#CDCECE
(205,206,206)
#D4D5D5
(212,213,213)
#DBDCDC
(219,220,220)
#E2E3E3
(226,227,227)
#E9EAEA
(233,234,234)
#F0F1F1
(240,241,241)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B2B2; }

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

This text font color is #B1B2B2.


Background Color

.myBgColor { background-color: #B1B2B2; }

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

This div background color is #B1B2B2.


Border color

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

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

This div border color is #B1B2B2.


Opacity

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

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

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

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

This text has shadow with #B1B2B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B2B2 on black background.


Color preview on white background

This text has color #B1B2B2 on white background.



Black color preview on #B1B2B2 background

This text has black color on #B1B2B2 background.


White color preview on #B1B2B2 background

This text has white color on #B1B2B2 background.