COLOR #B9A1BB

HEX: #B9A1BB
RGB: (185,161,187)

Color info

#B9A1BB contains red, green and blue colors in about the same proportion. Web safe color of #B9A1BB is #CC99CC (or #C9C).

RGB color model

#B9A1BB color RGB value is (185,161,187).

  • red value is 185;
  • green value is 161;
  • blue value is 187.
RGB:
(185,161,187)
(73%,63%,73%)

RGB channels and saturation

R 185 of 255 = 73%
G 161 of 255 = 63%
B 187 of 255 = 73%

185
161
187

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

Portions of RGB colors in percentages

R + G + B =
185 + 161 + 187 = 533 (100%)
R 185 of 533 ~ 34.71%
G 161 of 533 ~ 30.21%
B 187 of 533 ~ 35.08%

%34.71
%30.21
%35.08

CMYK color model

#B9A1BB color CMYK value is (1,14,0,27).

  • cyan value is 1.07%
  • magenta value is 13.90%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(1,14,0,27)
C1M14Y0K27 
(1%,14%,0%,27%)
(0.01/0.14/0.00/0.27)	

CMYK percentages

%1.07
%13.9
%0
%26.67

Codes

Color #B9A1BB in popluar color models

B9A1BB
RGB185161187
HSL295°16.05%68.24%
HSB/HSV295°13.90%73.33%
CMYK1.07%13.90%0.00%
26.67%

Color #B9A1BB in popluar number systems.

HEXB9A1BB
Decimal185161187
Binary101110011010000110111011
Octal271241273

Shades and tints

Shades of #B9A1BB

#B9A1BB
(185,161,187)
#A993AA
(169,147,170)
#998599
(153,133,153)
#897788
(137,119,136)
#796977
(121,105,119)
#695B66
(105,91,102)
#594D55
(89,77,85)
#493F44
(73,63,68)
#393133
(57,49,51)
#292322
(41,35,34)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #B9A1BB

#B9A1BB
(185,161,187)
#BFA9C1
(191,169,193)
#C5B1C7
(197,177,199)
#CBB9CD
(203,185,205)
#D1C1D3
(209,193,211)
#D7C9D9
(215,201,217)
#DDD1DF
(221,209,223)
#E3D9E5
(227,217,229)
#E9E1EB
(233,225,235)
#EFE9F1
(239,233,241)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A1BB color. Also use rgb(185,161,187) instead hex code.

Text Font Color

.myTextColor { color: #B9A1BB; }

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

This text font color is #B9A1BB.


Background Color

.myBgColor { background-color: #B9A1BB; }

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

This div background color is #B9A1BB.


Border color

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

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

This div border color is #B9A1BB.


Opacity

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

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

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

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

This text has shadow with #B9A1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A1BB on black background.


Color preview on white background

This text has color #B9A1BB on white background.



Black color preview on #B9A1BB background

This text has black color on #B9A1BB background.


White color preview on #B9A1BB background

This text has white color on #B9A1BB background.