COLOR #B9A9CE

HEX: #B9A9CE
RGB: (185,169,206)

Color info

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

RGB color model

#B9A9CE color RGB value is (185,169,206).

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

RGB channels and saturation

R 185 of 255 = 73%
G 169 of 255 = 66%
B 206 of 255 = 81%

185
169
206

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

Portions of RGB colors in percentages

R + G + B =
185 + 169 + 206 = 560 (100%)
R 185 of 560 ~ 33.04%
G 169 of 560 ~ 30.18%
B 206 of 560 ~ 36.79%

%33.04
%30.18
%36.79

CMYK color model

#B9A9CE color CMYK value is (10,18,0,19).

  • cyan value is 10.19%
  • magenta value is 17.96%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(10,18,0,19)
C10M18Y0K19 
(10%,18%,0%,19%)
(0.10/0.18/0.00/0.19)	

CMYK percentages

%10.19
%17.96
%0
%19.22

Codes

Color #B9A9CE in popluar color models

B9A9CE
RGB185169206
HSL266°27.41%73.53%
HSB/HSV266°17.96%80.78%
CMYK10.19%17.96%0.00%
19.22%

Color #B9A9CE in popluar number systems.

HEXB9A9CE
Decimal185169206
Binary101110011010100111001110
Octal271251316

Shades and tints

Shades of #B9A9CE

#B9A9CE
(185,169,206)
#A99ABC
(169,154,188)
#998BAA
(153,139,170)
#897C98
(137,124,152)
#796D86
(121,109,134)
#695E74
(105,94,116)
#594F62
(89,79,98)
#494050
(73,64,80)
#39313E
(57,49,62)
#29222C
(41,34,44)
#19131A
(25,19,26)
#000000
(0,0,0)

Tints of #B9A9CE

#B9A9CE
(185,169,206)
#BFB0D2
(191,176,210)
#C5B7D6
(197,183,214)
#CBBEDA
(203,190,218)
#D1C5DE
(209,197,222)
#D7CCE2
(215,204,226)
#DDD3E6
(221,211,230)
#E3DAEA
(227,218,234)
#E9E1EE
(233,225,238)
#EFE8F2
(239,232,242)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A9CE; }

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

This text font color is #B9A9CE.


Background Color

.myBgColor { background-color: #B9A9CE; }

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

This div background color is #B9A9CE.


Border color

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

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

This div border color is #B9A9CE.


Opacity

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

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

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

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

This text has shadow with #B9A9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A9CE on black background.


Color preview on white background

This text has color #B9A9CE on white background.



Black color preview on #B9A9CE background

This text has black color on #B9A9CE background.


White color preview on #B9A9CE background

This text has white color on #B9A9CE background.