COLOR #B1ABAB

HEX: #B1ABAB RGB: (177,171,171)

Color info

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

RGB color model

#B1ABAB color RGB value is (177,171,171).

RGB: (177,171,171) (69%, 67%, 67%)

RGB channels and saturation

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

177
171
171

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

Portions of RGB colors in percentages

R + G + B = 177 + 171 + 171 = 519 (100%)
R 177 of 519 ~ 34.1%
G 171 of 519 ~ 32.95%
B 171 of 519 ~ 32.95'%

%34.1
%32.95
%32.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.39%
  • yellow value is 3.39%
  • key color value is 30.59%

CMYK: (0,3,3,31)
C0M3Y3K31 (0%, 3%, 3%, 31%)
(0.00 / 0.03 / 0.03 / 0.31)

CMYK percentages

%0
%3.39
%3.39
%30.59

Codes

Color #B1ABAB in popluar color models

B1 AB AB
RGB 177 171 171
HSL 3.70% 68.24%
HSB/HSV 3.39% 69.41%
CMYK 0.00% 3.39% 3.39%
30.59%

Color #B1ABAB in popluar number systems.

HEX B1 AB AB
Decimal 177 171 171
Binary 10110001 10101011 10101011
Octal 261 253 253

Shades and tints

Shades of #B1ABAB

#B1ABAB
(177,171,171)
#A19C9C
(161,156,156)
#918D8D
(145,141,141)
#817E7E
(129,126,126)
#716F6F
(113,111,111)
#616060
(97,96,96)
#515151
(81,81,81)
#414242
(65,66,66)
#313333
(49,51,51)
#212424
(33,36,36)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #B1ABAB

#B1ABAB
(177,171,171)
#B8B2B2
(184,178,178)
#BFB9B9
(191,185,185)
#C6C0C0
(198,192,192)
#CDC7C7
(205,199,199)
#D4CECE
(212,206,206)
#DBD5D5
(219,213,213)
#E2DCDC
(226,220,220)
#E9E3E3
(233,227,227)
#F0EAEA
(240,234,234)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1ABAB; }

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

This text font color is #B1ABAB.

Background Color

.myBgColor { background-color: #B1ABAB; }

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

This div background color is #B1ABAB.

Border color

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

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

This div border color is #B1ABAB.

Opacity

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

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

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

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

This text has shadow with #B1ABAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1ABAB.

Preview

Color preview on black background

This text has color #B1ABAB on black background.


Color preview on white background

This text has color #B1ABAB on white background.


Black color preview on #B1ABAB background

This text has black color on #B1ABAB background.


White color preview on #B1ABAB background

This text has white color on #B1ABAB background.


Related colors

Complementary color

Complementary color for #hex is #4E5454.


I love getcolorcode.com