COLOR #B96FB7

HEX: #B96FB7
RGB: (185,111,183)

Color info

#B96FB7 contains mainly red and blue colors. Web safe color of #B96FB7 is #CC66CC (or #C6C).

RGB color model

#B96FB7 color RGB value is (185,111,183).

  • red value is 185;
  • green value is 111;
  • blue value is 183.
RGB:
(185,111,183)
(73%,44%,72%)

RGB channels and saturation

R 185 of 255 = 73%
G 111 of 255 = 44%
B 183 of 255 = 72%

185
111
183

R + G + B ~ 63%. #B96FB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 111 + 183 = 479 (100%)
R 185 of 479 ~ 38.62%
G 111 of 479 ~ 23.17%
B 183 of 479 ~ 38.2%

%38.62
%23.17
%38.2

CMYK color model

#B96FB7 color CMYK value is (0,40,1,27).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 1.08%
  • key color value is 27.45%
CMYK:
(0,40,1,27)
C0M40Y1K27 
(0%,40%,1%,27%)
(0.00/0.40/0.01/0.27)	

CMYK percentages

%0
%40
%1.08
%27.45

Codes

Color #B96FB7 in popluar color models

B96FB7
RGB185111183
HSL302°34.58%58.04%
HSB/HSV302°40.00%72.55%
CMYK0.00%40.00%1.08%
27.45%

Color #B96FB7 in popluar number systems.

HEXB96FB7
Decimal185111183
Binary10111001110111110110111
Octal271157267

Shades and tints

Shades of #B96FB7

#B96FB7
(185,111,183)
#A965A7
(169,101,167)
#995B97
(153,91,151)
#895187
(137,81,135)
#794777
(121,71,119)
#693D67
(105,61,103)
#593357
(89,51,87)
#492947
(73,41,71)
#391F37
(57,31,55)
#291527
(41,21,39)
#190B17
(25,11,23)
#000000
(0,0,0)

Tints of #B96FB7

#B96FB7
(185,111,183)
#BF7CBD
(191,124,189)
#C589C3
(197,137,195)
#CB96C9
(203,150,201)
#D1A3CF
(209,163,207)
#D7B0D5
(215,176,213)
#DDBDDB
(221,189,219)
#E3CAE1
(227,202,225)
#E9D7E7
(233,215,231)
#EFE4ED
(239,228,237)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B96FB7 color. Also use rgb(185,111,183) instead hex code.

Text Font Color

.myTextColor { color: #B96FB7; }

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

This text font color is #B96FB7.


Background Color

.myBgColor { background-color: #B96FB7; }

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

This div background color is #B96FB7.


Border color

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

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

This div border color is #B96FB7.


Opacity

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

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

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

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

This text has shadow with #B96FB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B96FB7 on black background.


Color preview on white background

This text has color #B96FB7 on white background.



Black color preview on #B96FB7 background

This text has black color on #B96FB7 background.


White color preview on #B96FB7 background

This text has white color on #B96FB7 background.