COLOR #B96AA8

HEX: #B96AA8
RGB: (185,106,168)

Color info

#B96AA8 contains mainly red and blue colors. Web safe color of #B96AA8 is #CC6699 (or #C69).

RGB color model

#B96AA8 color RGB value is (185,106,168).

  • red value is 185;
  • green value is 106;
  • blue value is 168.
RGB:
(185,106,168)
(73%,42%,66%)

RGB channels and saturation

R 185 of 255 = 73%
G 106 of 255 = 42%
B 168 of 255 = 66%

185
106
168

R + G + B ~ 60%. #B96AA8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
185 + 106 + 168 = 459 (100%)
R 185 of 459 ~ 40.31%
G 106 of 459 ~ 23.09%
B 168 of 459 ~ 36.6%

%40.31
%23.09
%36.6

CMYK color model

#B96AA8 color CMYK value is (0,43,9,27).

  • cyan value is 0.00%
  • magenta value is 42.70%
  • yellow value is 9.19%
  • key color value is 27.45%
CMYK:
(0,43,9,27)
C0M43Y9K27 
(0%,43%,9%,27%)
(0.00/0.43/0.09/0.27)	

CMYK percentages

%0
%42.7
%9.19
%27.45

Codes

Color #B96AA8 in popluar color models

B96AA8
RGB185106168
HSL313°36.07%57.06%
HSB/HSV313°42.70%72.55%
CMYK0.00%42.70%9.19%
27.45%

Color #B96AA8 in popluar number systems.

HEXB96AA8
Decimal185106168
Binary10111001110101010101000
Octal271152250

Shades and tints

Shades of #B96AA8

#B96AA8
(185,106,168)
#A96199
(169,97,153)
#99588A
(153,88,138)
#894F7B
(137,79,123)
#79466C
(121,70,108)
#693D5D
(105,61,93)
#59344E
(89,52,78)
#492B3F
(73,43,63)
#392230
(57,34,48)
#291921
(41,25,33)
#191012
(25,16,18)
#000000
(0,0,0)

Tints of #B96AA8

#B96AA8
(185,106,168)
#BF77AF
(191,119,175)
#C584B6
(197,132,182)
#CB91BD
(203,145,189)
#D19EC4
(209,158,196)
#D7ABCB
(215,171,203)
#DDB8D2
(221,184,210)
#E3C5D9
(227,197,217)
#E9D2E0
(233,210,224)
#EFDFE7
(239,223,231)
#F5ECEE
(245,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B96AA8 color. Also use rgb(185,106,168) instead hex code.

Text Font Color

.myTextColor { color: #B96AA8; }

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

This text font color is #B96AA8.


Background Color

.myBgColor { background-color: #B96AA8; }

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

This div background color is #B96AA8.


Border color

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

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

This div border color is #B96AA8.


Opacity

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

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

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

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

This text has shadow with #B96AA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B96AA8 on black background.


Color preview on white background

This text has color #B96AA8 on white background.



Black color preview on #B96AA8 background

This text has black color on #B96AA8 background.


White color preview on #B96AA8 background

This text has white color on #B96AA8 background.