COLOR #B0ACB7

HEX: #B0ACB7
RGB: (176,172,183)

Color info

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

RGB color model

#B0ACB7 color RGB value is (176,172,183).

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

RGB channels and saturation

R 176 of 255 = 69%
G 172 of 255 = 67%
B 183 of 255 = 72%

176
172
183

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

Portions of RGB colors in percentages

R + G + B =
176 + 172 + 183 = 531 (100%)
R 176 of 531 ~ 33.15%
G 172 of 531 ~ 32.39%
B 183 of 531 ~ 34.46%

%33.15
%32.39
%34.46

CMYK color model

#B0ACB7 color CMYK value is (4,6,0,28).

  • cyan value is 3.83%
  • magenta value is 6.01%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(4,6,0,28)
C4M6Y0K28 
(4%,6%,0%,28%)
(0.04/0.06/0.00/0.28)	

CMYK percentages

%3.83
%6.01
%0
%28.24

Codes

Color #B0ACB7 in popluar color models

B0ACB7
RGB176172183
HSL262°7.10%69.61%
HSB/HSV262°6.01%71.76%
CMYK3.83%6.01%0.00%
28.24%

Color #B0ACB7 in popluar number systems.

HEXB0ACB7
Decimal176172183
Binary101100001010110010110111
Octal260254267

Shades and tints

Shades of #B0ACB7

#B0ACB7
(176,172,183)
#A09DA7
(160,157,167)
#908E97
(144,142,151)
#807F87
(128,127,135)
#707077
(112,112,119)
#606167
(96,97,103)
#505257
(80,82,87)
#404347
(64,67,71)
#303437
(48,52,55)
#202527
(32,37,39)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #B0ACB7

#B0ACB7
(176,172,183)
#B7B3BD
(183,179,189)
#BEBAC3
(190,186,195)
#C5C1C9
(197,193,201)
#CCC8CF
(204,200,207)
#D3CFD5
(211,207,213)
#DAD6DB
(218,214,219)
#E1DDE1
(225,221,225)
#E8E4E7
(232,228,231)
#EFEBED
(239,235,237)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0ACB7; }

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

This text font color is #B0ACB7.


Background Color

.myBgColor { background-color: #B0ACB7; }

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

This div background color is #B0ACB7.


Border color

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

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

This div border color is #B0ACB7.


Opacity

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

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

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

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

This text has shadow with #B0ACB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0ACB7 on black background.


Color preview on white background

This text has color #B0ACB7 on white background.



Black color preview on #B0ACB7 background

This text has black color on #B0ACB7 background.


White color preview on #B0ACB7 background

This text has white color on #B0ACB7 background.