COLOR #B96F99

HEX: #B96F99
RGB: (185,111,153)

Color info

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

RGB color model

#B96F99 color RGB value is (185,111,153).

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

RGB channels and saturation

R 185 of 255 = 73%
G 111 of 255 = 44%
B 153 of 255 = 60%

185
111
153

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

Portions of RGB colors in percentages

R + G + B =
185 + 111 + 153 = 449 (100%)
R 185 of 449 ~ 41.2%
G 111 of 449 ~ 24.72%
B 153 of 449 ~ 34.08%

%41.2
%24.72
%34.08

CMYK color model

#B96F99 color CMYK value is (0,40,17,27).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 17.30%
  • key color value is 27.45%
CMYK:
(0,40,17,27)
C0M40Y17K27 
(0%,40%,17%,27%)
(0.00/0.40/0.17/0.27)	

CMYK percentages

%0
%40
%17.3
%27.45

Codes

Color #B96F99 in popluar color models

B96F99
RGB185111153
HSL326°34.58%58.04%
HSB/HSV326°40.00%72.55%
CMYK0.00%40.00%17.30%
27.45%

Color #B96F99 in popluar number systems.

HEXB96F99
Decimal185111153
Binary10111001110111110011001
Octal271157231

Shades and tints

Shades of #B96F99

#B96F99
(185,111,153)
#A9658C
(169,101,140)
#995B7F
(153,91,127)
#895172
(137,81,114)
#794765
(121,71,101)
#693D58
(105,61,88)
#59334B
(89,51,75)
#49293E
(73,41,62)
#391F31
(57,31,49)
#291524
(41,21,36)
#190B17
(25,11,23)
#000000
(0,0,0)

Tints of #B96F99

#B96F99
(185,111,153)
#BF7CA2
(191,124,162)
#C589AB
(197,137,171)
#CB96B4
(203,150,180)
#D1A3BD
(209,163,189)
#D7B0C6
(215,176,198)
#DDBDCF
(221,189,207)
#E3CAD8
(227,202,216)
#E9D7E1
(233,215,225)
#EFE4EA
(239,228,234)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B96F99; }

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

This text font color is #B96F99.


Background Color

.myBgColor { background-color: #B96F99; }

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

This div background color is #B96F99.


Border color

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

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

This div border color is #B96F99.


Opacity

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

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

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

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

This text has shadow with #B96F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B96F99 on black background.


Color preview on white background

This text has color #B96F99 on white background.



Black color preview on #B96F99 background

This text has black color on #B96F99 background.


White color preview on #B96F99 background

This text has white color on #B96F99 background.