COLOR #B96F8C

HEX: #B96F8C
RGB: (185,111,140)

Color info

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

RGB color model

#B96F8C color RGB value is (185,111,140).

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

RGB channels and saturation

R 185 of 255 = 73%
G 111 of 255 = 44%
B 140 of 255 = 55%

185
111
140

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

Portions of RGB colors in percentages

R + G + B =
185 + 111 + 140 = 436 (100%)
R 185 of 436 ~ 42.43%
G 111 of 436 ~ 25.46%
B 140 of 436 ~ 32.11%

%42.43
%25.46
%32.11

CMYK color model

#B96F8C color CMYK value is (0,40,24,27).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 24.32%
  • key color value is 27.45%
CMYK:
(0,40,24,27)
C0M40Y24K27 
(0%,40%,24%,27%)
(0.00/0.40/0.24/0.27)	

CMYK percentages

%0
%40
%24.32
%27.45

Codes

Color #B96F8C in popluar color models

B96F8C
RGB185111140
HSL336°34.58%58.04%
HSB/HSV336°40.00%72.55%
CMYK0.00%40.00%24.32%
27.45%

Color #B96F8C in popluar number systems.

HEXB96F8C
Decimal185111140
Binary10111001110111110001100
Octal271157214

Shades and tints

Shades of #B96F8C

#B96F8C
(185,111,140)
#A96580
(169,101,128)
#995B74
(153,91,116)
#895168
(137,81,104)
#79475C
(121,71,92)
#693D50
(105,61,80)
#593344
(89,51,68)
#492938
(73,41,56)
#391F2C
(57,31,44)
#291520
(41,21,32)
#190B14
(25,11,20)
#000000
(0,0,0)

Tints of #B96F8C

#B96F8C
(185,111,140)
#BF7C96
(191,124,150)
#C589A0
(197,137,160)
#CB96AA
(203,150,170)
#D1A3B4
(209,163,180)
#D7B0BE
(215,176,190)
#DDBDC8
(221,189,200)
#E3CAD2
(227,202,210)
#E9D7DC
(233,215,220)
#EFE4E6
(239,228,230)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B96F8C; }

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

This text font color is #B96F8C.


Background Color

.myBgColor { background-color: #B96F8C; }

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

This div background color is #B96F8C.


Border color

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

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

This div border color is #B96F8C.


Opacity

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

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

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

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

This text has shadow with #B96F8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B96F8C on black background.


Color preview on white background

This text has color #B96F8C on white background.



Black color preview on #B96F8C background

This text has black color on #B96F8C background.


White color preview on #B96F8C background

This text has white color on #B96F8C background.