COLOR #B1A1B1

HEX: #B1A1B1
RGB: (177,161,177)

Color info

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

RGB color model

#B1A1B1 color RGB value is (177,161,177).

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

RGB channels and saturation

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

177
161
177

R + G + B ~ 67%. #B1A1B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 161 + 177 = 515 (100%)
R 177 of 515 ~ 34.37%
G 161 of 515 ~ 31.26%
B 177 of 515 ~ 34.37%

%34.37
%31.26
%34.37

CMYK color model

#B1A1B1 color CMYK value is (0,9,0,31).

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

CMYK percentages

%0
%9.04
%0
%30.59

Codes

Color #B1A1B1 in popluar color models

B1A1B1
RGB177161177
HSL300°9.30%66.27%
HSB/HSV300°9.04%69.41%
CMYK0.00%9.04%0.00%
30.59%

Color #B1A1B1 in popluar number systems.

HEXB1A1B1
Decimal177161177
Binary101100011010000110110001
Octal261241261

Shades and tints

Shades of #B1A1B1

#B1A1B1
(177,161,177)
#A193A1
(161,147,161)
#918591
(145,133,145)
#817781
(129,119,129)
#716971
(113,105,113)
#615B61
(97,91,97)
#514D51
(81,77,81)
#413F41
(65,63,65)
#313131
(49,49,49)
#212321
(33,35,33)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #B1A1B1

#B1A1B1
(177,161,177)
#B8A9B8
(184,169,184)
#BFB1BF
(191,177,191)
#C6B9C6
(198,185,198)
#CDC1CD
(205,193,205)
#D4C9D4
(212,201,212)
#DBD1DB
(219,209,219)
#E2D9E2
(226,217,226)
#E9E1E9
(233,225,233)
#F0E9F0
(240,233,240)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A1B1; }

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

This text font color is #B1A1B1.


Background Color

.myBgColor { background-color: #B1A1B1; }

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

This div background color is #B1A1B1.


Border color

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

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

This div border color is #B1A1B1.


Opacity

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

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

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

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

This text has shadow with #B1A1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A1B1 on black background.


Color preview on white background

This text has color #B1A1B1 on white background.



Black color preview on #B1A1B1 background

This text has black color on #B1A1B1 background.


White color preview on #B1A1B1 background

This text has white color on #B1A1B1 background.