COLOR #B9A2CF

HEX: #B9A2CF
RGB: (185,162,207)

Color info

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

RGB color model

#B9A2CF color RGB value is (185,162,207).

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

RGB channels and saturation

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

185
162
207

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

Portions of RGB colors in percentages

R + G + B =
185 + 162 + 207 = 554 (100%)
R 185 of 554 ~ 33.39%
G 162 of 554 ~ 29.24%
B 207 of 554 ~ 37.36%

%33.39
%29.24
%37.36

CMYK color model

#B9A2CF color CMYK value is (11,22,0,19).

  • cyan value is 10.63%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(11,22,0,19)
C11M22Y0K19 
(11%,22%,0%,19%)
(0.11/0.22/0.00/0.19)	

CMYK percentages

%10.63
%21.74
%0
%18.82

Codes

Color #B9A2CF in popluar color models

B9A2CF
RGB185162207
HSL271°31.91%72.35%
HSB/HSV271°21.74%81.18%
CMYK10.63%21.74%0.00%
18.82%

Color #B9A2CF in popluar number systems.

HEXB9A2CF
Decimal185162207
Binary101110011010001011001111
Octal271242317

Shades and tints

Shades of #B9A2CF

#B9A2CF
(185,162,207)
#A994BD
(169,148,189)
#9986AB
(153,134,171)
#897899
(137,120,153)
#796A87
(121,106,135)
#695C75
(105,92,117)
#594E63
(89,78,99)
#494051
(73,64,81)
#39323F
(57,50,63)
#29242D
(41,36,45)
#19161B
(25,22,27)
#000000
(0,0,0)

Tints of #B9A2CF

#B9A2CF
(185,162,207)
#BFAAD3
(191,170,211)
#C5B2D7
(197,178,215)
#CBBADB
(203,186,219)
#D1C2DF
(209,194,223)
#D7CAE3
(215,202,227)
#DDD2E7
(221,210,231)
#E3DAEB
(227,218,235)
#E9E2EF
(233,226,239)
#EFEAF3
(239,234,243)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A2CF; }

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

This text font color is #B9A2CF.


Background Color

.myBgColor { background-color: #B9A2CF; }

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

This div background color is #B9A2CF.


Border color

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

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

This div border color is #B9A2CF.


Opacity

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

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

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

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

This text has shadow with #B9A2CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A2CF on black background.


Color preview on white background

This text has color #B9A2CF on white background.



Black color preview on #B9A2CF background

This text has black color on #B9A2CF background.


White color preview on #B9A2CF background

This text has white color on #B9A2CF background.