COLOR #B1ABAA

HEX: #B1ABAA
RGB: (177,171,170)

Color info

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

RGB color model

#B1ABAA color RGB value is (177,171,170).

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

RGB channels and saturation

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

177
171
170

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

Portions of RGB colors in percentages

R + G + B =
177 + 171 + 170 = 518 (100%)
R 177 of 518 ~ 34.17%
G 171 of 518 ~ 33.01%
B 170 of 518 ~ 32.82%

%34.17
%33.01
%32.82

CMYK color model

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

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

CMYK percentages

%0
%3.39
%3.95
%30.59

Codes

Color #B1ABAA in popluar color models

B1ABAA
RGB177171170
HSL4.29%68.04%
HSB/HSV3.95%69.41%
CMYK0.00%3.39%3.95%
30.59%

Color #B1ABAA in popluar number systems.

HEXB1ABAA
Decimal177171170
Binary101100011010101110101010
Octal261253252

Shades and tints

Shades of #B1ABAA

#B1ABAA
(177,171,170)
#A19C9B
(161,156,155)
#918D8C
(145,141,140)
#817E7D
(129,126,125)
#716F6E
(113,111,110)
#61605F
(97,96,95)
#515150
(81,81,80)
#414241
(65,66,65)
#313332
(49,51,50)
#212423
(33,36,35)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #B1ABAA

#B1ABAA
(177,171,170)
#B8B2B1
(184,178,177)
#BFB9B8
(191,185,184)
#C6C0BF
(198,192,191)
#CDC7C6
(205,199,198)
#D4CECD
(212,206,205)
#DBD5D4
(219,213,212)
#E2DCDB
(226,220,219)
#E9E3E2
(233,227,226)
#F0EAE9
(240,234,233)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1ABAA; }

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

This text font color is #B1ABAA.


Background Color

.myBgColor { background-color: #B1ABAA; }

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

This div background color is #B1ABAA.


Border color

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

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

This div border color is #B1ABAA.


Opacity

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

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

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

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

This text has shadow with #B1ABAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1ABAA on black background.


Color preview on white background

This text has color #B1ABAA on white background.



Black color preview on #B1ABAA background

This text has black color on #B1ABAA background.


White color preview on #B1ABAA background

This text has white color on #B1ABAA background.