COLOR #B9A1BD

HEX: #B9A1BD
RGB: (185,161,189)

Color info

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

RGB color model

#B9A1BD color RGB value is (185,161,189).

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

RGB channels and saturation

R 185 of 255 = 73%
G 161 of 255 = 63%
B 189 of 255 = 74%

185
161
189

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

Portions of RGB colors in percentages

R + G + B =
185 + 161 + 189 = 535 (100%)
R 185 of 535 ~ 34.58%
G 161 of 535 ~ 30.09%
B 189 of 535 ~ 35.33%

%34.58
%30.09
%35.33

CMYK color model

#B9A1BD color CMYK value is (2,15,0,26).

  • cyan value is 2.12%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(2,15,0,26)
C2M15Y0K26 
(2%,15%,0%,26%)
(0.02/0.15/0.00/0.26)	

CMYK percentages

%2.12
%14.81
%0
%25.88

Codes

Color #B9A1BD in popluar color models

B9A1BD
RGB185161189
HSL291°17.50%68.63%
HSB/HSV291°14.81%74.12%
CMYK2.12%14.81%0.00%
25.88%

Color #B9A1BD in popluar number systems.

HEXB9A1BD
Decimal185161189
Binary101110011010000110111101
Octal271241275

Shades and tints

Shades of #B9A1BD

#B9A1BD
(185,161,189)
#A993AC
(169,147,172)
#99859B
(153,133,155)
#89778A
(137,119,138)
#796979
(121,105,121)
#695B68
(105,91,104)
#594D57
(89,77,87)
#493F46
(73,63,70)
#393135
(57,49,53)
#292324
(41,35,36)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #B9A1BD

#B9A1BD
(185,161,189)
#BFA9C3
(191,169,195)
#C5B1C9
(197,177,201)
#CBB9CF
(203,185,207)
#D1C1D5
(209,193,213)
#D7C9DB
(215,201,219)
#DDD1E1
(221,209,225)
#E3D9E7
(227,217,231)
#E9E1ED
(233,225,237)
#EFE9F3
(239,233,243)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A1BD; }

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

This text font color is #B9A1BD.


Background Color

.myBgColor { background-color: #B9A1BD; }

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

This div background color is #B9A1BD.


Border color

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

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

This div border color is #B9A1BD.


Opacity

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

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

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

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

This text has shadow with #B9A1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A1BD on black background.


Color preview on white background

This text has color #B9A1BD on white background.



Black color preview on #B9A1BD background

This text has black color on #B9A1BD background.


White color preview on #B9A1BD background

This text has white color on #B9A1BD background.