COLOR #B9A3CE

HEX: #B9A3CE
RGB: (185,163,206)

Color info

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

RGB color model

#B9A3CE color RGB value is (185,163,206).

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

RGB channels and saturation

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

185
163
206

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

Portions of RGB colors in percentages

R + G + B =
185 + 163 + 206 = 554 (100%)
R 185 of 554 ~ 33.39%
G 163 of 554 ~ 29.42%
B 206 of 554 ~ 37.18%

%33.39
%29.42
%37.18

CMYK color model

#B9A3CE color CMYK value is (10,21,0,19).

  • cyan value is 10.19%
  • magenta value is 20.87%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(10,21,0,19)
C10M21Y0K19 
(10%,21%,0%,19%)
(0.10/0.21/0.00/0.19)	

CMYK percentages

%10.19
%20.87
%0
%19.22

Codes

Color #B9A3CE in popluar color models

B9A3CE
RGB185163206
HSL271°30.50%72.35%
HSB/HSV271°20.87%80.78%
CMYK10.19%20.87%0.00%
19.22%

Color #B9A3CE in popluar number systems.

HEXB9A3CE
Decimal185163206
Binary101110011010001111001110
Octal271243316

Shades and tints

Shades of #B9A3CE

#B9A3CE
(185,163,206)
#A995BC
(169,149,188)
#9987AA
(153,135,170)
#897998
(137,121,152)
#796B86
(121,107,134)
#695D74
(105,93,116)
#594F62
(89,79,98)
#494150
(73,65,80)
#39333E
(57,51,62)
#29252C
(41,37,44)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #B9A3CE

#B9A3CE
(185,163,206)
#BFABD2
(191,171,210)
#C5B3D6
(197,179,214)
#CBBBDA
(203,187,218)
#D1C3DE
(209,195,222)
#D7CBE2
(215,203,226)
#DDD3E6
(221,211,230)
#E3DBEA
(227,219,234)
#E9E3EE
(233,227,238)
#EFEBF2
(239,235,242)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A3CE; }

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

This text font color is #B9A3CE.


Background Color

.myBgColor { background-color: #B9A3CE; }

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

This div background color is #B9A3CE.


Border color

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

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

This div border color is #B9A3CE.


Opacity

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

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

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

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

This text has shadow with #B9A3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A3CE on black background.


Color preview on white background

This text has color #B9A3CE on white background.



Black color preview on #B9A3CE background

This text has black color on #B9A3CE background.


White color preview on #B9A3CE background

This text has white color on #B9A3CE background.