COLOR #B1B1A9

HEX: #B1B1A9
RGB: (177,177,169)

Color info

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

RGB color model

#B1B1A9 color RGB value is (177,177,169).

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

RGB channels and saturation

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

177
177
169

R + G + B ~ 68%. #B1B1A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 177 + 169 = 523 (100%)
R 177 of 523 ~ 33.84%
G 177 of 523 ~ 33.84%
B 169 of 523 ~ 32.31%

%33.84
%33.84
%32.31

CMYK color model

#B1B1A9 color CMYK value is (0,0,5,31).

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

CMYK percentages

%0
%0
%4.52
%30.59

Codes

Color #B1B1A9 in popluar color models

B1B1A9
RGB177177169
HSL60°4.88%67.84%
HSB/HSV60°4.52%69.41%
CMYK0.00%0.00%4.52%
30.59%

Color #B1B1A9 in popluar number systems.

HEXB1B1A9
Decimal177177169
Binary101100011011000110101001
Octal261261251

Shades and tints

Shades of #B1B1A9

#B1B1A9
(177,177,169)
#A1A19A
(161,161,154)
#91918B
(145,145,139)
#81817C
(129,129,124)
#71716D
(113,113,109)
#61615E
(97,97,94)
#51514F
(81,81,79)
#414140
(65,65,64)
#313131
(49,49,49)
#212122
(33,33,34)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #B1B1A9

#B1B1A9
(177,177,169)
#B8B8B0
(184,184,176)
#BFBFB7
(191,191,183)
#C6C6BE
(198,198,190)
#CDCDC5
(205,205,197)
#D4D4CC
(212,212,204)
#DBDBD3
(219,219,211)
#E2E2DA
(226,226,218)
#E9E9E1
(233,233,225)
#F0F0E8
(240,240,232)
#F7F7EF
(247,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B1A9; }

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

This text font color is #B1B1A9.


Background Color

.myBgColor { background-color: #B1B1A9; }

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

This div background color is #B1B1A9.


Border color

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

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

This div border color is #B1B1A9.


Opacity

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

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

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

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

This text has shadow with #B1B1A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B1A9 on black background.


Color preview on white background

This text has color #B1B1A9 on white background.



Black color preview on #B1B1A9 background

This text has black color on #B1B1A9 background.


White color preview on #B1B1A9 background

This text has white color on #B1B1A9 background.