COLOR #B9ACB1

HEX: #B9ACB1
RGB: (185,172,177)

Color info

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

RGB color model

#B9ACB1 color RGB value is (185,172,177).

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

RGB channels and saturation

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

185
172
177

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

Portions of RGB colors in percentages

R + G + B =
185 + 172 + 177 = 534 (100%)
R 185 of 534 ~ 34.64%
G 172 of 534 ~ 32.21%
B 177 of 534 ~ 33.15%

%34.64
%32.21
%33.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.03%
  • yellow value is 4.32%
  • 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
%4.32
%27.45

Codes

Color #B9ACB1 in popluar color models

B9ACB1
RGB185172177
HSL337°8.50%70.00%
HSB/HSV337°7.03%72.55%
CMYK0.00%7.03%4.32%
27.45%

Color #B9ACB1 in popluar number systems.

HEXB9ACB1
Decimal185172177
Binary101110011010110010110001
Octal271254261

Shades and tints

Shades of #B9ACB1

#B9ACB1
(185,172,177)
#A99DA1
(169,157,161)
#998E91
(153,142,145)
#897F81
(137,127,129)
#797071
(121,112,113)
#696161
(105,97,97)
#595251
(89,82,81)
#494341
(73,67,65)
#393431
(57,52,49)
#292521
(41,37,33)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #B9ACB1

#B9ACB1
(185,172,177)
#BFB3B8
(191,179,184)
#C5BABF
(197,186,191)
#CBC1C6
(203,193,198)
#D1C8CD
(209,200,205)
#D7CFD4
(215,207,212)
#DDD6DB
(221,214,219)
#E3DDE2
(227,221,226)
#E9E4E9
(233,228,233)
#EFEBF0
(239,235,240)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ACB1; }

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

This text font color is #B9ACB1.


Background Color

.myBgColor { background-color: #B9ACB1; }

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

This div background color is #B9ACB1.


Border color

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

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

This div border color is #B9ACB1.


Opacity

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

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

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

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

This text has shadow with #B9ACB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9ACB1 on black background.


Color preview on white background

This text has color #B9ACB1 on white background.



Black color preview on #B9ACB1 background

This text has black color on #B9ACB1 background.


White color preview on #B9ACB1 background

This text has white color on #B9ACB1 background.