COLOR #B1ABBA

HEX: #B1ABBA
RGB: (177,171,186)

Color info

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

RGB color model

#B1ABBA color RGB value is (177,171,186).

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

RGB channels and saturation

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

177
171
186

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

Portions of RGB colors in percentages

R + G + B =
177 + 171 + 186 = 534 (100%)
R 177 of 534 ~ 33.15%
G 171 of 534 ~ 32.02%
B 186 of 534 ~ 34.83%

%33.15
%32.02
%34.83

CMYK color model

#B1ABBA color CMYK value is (5,8,0,27).

  • cyan value is 4.84%
  • magenta value is 8.06%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(5,8,0,27)
C5M8Y0K27 
(5%,8%,0%,27%)
(0.05/0.08/0.00/0.27)	

CMYK percentages

%4.84
%8.06
%0
%27.06

Codes

Color #B1ABBA in popluar color models

B1ABBA
RGB177171186
HSL264°9.80%70.00%
HSB/HSV264°8.06%72.94%
CMYK4.84%8.06%0.00%
27.06%

Color #B1ABBA in popluar number systems.

HEXB1ABBA
Decimal177171186
Binary101100011010101110111010
Octal261253272

Shades and tints

Shades of #B1ABBA

#B1ABBA
(177,171,186)
#A19CAA
(161,156,170)
#918D9A
(145,141,154)
#817E8A
(129,126,138)
#716F7A
(113,111,122)
#61606A
(97,96,106)
#51515A
(81,81,90)
#41424A
(65,66,74)
#31333A
(49,51,58)
#21242A
(33,36,42)
#11151A
(17,21,26)
#000000
(0,0,0)

Tints of #B1ABBA

#B1ABBA
(177,171,186)
#B8B2C0
(184,178,192)
#BFB9C6
(191,185,198)
#C6C0CC
(198,192,204)
#CDC7D2
(205,199,210)
#D4CED8
(212,206,216)
#DBD5DE
(219,213,222)
#E2DCE4
(226,220,228)
#E9E3EA
(233,227,234)
#F0EAF0
(240,234,240)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1ABBA; }

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

This text font color is #B1ABBA.


Background Color

.myBgColor { background-color: #B1ABBA; }

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

This div background color is #B1ABBA.


Border color

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

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

This div border color is #B1ABBA.


Opacity

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

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

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

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

This text has shadow with #B1ABBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1ABBA on black background.


Color preview on white background

This text has color #B1ABBA on white background.



Black color preview on #B1ABBA background

This text has black color on #B1ABBA background.


White color preview on #B1ABBA background

This text has white color on #B1ABBA background.