COLOR #B0ACB2

HEX: #B0ACB2 RGB: (176,172,178)

Color info

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

RGB color model

#B0ACB2 color RGB value is (176,172,178).

RGB: (176,172,178) (69%, 67%, 70%)

RGB channels and saturation

R 176 of 255 = 69%
G 172 of 255 = 67%
B 178 of 255 = 70%

176
172
178

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

Portions of RGB colors in percentages

R + G + B = 176 + 172 + 178 = 526 (100%)
R 176 of 526 ~ 33.46%
G 172 of 526 ~ 32.7%
B 178 of 526 ~ 33.84'%

%33.46
%32.7
%33.84

CMYK color model

#B0ACB2 color CMYK value is (1,3,0,30).

  • cyan value is 1.12%
  • magenta value is 3.37%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (1,3,0,30)
C1M3Y0K30 (1%, 3%, 0%, 30%)
(0.01 / 0.03 / 0.00 / 0.30)

CMYK percentages

%1.12
%3.37
%0
%30.2

Codes

Color #B0ACB2 in popluar color models

B0 AC B2
RGB 176 172 178
HSL 280° 3.75% 68.63%
HSB/HSV 280° 3.37% 69.80%
CMYK 1.12% 3.37% 0.00%
30.20%

Color #B0ACB2 in popluar number systems.

HEX B0 AC B2
Decimal 176 172 178
Binary 10110000 10101100 10110010
Octal 260 254 262

Shades and tints

Shades of #B0ACB2

#B0ACB2
(176,172,178)
#A09DA2
(160,157,162)
#908E92
(144,142,146)
#807F82
(128,127,130)
#707072
(112,112,114)
#606162
(96,97,98)
#505252
(80,82,82)
#404342
(64,67,66)
#303432
(48,52,50)
#202522
(32,37,34)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #B0ACB2

#B0ACB2
(176,172,178)
#B7B3B9
(183,179,185)
#BEBAC0
(190,186,192)
#C5C1C7
(197,193,199)
#CCC8CE
(204,200,206)
#D3CFD5
(211,207,213)
#DAD6DC
(218,214,220)
#E1DDE3
(225,221,227)
#E8E4EA
(232,228,234)
#EFEBF1
(239,235,241)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0ACB2; }

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

This text font color is #B0ACB2.

Background Color

.myBgColor { background-color: #B0ACB2; }

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

This div background color is #B0ACB2.

Border color

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

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

This div border color is #B0ACB2.

Opacity

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

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

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

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

This text has shadow with #B0ACB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0ACB2.

Preview

Color preview on black background

This text has color #B0ACB2 on black background.


Color preview on white background

This text has color #B0ACB2 on white background.


Black color preview on #B0ACB2 background

This text has black color on #B0ACB2 background.


White color preview on #B0ACB2 background

This text has white color on #B0ACB2 background.


Related colors

Complementary color

Complementary color for #hex is #4F534D.


I love getcolorcode.com

Triadic colors

1 #B2B0AC and #ACB2B0 with #B0ACB2 are triadic colors.

2 #B2ACB0 and #ACB0B2 with #B0ACB2 are triadic colors.