COLOR #B96E9C

HEX: #B96E9C RGB: (185,110,156)

Color info

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

RGB color model

#B96E9C color RGB value is (185,110,156).

RGB: (185,110,156) (73%, 43%, 61%)

RGB channels and saturation

R 185 of 255 = 73%
G 110 of 255 = 43%
B 156 of 255 = 61%

185
110
156

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

Portions of RGB colors in percentages

R + G + B = 185 + 110 + 156 = 451 (100%)
R 185 of 451 ~ 41.02%
G 110 of 451 ~ 24.39%
B 156 of 451 ~ 34.59'%

%41.02
%24.39
%34.59

CMYK color model

#B96E9C color CMYK value is (0,41,16,27).

  • cyan value is 0.00%
  • magenta value is 40.54%
  • yellow value is 15.68%
  • key color value is 27.45%

CMYK: (0,41,16,27)
C0M41Y16K27 (0%, 41%, 16%, 27%)
(0.00 / 0.41 / 0.16 / 0.27)

CMYK percentages

%0
%40.54
%15.68
%27.45

Codes

Color #B96E9C in popluar color models

B9 6E 9C
RGB 185 110 156
HSL 323° 34.88% 57.84%
HSB/HSV 323° 40.54% 72.55%
CMYK 0.00% 40.54% 15.68%
27.45%

Color #B96E9C in popluar number systems.

HEX B9 6E 9C
Decimal 185 110 156
Binary 10111001 1101110 10011100
Octal 271 156 234

Shades and tints

Shades of #B96E9C

#B96E9C
(185,110,156)
#A9648E
(169,100,142)
#995A80
(153,90,128)
#895072
(137,80,114)
#794664
(121,70,100)
#693C56
(105,60,86)
#593248
(89,50,72)
#49283A
(73,40,58)
#391E2C
(57,30,44)
#29141E
(41,20,30)
#190A10
(25,10,16)
#000000
(0,0,0)

Tints of #B96E9C

#B96E9C
(185,110,156)
#BF7BA5
(191,123,165)
#C588AE
(197,136,174)
#CB95B7
(203,149,183)
#D1A2C0
(209,162,192)
#D7AFC9
(215,175,201)
#DDBCD2
(221,188,210)
#E3C9DB
(227,201,219)
#E9D6E4
(233,214,228)
#EFE3ED
(239,227,237)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B96E9C color. Also use rgb(185,110,156) instead hex code.

Text Font Color

.myTextColor { color: #B96E9C; }

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

This text font color is #B96E9C.

Background Color

.myBgColor { background-color: #B96E9C; }

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

This div background color is #B96E9C.

Border color

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

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

This div border color is #B96E9C.

Opacity

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

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

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

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

This text has shadow with #B96E9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B96E9C.

Preview

Color preview on black background

This text has color #B96E9C on black background.


Color preview on white background

This text has color #B96E9C on white background.


Black color preview on #B96E9C background

This text has black color on #B96E9C background.


White color preview on #B96E9C background

This text has white color on #B96E9C background.


Related colors

Complementary color

Complementary color for #hex is #469163.


I love getcolorcode.com

Triadic colors

1 #9CB96E and #6E9CB9 with #B96E9C are triadic colors.

2 #9C6EB9 and #6EB99C with #B96E9C are triadic colors.