COLOR #B1ABAF

HEX: #B1ABAF
RGB: (177,171,175)

Color info

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

RGB color model

#B1ABAF color RGB value is (177,171,175).

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

RGB channels and saturation

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

177
171
175

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

Portions of RGB colors in percentages

R + G + B =
177 + 171 + 175 = 523 (100%)
R 177 of 523 ~ 33.84%
G 171 of 523 ~ 32.7%
B 175 of 523 ~ 33.46%

%33.84
%32.7
%33.46

CMYK color model

#B1ABAF color CMYK value is (0,3,1,31).

  • cyan value is 0.00%
  • magenta value is 3.39%
  • yellow value is 1.13%
  • key color value is 30.59%
CMYK:
(0,3,1,31)
C0M3Y1K31 
(0%,3%,1%,31%)
(0.00/0.03/0.01/0.31)	

CMYK percentages

%0
%3.39
%1.13
%30.59

Codes

Color #B1ABAF in popluar color models

B1ABAF
RGB177171175
HSL320°3.70%68.24%
HSB/HSV320°3.39%69.41%
CMYK0.00%3.39%1.13%
30.59%

Color #B1ABAF in popluar number systems.

HEXB1ABAF
Decimal177171175
Binary101100011010101110101111
Octal261253257

Shades and tints

Shades of #B1ABAF

#B1ABAF
(177,171,175)
#A19CA0
(161,156,160)
#918D91
(145,141,145)
#817E82
(129,126,130)
#716F73
(113,111,115)
#616064
(97,96,100)
#515155
(81,81,85)
#414246
(65,66,70)
#313337
(49,51,55)
#212428
(33,36,40)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #B1ABAF

#B1ABAF
(177,171,175)
#B8B2B6
(184,178,182)
#BFB9BD
(191,185,189)
#C6C0C4
(198,192,196)
#CDC7CB
(205,199,203)
#D4CED2
(212,206,210)
#DBD5D9
(219,213,217)
#E2DCE0
(226,220,224)
#E9E3E7
(233,227,231)
#F0EAEE
(240,234,238)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1ABAF; }

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

This text font color is #B1ABAF.


Background Color

.myBgColor { background-color: #B1ABAF; }

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

This div background color is #B1ABAF.


Border color

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

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

This div border color is #B1ABAF.


Opacity

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

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

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

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

This text has shadow with #B1ABAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1ABAF on black background.


Color preview on white background

This text has color #B1ABAF on white background.



Black color preview on #B1ABAF background

This text has black color on #B1ABAF background.


White color preview on #B1ABAF background

This text has white color on #B1ABAF background.