COLOR #B9A3CF

HEX: #B9A3CF
RGB: (185,163,207)

Color info

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

RGB color model

#B9A3CF color RGB value is (185,163,207).

  • red value is 185;
  • green value is 163;
  • blue value is 207.
RGB:
(185,163,207)
(73%,64%,81%)

RGB channels and saturation

R 185 of 255 = 73%
G 163 of 255 = 64%
B 207 of 255 = 81%

185
163
207

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

Portions of RGB colors in percentages

R + G + B =
185 + 163 + 207 = 555 (100%)
R 185 of 555 ~ 33.33%
G 163 of 555 ~ 29.37%
B 207 of 555 ~ 37.3%

%33.33
%29.37
%37.3

CMYK color model

#B9A3CF color CMYK value is (11,21,0,19).

  • cyan value is 10.63%
  • magenta value is 21.26%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(11,21,0,19)
C11M21Y0K19 
(11%,21%,0%,19%)
(0.11/0.21/0.00/0.19)	

CMYK percentages

%10.63
%21.26
%0
%18.82

Codes

Color #B9A3CF in popluar color models

B9A3CF
RGB185163207
HSL270°31.43%72.55%
HSB/HSV270°21.26%81.18%
CMYK10.63%21.26%0.00%
18.82%

Color #B9A3CF in popluar number systems.

HEXB9A3CF
Decimal185163207
Binary101110011010001111001111
Octal271243317

Shades and tints

Shades of #B9A3CF

#B9A3CF
(185,163,207)
#A995BD
(169,149,189)
#9987AB
(153,135,171)
#897999
(137,121,153)
#796B87
(121,107,135)
#695D75
(105,93,117)
#594F63
(89,79,99)
#494151
(73,65,81)
#39333F
(57,51,63)
#29252D
(41,37,45)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #B9A3CF

#B9A3CF
(185,163,207)
#BFABD3
(191,171,211)
#C5B3D7
(197,179,215)
#CBBBDB
(203,187,219)
#D1C3DF
(209,195,223)
#D7CBE3
(215,203,227)
#DDD3E7
(221,211,231)
#E3DBEB
(227,219,235)
#E9E3EF
(233,227,239)
#EFEBF3
(239,235,243)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A3CF color. Also use rgb(185,163,207) instead hex code.

Text Font Color

.myTextColor { color: #B9A3CF; }

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

This text font color is #B9A3CF.


Background Color

.myBgColor { background-color: #B9A3CF; }

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

This div background color is #B9A3CF.


Border color

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

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

This div border color is #B9A3CF.


Opacity

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

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

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

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

This text has shadow with #B9A3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A3CF on black background.


Color preview on white background

This text has color #B9A3CF on white background.



Black color preview on #B9A3CF background

This text has black color on #B9A3CF background.


White color preview on #B9A3CF background

This text has white color on #B9A3CF background.