COLOR #B9A9C9

HEX: #B9A9C9
RGB: (185,169,201)

Color info

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

RGB color model

#B9A9C9 color RGB value is (185,169,201).

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

RGB channels and saturation

R 185 of 255 = 73%
G 169 of 255 = 66%
B 201 of 255 = 79%

185
169
201

R + G + B ~ 73%. #B9A9C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 169 + 201 = 555 (100%)
R 185 of 555 ~ 33.33%
G 169 of 555 ~ 30.45%
B 201 of 555 ~ 36.22%

%33.33
%30.45
%36.22

CMYK color model

#B9A9C9 color CMYK value is (8,16,0,21).

  • cyan value is 7.96%
  • magenta value is 15.92%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(8,16,0,21)
C8M16Y0K21 
(8%,16%,0%,21%)
(0.08/0.16/0.00/0.21)	

CMYK percentages

%7.96
%15.92
%0
%21.18

Codes

Color #B9A9C9 in popluar color models

B9A9C9
RGB185169201
HSL270°22.86%72.55%
HSB/HSV270°15.92%78.82%
CMYK7.96%15.92%0.00%
21.18%

Color #B9A9C9 in popluar number systems.

HEXB9A9C9
Decimal185169201
Binary101110011010100111001001
Octal271251311

Shades and tints

Shades of #B9A9C9

#B9A9C9
(185,169,201)
#A99AB7
(169,154,183)
#998BA5
(153,139,165)
#897C93
(137,124,147)
#796D81
(121,109,129)
#695E6F
(105,94,111)
#594F5D
(89,79,93)
#49404B
(73,64,75)
#393139
(57,49,57)
#292227
(41,34,39)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #B9A9C9

#B9A9C9
(185,169,201)
#BFB0CD
(191,176,205)
#C5B7D1
(197,183,209)
#CBBED5
(203,190,213)
#D1C5D9
(209,197,217)
#D7CCDD
(215,204,221)
#DDD3E1
(221,211,225)
#E3DAE5
(227,218,229)
#E9E1E9
(233,225,233)
#EFE8ED
(239,232,237)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A9C9; }

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

This text font color is #B9A9C9.


Background Color

.myBgColor { background-color: #B9A9C9; }

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

This div background color is #B9A9C9.


Border color

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

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

This div border color is #B9A9C9.


Opacity

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

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

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

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

This text has shadow with #B9A9C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A9C9 on black background.


Color preview on white background

This text has color #B9A9C9 on white background.



Black color preview on #B9A9C9 background

This text has black color on #B9A9C9 background.


White color preview on #B9A9C9 background

This text has white color on #B9A9C9 background.