COLOR #B0ACB1

HEX: #B0ACB1
RGB: (176,172,177)

Color info

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

RGB color model

#B0ACB1 color RGB value is (176,172,177).

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

RGB channels and saturation

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

176
172
177

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

Portions of RGB colors in percentages

R + G + B =
176 + 172 + 177 = 525 (100%)
R 176 of 525 ~ 33.52%
G 172 of 525 ~ 32.76%
B 177 of 525 ~ 33.71%

%33.52
%32.76
%33.71

CMYK color model

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

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

CMYK percentages

%0.56
%2.82
%0
%30.59

Codes

Color #B0ACB1 in popluar color models

B0ACB1
RGB176172177
HSL288°3.11%68.43%
HSB/HSV288°2.82%69.41%
CMYK0.56%2.82%0.00%
30.59%

Color #B0ACB1 in popluar number systems.

HEXB0ACB1
Decimal176172177
Binary101100001010110010110001
Octal260254261

Shades and tints

Shades of #B0ACB1

#B0ACB1
(176,172,177)
#A09DA1
(160,157,161)
#908E91
(144,142,145)
#807F81
(128,127,129)
#707071
(112,112,113)
#606161
(96,97,97)
#505251
(80,82,81)
#404341
(64,67,65)
#303431
(48,52,49)
#202521
(32,37,33)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #B0ACB1

#B0ACB1
(176,172,177)
#B7B3B8
(183,179,184)
#BEBABF
(190,186,191)
#C5C1C6
(197,193,198)
#CCC8CD
(204,200,205)
#D3CFD4
(211,207,212)
#DAD6DB
(218,214,219)
#E1DDE2
(225,221,226)
#E8E4E9
(232,228,233)
#EFEBF0
(239,235,240)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0ACB1; }

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

This text font color is #B0ACB1.


Background Color

.myBgColor { background-color: #B0ACB1; }

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

This div background color is #B0ACB1.


Border color

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

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

This div border color is #B0ACB1.


Opacity

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

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

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

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

This text has shadow with #B0ACB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0ACB1 on black background.


Color preview on white background

This text has color #B0ACB1 on white background.



Black color preview on #B0ACB1 background

This text has black color on #B0ACB1 background.


White color preview on #B0ACB1 background

This text has white color on #B0ACB1 background.