COLOR #B9A0B1

HEX: #B9A0B1
RGB: (185,160,177)

Color info

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

RGB color model

#B9A0B1 color RGB value is (185,160,177).

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

RGB channels and saturation

R 185 of 255 = 73%
G 160 of 255 = 63%
B 177 of 255 = 69%

185
160
177

R + G + B ~ 68%. #B9A0B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 160 + 177 = 522 (100%)
R 185 of 522 ~ 35.44%
G 160 of 522 ~ 30.65%
B 177 of 522 ~ 33.91%

%35.44
%30.65
%33.91

CMYK color model

#B9A0B1 color CMYK value is (0,14,4,27).

  • cyan value is 0.00%
  • magenta value is 13.51%
  • yellow value is 4.32%
  • key color value is 27.45%
CMYK:
(0,14,4,27)
C0M14Y4K27 
(0%,14%,4%,27%)
(0.00/0.14/0.04/0.27)	

CMYK percentages

%0
%13.51
%4.32
%27.45

Codes

Color #B9A0B1 in popluar color models

B9A0B1
RGB185160177
HSL319°15.15%67.65%
HSB/HSV319°13.51%72.55%
CMYK0.00%13.51%4.32%
27.45%

Color #B9A0B1 in popluar number systems.

HEXB9A0B1
Decimal185160177
Binary101110011010000010110001
Octal271240261

Shades and tints

Shades of #B9A0B1

#B9A0B1
(185,160,177)
#A992A1
(169,146,161)
#998491
(153,132,145)
#897681
(137,118,129)
#796871
(121,104,113)
#695A61
(105,90,97)
#594C51
(89,76,81)
#493E41
(73,62,65)
#393031
(57,48,49)
#292221
(41,34,33)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #B9A0B1

#B9A0B1
(185,160,177)
#BFA8B8
(191,168,184)
#C5B0BF
(197,176,191)
#CBB8C6
(203,184,198)
#D1C0CD
(209,192,205)
#D7C8D4
(215,200,212)
#DDD0DB
(221,208,219)
#E3D8E2
(227,216,226)
#E9E0E9
(233,224,233)
#EFE8F0
(239,232,240)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A0B1; }

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

This text font color is #B9A0B1.


Background Color

.myBgColor { background-color: #B9A0B1; }

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

This div background color is #B9A0B1.


Border color

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

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

This div border color is #B9A0B1.


Opacity

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

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

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

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

This text has shadow with #B9A0B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A0B1 on black background.


Color preview on white background

This text has color #B9A0B1 on white background.



Black color preview on #B9A0B1 background

This text has black color on #B9A0B1 background.


White color preview on #B9A0B1 background

This text has white color on #B9A0B1 background.