COLOR #B1ABB7

HEX: #B1ABB7
RGB: (177,171,183)

Color info

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

RGB color model

#B1ABB7 color RGB value is (177,171,183).

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

RGB channels and saturation

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

177
171
183

R + G + B ~ 69%. #B1ABB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 171 + 183 = 531 (100%)
R 177 of 531 ~ 33.33%
G 171 of 531 ~ 32.2%
B 183 of 531 ~ 34.46%

%33.33
%32.2
%34.46

CMYK color model

#B1ABB7 color CMYK value is (3,7,0,28).

  • cyan value is 3.28%
  • magenta value is 6.56%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(3,7,0,28)
C3M7Y0K28 
(3%,7%,0%,28%)
(0.03/0.07/0.00/0.28)	

CMYK percentages

%3.28
%6.56
%0
%28.24

Codes

Color #B1ABB7 in popluar color models

B1ABB7
RGB177171183
HSL270°7.69%69.41%
HSB/HSV270°6.56%71.76%
CMYK3.28%6.56%0.00%
28.24%

Color #B1ABB7 in popluar number systems.

HEXB1ABB7
Decimal177171183
Binary101100011010101110110111
Octal261253267

Shades and tints

Shades of #B1ABB7

#B1ABB7
(177,171,183)
#A19CA7
(161,156,167)
#918D97
(145,141,151)
#817E87
(129,126,135)
#716F77
(113,111,119)
#616067
(97,96,103)
#515157
(81,81,87)
#414247
(65,66,71)
#313337
(49,51,55)
#212427
(33,36,39)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #B1ABB7

#B1ABB7
(177,171,183)
#B8B2BD
(184,178,189)
#BFB9C3
(191,185,195)
#C6C0C9
(198,192,201)
#CDC7CF
(205,199,207)
#D4CED5
(212,206,213)
#DBD5DB
(219,213,219)
#E2DCE1
(226,220,225)
#E9E3E7
(233,227,231)
#F0EAED
(240,234,237)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1ABB7; }

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

This text font color is #B1ABB7.


Background Color

.myBgColor { background-color: #B1ABB7; }

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

This div background color is #B1ABB7.


Border color

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

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

This div border color is #B1ABB7.


Opacity

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

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

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

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

This text has shadow with #B1ABB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1ABB7 on black background.


Color preview on white background

This text has color #B1ABB7 on white background.



Black color preview on #B1ABB7 background

This text has black color on #B1ABB7 background.


White color preview on #B1ABB7 background

This text has white color on #B1ABB7 background.