COLOR #B9A0C9

HEX: #B9A0C9
RGB: (185,160,201)

Color info

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

RGB color model

#B9A0C9 color RGB value is (185,160,201).

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

RGB channels and saturation

R 185 of 255 = 73%
G 160 of 255 = 63%
B 201 of 255 = 79%

185
160
201

R + G + B ~ 72%. #B9A0C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 160 + 201 = 546 (100%)
R 185 of 546 ~ 33.88%
G 160 of 546 ~ 29.3%
B 201 of 546 ~ 36.81%

%33.88
%29.3
%36.81

CMYK color model

#B9A0C9 color CMYK value is (8,20,0,21).

  • cyan value is 7.96%
  • magenta value is 20.40%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(8,20,0,21)
C8M20Y0K21 
(8%,20%,0%,21%)
(0.08/0.20/0.00/0.21)	

CMYK percentages

%7.96
%20.4
%0
%21.18

Codes

Color #B9A0C9 in popluar color models

B9A0C9
RGB185160201
HSL277°27.52%70.78%
HSB/HSV277°20.40%78.82%
CMYK7.96%20.40%0.00%
21.18%

Color #B9A0C9 in popluar number systems.

HEXB9A0C9
Decimal185160201
Binary101110011010000011001001
Octal271240311

Shades and tints

Shades of #B9A0C9

#B9A0C9
(185,160,201)
#A992B7
(169,146,183)
#9984A5
(153,132,165)
#897693
(137,118,147)
#796881
(121,104,129)
#695A6F
(105,90,111)
#594C5D
(89,76,93)
#493E4B
(73,62,75)
#393039
(57,48,57)
#292227
(41,34,39)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #B9A0C9

#B9A0C9
(185,160,201)
#BFA8CD
(191,168,205)
#C5B0D1
(197,176,209)
#CBB8D5
(203,184,213)
#D1C0D9
(209,192,217)
#D7C8DD
(215,200,221)
#DDD0E1
(221,208,225)
#E3D8E5
(227,216,229)
#E9E0E9
(233,224,233)
#EFE8ED
(239,232,237)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A0C9; }

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

This text font color is #B9A0C9.


Background Color

.myBgColor { background-color: #B9A0C9; }

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

This div background color is #B9A0C9.


Border color

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

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

This div border color is #B9A0C9.


Opacity

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

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

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

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

This text has shadow with #B9A0C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A0C9 on black background.


Color preview on white background

This text has color #B9A0C9 on white background.



Black color preview on #B9A0C9 background

This text has black color on #B9A0C9 background.


White color preview on #B9A0C9 background

This text has white color on #B9A0C9 background.