COLOR #B1ABB9

HEX: #B1ABB9
RGB: (177,171,185)

Color info

#B1ABB9 contains red, green and blue colors in about the same proportion. Web safe color of #B1ABB9 is #9999CC (or #99C).

RGB color model

#B1ABB9 color RGB value is (177,171,185).

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

RGB channels and saturation

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

177
171
185

R + G + B ~ 70%. #B1ABB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 171 + 185 = 533 (100%)
R 177 of 533 ~ 33.21%
G 171 of 533 ~ 32.08%
B 185 of 533 ~ 34.71%

%33.21
%32.08
%34.71

CMYK color model

#B1ABB9 color CMYK value is (4,8,0,27).

  • cyan value is 4.32%
  • magenta value is 7.57%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(4,8,0,27)
C4M8Y0K27 
(4%,8%,0%,27%)
(0.04/0.08/0.00/0.27)	

CMYK percentages

%4.32
%7.57
%0
%27.45

Codes

Color #B1ABB9 in popluar color models

B1ABB9
RGB177171185
HSL266°9.09%69.80%
HSB/HSV266°7.57%72.55%
CMYK4.32%7.57%0.00%
27.45%

Color #B1ABB9 in popluar number systems.

HEXB1ABB9
Decimal177171185
Binary101100011010101110111001
Octal261253271

Shades and tints

Shades of #B1ABB9

#B1ABB9
(177,171,185)
#A19CA9
(161,156,169)
#918D99
(145,141,153)
#817E89
(129,126,137)
#716F79
(113,111,121)
#616069
(97,96,105)
#515159
(81,81,89)
#414249
(65,66,73)
#313339
(49,51,57)
#212429
(33,36,41)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #B1ABB9

#B1ABB9
(177,171,185)
#B8B2BF
(184,178,191)
#BFB9C5
(191,185,197)
#C6C0CB
(198,192,203)
#CDC7D1
(205,199,209)
#D4CED7
(212,206,215)
#DBD5DD
(219,213,221)
#E2DCE3
(226,220,227)
#E9E3E9
(233,227,233)
#F0EAEF
(240,234,239)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1ABB9; }

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

This text font color is #B1ABB9.


Background Color

.myBgColor { background-color: #B1ABB9; }

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

This div background color is #B1ABB9.


Border color

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

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

This div border color is #B1ABB9.


Opacity

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

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

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

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

This text has shadow with #B1ABB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1ABB9 on black background.


Color preview on white background

This text has color #B1ABB9 on white background.



Black color preview on #B1ABB9 background

This text has black color on #B1ABB9 background.


White color preview on #B1ABB9 background

This text has white color on #B1ABB9 background.