COLOR #B96B9E

HEX: #B96B9E
RGB: (185,107,158)

Color info

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

RGB color model

#B96B9E color RGB value is (185,107,158).

  • red value is 185;
  • green value is 107;
  • blue value is 158.
RGB:
(185,107,158)
(73%,42%,62%)

RGB channels and saturation

R 185 of 255 = 73%
G 107 of 255 = 42%
B 158 of 255 = 62%

185
107
158

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

Portions of RGB colors in percentages

R + G + B =
185 + 107 + 158 = 450 (100%)
R 185 of 450 ~ 41.11%
G 107 of 450 ~ 23.78%
B 158 of 450 ~ 35.11%

%41.11
%23.78
%35.11

CMYK color model

#B96B9E color CMYK value is (0,42,15,27).

  • cyan value is 0.00%
  • magenta value is 42.16%
  • yellow value is 14.59%
  • key color value is 27.45%
CMYK:
(0,42,15,27)
C0M42Y15K27 
(0%,42%,15%,27%)
(0.00/0.42/0.15/0.27)	

CMYK percentages

%0
%42.16
%14.59
%27.45

Codes

Color #B96B9E in popluar color models

B96B9E
RGB185107158
HSL321°35.78%57.25%
HSB/HSV321°42.16%72.55%
CMYK0.00%42.16%14.59%
27.45%

Color #B96B9E in popluar number systems.

HEXB96B9E
Decimal185107158
Binary10111001110101110011110
Octal271153236

Shades and tints

Shades of #B96B9E

#B96B9E
(185,107,158)
#A96290
(169,98,144)
#995982
(153,89,130)
#895074
(137,80,116)
#794766
(121,71,102)
#693E58
(105,62,88)
#59354A
(89,53,74)
#492C3C
(73,44,60)
#39232E
(57,35,46)
#291A20
(41,26,32)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #B96B9E

#B96B9E
(185,107,158)
#BF78A6
(191,120,166)
#C585AE
(197,133,174)
#CB92B6
(203,146,182)
#D19FBE
(209,159,190)
#D7ACC6
(215,172,198)
#DDB9CE
(221,185,206)
#E3C6D6
(227,198,214)
#E9D3DE
(233,211,222)
#EFE0E6
(239,224,230)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B96B9E color. Also use rgb(185,107,158) instead hex code.

Text Font Color

.myTextColor { color: #B96B9E; }

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

This text font color is #B96B9E.


Background Color

.myBgColor { background-color: #B96B9E; }

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

This div background color is #B96B9E.


Border color

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

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

This div border color is #B96B9E.


Opacity

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

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

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

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

This text has shadow with #B96B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B96B9E on black background.


Color preview on white background

This text has color #B96B9E on white background.



Black color preview on #B96B9E background

This text has black color on #B96B9E background.


White color preview on #B96B9E background

This text has white color on #B96B9E background.