COLOR #B96B9D

HEX: #B96B9D RGB: (185,107,157)

Color info

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

RGB color model

#B96B9D color RGB value is (185,107,157).

RGB: (185,107,157) (73%, 42%, 62%)

RGB channels and saturation

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

185
107
157

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

Portions of RGB colors in percentages

R + G + B = 185 + 107 + 157 = 449 (100%)
R 185 of 449 ~ 41.2%
G 107 of 449 ~ 23.83%
B 157 of 449 ~ 34.97'%

%41.2
%23.83
%34.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.16%
  • yellow value is 15.14%
  • 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
%15.14
%27.45

Codes

Color #B96B9D in popluar color models

B9 6B 9D
RGB 185 107 157
HSL 322° 35.78% 57.25%
HSB/HSV 322° 42.16% 72.55%
CMYK 0.00% 42.16% 15.14%
27.45%

Color #B96B9D in popluar number systems.

HEX B9 6B 9D
Decimal 185 107 157
Binary 10111001 1101011 10011101
Octal 271 153 235

Shades and tints

Shades of #B96B9D

#B96B9D
(185,107,157)
#A9628F
(169,98,143)
#995981
(153,89,129)
#895073
(137,80,115)
#794765
(121,71,101)
#693E57
(105,62,87)
#593549
(89,53,73)
#492C3B
(73,44,59)
#39232D
(57,35,45)
#291A1F
(41,26,31)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #B96B9D

#B96B9D
(185,107,157)
#BF78A5
(191,120,165)
#C585AD
(197,133,173)
#CB92B5
(203,146,181)
#D19FBD
(209,159,189)
#D7ACC5
(215,172,197)
#DDB9CD
(221,185,205)
#E3C6D5
(227,198,213)
#E9D3DD
(233,211,221)
#EFE0E5
(239,224,229)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B96B9D; }

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

This text font color is #B96B9D.

Background Color

.myBgColor { background-color: #B96B9D; }

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

This div background color is #B96B9D.

Border color

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

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

This div border color is #B96B9D.

Opacity

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

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

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

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

This text has shadow with #B96B9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B96B9D.

Preview

Color preview on black background

This text has color #B96B9D on black background.


Color preview on white background

This text has color #B96B9D on white background.


Black color preview on #B96B9D background

This text has black color on #B96B9D background.


White color preview on #B96B9D background

This text has white color on #B96B9D background.


Related colors

Complementary color

Complementary color for #hex is #469462.


I love getcolorcode.com

Triadic colors

1 #9DB96B and #6B9DB9 with #B96B9D are triadic colors.

2 #9D6BB9 and #6BB99D with #B96B9D are triadic colors.