COLOR #B9A2D7

HEX: #B9A2D7
RGB: (185,162,215)

Color info

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

RGB color model

#B9A2D7 color RGB value is (185,162,215).

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

RGB channels and saturation

R 185 of 255 = 73%
G 162 of 255 = 64%
B 215 of 255 = 84%

185
162
215

R + G + B ~ 74%. #B9A2D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 162 + 215 = 562 (100%)
R 185 of 562 ~ 32.92%
G 162 of 562 ~ 28.83%
B 215 of 562 ~ 38.26%

%32.92
%28.83
%38.26

CMYK color model

#B9A2D7 color CMYK value is (14,25,0,16).

  • cyan value is 13.95%
  • magenta value is 24.65%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(14,25,0,16)
C14M25Y0K16 
(14%,25%,0%,16%)
(0.14/0.25/0.00/0.16)	

CMYK percentages

%13.95
%24.65
%0
%15.69

Codes

Color #B9A2D7 in popluar color models

B9A2D7
RGB185162215
HSL266°39.85%73.92%
HSB/HSV266°24.65%84.31%
CMYK13.95%24.65%0.00%
15.69%

Color #B9A2D7 in popluar number systems.

HEXB9A2D7
Decimal185162215
Binary101110011010001011010111
Octal271242327

Shades and tints

Shades of #B9A2D7

#B9A2D7
(185,162,215)
#A994C4
(169,148,196)
#9986B1
(153,134,177)
#89789E
(137,120,158)
#796A8B
(121,106,139)
#695C78
(105,92,120)
#594E65
(89,78,101)
#494052
(73,64,82)
#39323F
(57,50,63)
#29242C
(41,36,44)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #B9A2D7

#B9A2D7
(185,162,215)
#BFAADA
(191,170,218)
#C5B2DD
(197,178,221)
#CBBAE0
(203,186,224)
#D1C2E3
(209,194,227)
#D7CAE6
(215,202,230)
#DDD2E9
(221,210,233)
#E3DAEC
(227,218,236)
#E9E2EF
(233,226,239)
#EFEAF2
(239,234,242)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A2D7; }

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

This text font color is #B9A2D7.


Background Color

.myBgColor { background-color: #B9A2D7; }

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

This div background color is #B9A2D7.


Border color

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

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

This div border color is #B9A2D7.


Opacity

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

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

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

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

This text has shadow with #B9A2D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A2D7 on black background.


Color preview on white background

This text has color #B9A2D7 on white background.



Black color preview on #B9A2D7 background

This text has black color on #B9A2D7 background.


White color preview on #B9A2D7 background

This text has white color on #B9A2D7 background.