COLOR #B96D8C

HEX: #B96D8C
RGB: (185,109,140)

Color info

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

RGB color model

#B96D8C color RGB value is (185,109,140).

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

RGB channels and saturation

R 185 of 255 = 73%
G 109 of 255 = 43%
B 140 of 255 = 55%

185
109
140

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

Portions of RGB colors in percentages

R + G + B =
185 + 109 + 140 = 434 (100%)
R 185 of 434 ~ 42.63%
G 109 of 434 ~ 25.12%
B 140 of 434 ~ 32.26%

%42.63
%25.12
%32.26

CMYK color model

#B96D8C color CMYK value is (0,41,24,27).

  • cyan value is 0.00%
  • magenta value is 41.08%
  • yellow value is 24.32%
  • key color value is 27.45%
CMYK:
(0,41,24,27)
C0M41Y24K27 
(0%,41%,24%,27%)
(0.00/0.41/0.24/0.27)	

CMYK percentages

%0
%41.08
%24.32
%27.45

Codes

Color #B96D8C in popluar color models

B96D8C
RGB185109140
HSL336°35.19%57.65%
HSB/HSV336°41.08%72.55%
CMYK0.00%41.08%24.32%
27.45%

Color #B96D8C in popluar number systems.

HEXB96D8C
Decimal185109140
Binary10111001110110110001100
Octal271155214

Shades and tints

Shades of #B96D8C

#B96D8C
(185,109,140)
#A96480
(169,100,128)
#995B74
(153,91,116)
#895268
(137,82,104)
#79495C
(121,73,92)
#694050
(105,64,80)
#593744
(89,55,68)
#492E38
(73,46,56)
#39252C
(57,37,44)
#291C20
(41,28,32)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #B96D8C

#B96D8C
(185,109,140)
#BF7A96
(191,122,150)
#C587A0
(197,135,160)
#CB94AA
(203,148,170)
#D1A1B4
(209,161,180)
#D7AEBE
(215,174,190)
#DDBBC8
(221,187,200)
#E3C8D2
(227,200,210)
#E9D5DC
(233,213,220)
#EFE2E6
(239,226,230)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B96D8C; }

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

This text font color is #B96D8C.


Background Color

.myBgColor { background-color: #B96D8C; }

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

This div background color is #B96D8C.


Border color

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

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

This div border color is #B96D8C.


Opacity

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

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

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

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

This text has shadow with #B96D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B96D8C on black background.


Color preview on white background

This text has color #B96D8C on white background.



Black color preview on #B96D8C background

This text has black color on #B96D8C background.


White color preview on #B96D8C background

This text has white color on #B96D8C background.