COLOR #B9A1B5

HEX: #B9A1B5
RGB: (185,161,181)

Color info

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

RGB color model

#B9A1B5 color RGB value is (185,161,181).

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

RGB channels and saturation

R 185 of 255 = 73%
G 161 of 255 = 63%
B 181 of 255 = 71%

185
161
181

R + G + B ~ 69%. #B9A1B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 161 + 181 = 527 (100%)
R 185 of 527 ~ 35.1%
G 161 of 527 ~ 30.55%
B 181 of 527 ~ 34.35%

%35.1
%30.55
%34.35

CMYK color model

#B9A1B5 color CMYK value is (0,13,2,27).

  • cyan value is 0.00%
  • magenta value is 12.97%
  • yellow value is 2.16%
  • key color value is 27.45%
CMYK:
(0,13,2,27)
C0M13Y2K27 
(0%,13%,2%,27%)
(0.00/0.13/0.02/0.27)	

CMYK percentages

%0
%12.97
%2.16
%27.45

Codes

Color #B9A1B5 in popluar color models

B9A1B5
RGB185161181
HSL310°14.63%67.84%
HSB/HSV310°12.97%72.55%
CMYK0.00%12.97%2.16%
27.45%

Color #B9A1B5 in popluar number systems.

HEXB9A1B5
Decimal185161181
Binary101110011010000110110101
Octal271241265

Shades and tints

Shades of #B9A1B5

#B9A1B5
(185,161,181)
#A993A5
(169,147,165)
#998595
(153,133,149)
#897785
(137,119,133)
#796975
(121,105,117)
#695B65
(105,91,101)
#594D55
(89,77,85)
#493F45
(73,63,69)
#393135
(57,49,53)
#292325
(41,35,37)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #B9A1B5

#B9A1B5
(185,161,181)
#BFA9BB
(191,169,187)
#C5B1C1
(197,177,193)
#CBB9C7
(203,185,199)
#D1C1CD
(209,193,205)
#D7C9D3
(215,201,211)
#DDD1D9
(221,209,217)
#E3D9DF
(227,217,223)
#E9E1E5
(233,225,229)
#EFE9EB
(239,233,235)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A1B5; }

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

This text font color is #B9A1B5.


Background Color

.myBgColor { background-color: #B9A1B5; }

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

This div background color is #B9A1B5.


Border color

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

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

This div border color is #B9A1B5.


Opacity

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

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

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

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

This text has shadow with #B9A1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A1B5 on black background.


Color preview on white background

This text has color #B9A1B5 on white background.



Black color preview on #B9A1B5 background

This text has black color on #B9A1B5 background.


White color preview on #B9A1B5 background

This text has white color on #B9A1B5 background.