COLOR #B1ABA1

HEX: #B1ABA1 RGB: (177,171,161)

Color info

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

RGB color model

#B1ABA1 color RGB value is (177,171,161).

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

RGB channels and saturation

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

177
171
161

R + G + B ~ 66%. #B1ABA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 171 + 161 = 509 (100%)
R 177 of 509 ~ 34.77%
G 171 of 509 ~ 33.6%
B 161 of 509 ~ 31.63'%

%34.77
%33.6
%31.63

CMYK color model

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

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

CMYK: (0,3,9,31)
C0M3Y9K31 (0%, 3%, 9%, 31%)
(0.00 / 0.03 / 0.09 / 0.31)

CMYK percentages

%0
%3.39
%9.04
%30.59

Codes

Color #B1ABA1 in popluar color models

B1 AB A1
RGB 177 171 161
HSL 38° 9.30% 66.27%
HSB/HSV 38° 9.04% 69.41%
CMYK 0.00% 3.39% 9.04%
30.59%

Color #B1ABA1 in popluar number systems.

HEX B1 AB A1
Decimal 177 171 161
Binary 10110001 10101011 10100001
Octal 261 253 241

Shades and tints

Shades of #B1ABA1

#B1ABA1
(177,171,161)
#A19C93
(161,156,147)
#918D85
(145,141,133)
#817E77
(129,126,119)
#716F69
(113,111,105)
#61605B
(97,96,91)
#51514D
(81,81,77)
#41423F
(65,66,63)
#313331
(49,51,49)
#212423
(33,36,35)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #B1ABA1

#B1ABA1
(177,171,161)
#B8B2A9
(184,178,169)
#BFB9B1
(191,185,177)
#C6C0B9
(198,192,185)
#CDC7C1
(205,199,193)
#D4CEC9
(212,206,201)
#DBD5D1
(219,213,209)
#E2DCD9
(226,220,217)
#E9E3E1
(233,227,225)
#F0EAE9
(240,234,233)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1ABA1; }

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

This text font color is #B1ABA1.

Background Color

.myBgColor { background-color: #B1ABA1; }

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

This div background color is #B1ABA1.

Border color

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

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

This div border color is #B1ABA1.

Opacity

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

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

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

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

This text has shadow with #B1ABA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1ABA1.

Preview

Color preview on black background

This text has color #B1ABA1 on black background.


Color preview on white background

This text has color #B1ABA1 on white background.


Black color preview on #B1ABA1 background

This text has black color on #B1ABA1 background.


White color preview on #B1ABA1 background

This text has white color on #B1ABA1 background.


Related colors

Complementary color

Complementary color for #hex is #4E545E.


I love getcolorcode.com

Triadic colors

1 #A1B1AB and #ABA1B1 with #B1ABA1 are triadic colors.

2 #A1ABB1 and #ABB1A1 with #B1ABA1 are triadic colors.