COLOR #B9A9C6

HEX: #B9A9C6
RGB: (185,169,198)

Color info

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

RGB color model

#B9A9C6 color RGB value is (185,169,198).

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

RGB channels and saturation

R 185 of 255 = 73%
G 169 of 255 = 66%
B 198 of 255 = 78%

185
169
198

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

Portions of RGB colors in percentages

R + G + B =
185 + 169 + 198 = 552 (100%)
R 185 of 552 ~ 33.51%
G 169 of 552 ~ 30.62%
B 198 of 552 ~ 35.87%

%33.51
%30.62
%35.87

CMYK color model

#B9A9C6 color CMYK value is (7,15,0,22).

  • cyan value is 6.57%
  • magenta value is 14.65%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(7,15,0,22)
C7M15Y0K22 
(7%,15%,0%,22%)
(0.07/0.15/0.00/0.22)	

CMYK percentages

%6.57
%14.65
%0
%22.35

Codes

Color #B9A9C6 in popluar color models

B9A9C6
RGB185169198
HSL273°20.28%71.96%
HSB/HSV273°14.65%77.65%
CMYK6.57%14.65%0.00%
22.35%

Color #B9A9C6 in popluar number systems.

HEXB9A9C6
Decimal185169198
Binary101110011010100111000110
Octal271251306

Shades and tints

Shades of #B9A9C6

#B9A9C6
(185,169,198)
#A99AB4
(169,154,180)
#998BA2
(153,139,162)
#897C90
(137,124,144)
#796D7E
(121,109,126)
#695E6C
(105,94,108)
#594F5A
(89,79,90)
#494048
(73,64,72)
#393136
(57,49,54)
#292224
(41,34,36)
#191312
(25,19,18)
#000000
(0,0,0)

Tints of #B9A9C6

#B9A9C6
(185,169,198)
#BFB0CB
(191,176,203)
#C5B7D0
(197,183,208)
#CBBED5
(203,190,213)
#D1C5DA
(209,197,218)
#D7CCDF
(215,204,223)
#DDD3E4
(221,211,228)
#E3DAE9
(227,218,233)
#E9E1EE
(233,225,238)
#EFE8F3
(239,232,243)
#F5EFF8
(245,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A9C6; }

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

This text font color is #B9A9C6.


Background Color

.myBgColor { background-color: #B9A9C6; }

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

This div background color is #B9A9C6.


Border color

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

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

This div border color is #B9A9C6.


Opacity

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

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

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

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

This text has shadow with #B9A9C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A9C6 on black background.


Color preview on white background

This text has color #B9A9C6 on white background.



Black color preview on #B9A9C6 background

This text has black color on #B9A9C6 background.


White color preview on #B9A9C6 background

This text has white color on #B9A9C6 background.