COLOR #B1AAB1

HEX: #B1AAB1
RGB: (177,170,177)

Color info

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

RGB color model

#B1AAB1 color RGB value is (177,170,177).

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

RGB channels and saturation

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

177
170
177

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

Portions of RGB colors in percentages

R + G + B =
177 + 170 + 177 = 524 (100%)
R 177 of 524 ~ 33.78%
G 170 of 524 ~ 32.44%
B 177 of 524 ~ 33.78%

%33.78
%32.44
%33.78

CMYK color model

#B1AAB1 color CMYK value is (0,4,0,31).

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

CMYK percentages

%0
%3.95
%0
%30.59

Codes

Color #B1AAB1 in popluar color models

B1AAB1
RGB177170177
HSL300°4.29%68.04%
HSB/HSV300°3.95%69.41%
CMYK0.00%3.95%0.00%
30.59%

Color #B1AAB1 in popluar number systems.

HEXB1AAB1
Decimal177170177
Binary101100011010101010110001
Octal261252261

Shades and tints

Shades of #B1AAB1

#B1AAB1
(177,170,177)
#A19BA1
(161,155,161)
#918C91
(145,140,145)
#817D81
(129,125,129)
#716E71
(113,110,113)
#615F61
(97,95,97)
#515051
(81,80,81)
#414141
(65,65,65)
#313231
(49,50,49)
#212321
(33,35,33)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #B1AAB1

#B1AAB1
(177,170,177)
#B8B1B8
(184,177,184)
#BFB8BF
(191,184,191)
#C6BFC6
(198,191,198)
#CDC6CD
(205,198,205)
#D4CDD4
(212,205,212)
#DBD4DB
(219,212,219)
#E2DBE2
(226,219,226)
#E9E2E9
(233,226,233)
#F0E9F0
(240,233,240)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AAB1; }

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

This text font color is #B1AAB1.


Background Color

.myBgColor { background-color: #B1AAB1; }

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

This div background color is #B1AAB1.


Border color

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

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

This div border color is #B1AAB1.


Opacity

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

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

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

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

This text has shadow with #B1AAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AAB1 on black background.


Color preview on white background

This text has color #B1AAB1 on white background.



Black color preview on #B1AAB1 background

This text has black color on #B1AAB1 background.


White color preview on #B1AAB1 background

This text has white color on #B1AAB1 background.