COLOR #B9ACB2

HEX: #B9ACB2 RGB: (185,172,178)

Color info

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

RGB color model

#B9ACB2 color RGB value is (185,172,178).

RGB: (185,172,178) (73%, 67%, 70%)

RGB channels and saturation

R 185 of 255 = 73%
G 172 of 255 = 67%
B 178 of 255 = 70%

185
172
178

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

Portions of RGB colors in percentages

R + G + B = 185 + 172 + 178 = 535 (100%)
R 185 of 535 ~ 34.58%
G 172 of 535 ~ 32.15%
B 178 of 535 ~ 33.27'%

%34.58
%32.15
%33.27

CMYK color model

#B9ACB2 color CMYK value is (0,7,4,27).

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

CMYK: (0,7,4,27)
C0M7Y4K27 (0%, 7%, 4%, 27%)
(0.00 / 0.07 / 0.04 / 0.27)

CMYK percentages

%0
%7.03
%3.78
%27.45

Codes

Color #B9ACB2 in popluar color models

B9 AC B2
RGB 185 172 178
HSL 332° 8.50% 70.00%
HSB/HSV 332° 7.03% 72.55%
CMYK 0.00% 7.03% 3.78%
27.45%

Color #B9ACB2 in popluar number systems.

HEX B9 AC B2
Decimal 185 172 178
Binary 10111001 10101100 10110010
Octal 271 254 262

Shades and tints

Shades of #B9ACB2

#B9ACB2
(185,172,178)
#A99DA2
(169,157,162)
#998E92
(153,142,146)
#897F82
(137,127,130)
#797072
(121,112,114)
#696162
(105,97,98)
#595252
(89,82,82)
#494342
(73,67,66)
#393432
(57,52,50)
#292522
(41,37,34)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #B9ACB2

#B9ACB2
(185,172,178)
#BFB3B9
(191,179,185)
#C5BAC0
(197,186,192)
#CBC1C7
(203,193,199)
#D1C8CE
(209,200,206)
#D7CFD5
(215,207,213)
#DDD6DC
(221,214,220)
#E3DDE3
(227,221,227)
#E9E4EA
(233,228,234)
#EFEBF1
(239,235,241)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ACB2; }

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

This text font color is #B9ACB2.

Background Color

.myBgColor { background-color: #B9ACB2; }

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

This div background color is #B9ACB2.

Border color

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

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

This div border color is #B9ACB2.

Opacity

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

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

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

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

This text has shadow with #B9ACB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9ACB2.

Preview

Color preview on black background

This text has color #B9ACB2 on black background.


Color preview on white background

This text has color #B9ACB2 on white background.


Black color preview on #B9ACB2 background

This text has black color on #B9ACB2 background.


White color preview on #B9ACB2 background

This text has white color on #B9ACB2 background.


Related colors

Complementary color

Complementary color for #hex is #46534D.


I love getcolorcode.com

Triadic colors

1 #B2B9AC and #ACB2B9 with #B9ACB2 are triadic colors.

2 #B2ACB9 and #ACB9B2 with #B9ACB2 are triadic colors.