COLOR #B1ACB1

HEX: #B1ACB1
RGB: (177,172,177)

Color info

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

RGB color model

#B1ACB1 color RGB value is (177,172,177).

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

RGB channels and saturation

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

177
172
177

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

Portions of RGB colors in percentages

R + G + B =
177 + 172 + 177 = 526 (100%)
R 177 of 526 ~ 33.65%
G 172 of 526 ~ 32.7%
B 177 of 526 ~ 33.65%

%33.65
%32.7
%33.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.82%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(0,3,0,31)
C0M3Y0K31 
(0%,3%,0%,31%)
(0.00/0.03/0.00/0.31)	

CMYK percentages

%0
%2.82
%0
%30.59

Codes

Color #B1ACB1 in popluar color models

B1ACB1
RGB177172177
HSL300°3.11%68.43%
HSB/HSV300°2.82%69.41%
CMYK0.00%2.82%0.00%
30.59%

Color #B1ACB1 in popluar number systems.

HEXB1ACB1
Decimal177172177
Binary101100011010110010110001
Octal261254261

Shades and tints

Shades of #B1ACB1

#B1ACB1
(177,172,177)
#A19DA1
(161,157,161)
#918E91
(145,142,145)
#817F81
(129,127,129)
#717071
(113,112,113)
#616161
(97,97,97)
#515251
(81,82,81)
#414341
(65,67,65)
#313431
(49,52,49)
#212521
(33,37,33)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #B1ACB1

#B1ACB1
(177,172,177)
#B8B3B8
(184,179,184)
#BFBABF
(191,186,191)
#C6C1C6
(198,193,198)
#CDC8CD
(205,200,205)
#D4CFD4
(212,207,212)
#DBD6DB
(219,214,219)
#E2DDE2
(226,221,226)
#E9E4E9
(233,228,233)
#F0EBF0
(240,235,240)
#F7F2F7
(247,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1ACB1; }

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

This text font color is #B1ACB1.


Background Color

.myBgColor { background-color: #B1ACB1; }

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

This div background color is #B1ACB1.


Border color

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

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

This div border color is #B1ACB1.


Opacity

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

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

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

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

This text has shadow with #B1ACB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1ACB1 on black background.


Color preview on white background

This text has color #B1ACB1 on white background.



Black color preview on #B1ACB1 background

This text has black color on #B1ACB1 background.


White color preview on #B1ACB1 background

This text has white color on #B1ACB1 background.