COLOR #B9ACB0

HEX: #B9ACB0 RGB: (185,172,176)

Color info

#B9ACB0 contains red, green and blue colors in about the same proportion. Web safe color of #B9ACB0 is #CC9999 (or #C99).

RGB color model

#B9ACB0 color RGB value is (185,172,176).

RGB: (185,172,176) (73%, 67%, 69%)

RGB channels and saturation

R 185 of 255 = 73%
G 172 of 255 = 67%
B 176 of 255 = 69%

185
172
176

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

Portions of RGB colors in percentages

R + G + B = 185 + 172 + 176 = 533 (100%)
R 185 of 533 ~ 34.71%
G 172 of 533 ~ 32.27%
B 176 of 533 ~ 33.02'%

%34.71
%32.27
%33.02

CMYK color model

#B9ACB0 color CMYK value is (0,7,5,27).

  • cyan value is 0.00%
  • magenta value is 7.03%
  • yellow value is 4.86%
  • key color value is 27.45%

CMYK: (0,7,5,27)
C0M7Y5K27 (0%, 7%, 5%, 27%)
(0.00 / 0.07 / 0.05 / 0.27)

CMYK percentages

%0
%7.03
%4.86
%27.45

Codes

Color #B9ACB0 in popluar color models

B9 AC B0
RGB 185 172 176
HSL 342° 8.50% 70.00%
HSB/HSV 342° 7.03% 72.55%
CMYK 0.00% 7.03% 4.86%
27.45%

Color #B9ACB0 in popluar number systems.

HEX B9 AC B0
Decimal 185 172 176
Binary 10111001 10101100 10110000
Octal 271 254 260

Shades and tints

Shades of #B9ACB0

#B9ACB0
(185,172,176)
#A99DA0
(169,157,160)
#998E90
(153,142,144)
#897F80
(137,127,128)
#797070
(121,112,112)
#696160
(105,97,96)
#595250
(89,82,80)
#494340
(73,67,64)
#393430
(57,52,48)
#292520
(41,37,32)
#191610
(25,22,16)
#000000
(0,0,0)

Tints of #B9ACB0

#B9ACB0
(185,172,176)
#BFB3B7
(191,179,183)
#C5BABE
(197,186,190)
#CBC1C5
(203,193,197)
#D1C8CC
(209,200,204)
#D7CFD3
(215,207,211)
#DDD6DA
(221,214,218)
#E3DDE1
(227,221,225)
#E9E4E8
(233,228,232)
#EFEBEF
(239,235,239)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ACB0; }

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

This text font color is #B9ACB0.

Background Color

.myBgColor { background-color: #B9ACB0; }

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

This div background color is #B9ACB0.

Border color

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

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

This div border color is #B9ACB0.

Opacity

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

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

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

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

This text has shadow with #B9ACB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9ACB0.

Preview

Color preview on black background

This text has color #B9ACB0 on black background.


Color preview on white background

This text has color #B9ACB0 on white background.


Black color preview on #B9ACB0 background

This text has black color on #B9ACB0 background.


White color preview on #B9ACB0 background

This text has white color on #B9ACB0 background.


Related colors

Complementary color

Complementary color for #hex is #46534F.


I love getcolorcode.com

Triadic colors

1 #B0B9AC and #ACB0B9 with #B9ACB0 are triadic colors.

2 #B0ACB9 and #ACB9B0 with #B9ACB0 are triadic colors.