COLOR #B87A96

HEX: #B87A96
RGB: (184,122,150)

Color info

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

RGB color model

#B87A96 color RGB value is (184,122,150).

  • red value is 184;
  • green value is 122;
  • blue value is 150.
RGB:
(184,122,150)
(72%,48%,59%)

RGB channels and saturation

R 184 of 255 = 72%
G 122 of 255 = 48%
B 150 of 255 = 59%

184
122
150

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

Portions of RGB colors in percentages

R + G + B =
184 + 122 + 150 = 456 (100%)
R 184 of 456 ~ 40.35%
G 122 of 456 ~ 26.75%
B 150 of 456 ~ 32.89%

%40.35
%26.75
%32.89

CMYK color model

#B87A96 color CMYK value is (0,34,18,28).

  • cyan value is 0.00%
  • magenta value is 33.70%
  • yellow value is 18.48%
  • key color value is 27.84%
CMYK:
(0,34,18,28)
C0M34Y18K28 
(0%,34%,18%,28%)
(0.00/0.34/0.18/0.28)	

CMYK percentages

%0
%33.7
%18.48
%27.84

Codes

Color #B87A96 in popluar color models

B87A96
RGB184122150
HSL333°30.39%60.00%
HSB/HSV333°33.70%72.16%
CMYK0.00%33.70%18.48%
27.84%

Color #B87A96 in popluar number systems.

HEXB87A96
Decimal184122150
Binary10111000111101010010110
Octal270172226

Shades and tints

Shades of #B87A96

#B87A96
(184,122,150)
#A86F89
(168,111,137)
#98647C
(152,100,124)
#88596F
(136,89,111)
#784E62
(120,78,98)
#684355
(104,67,85)
#583848
(88,56,72)
#482D3B
(72,45,59)
#38222E
(56,34,46)
#281721
(40,23,33)
#180C14
(24,12,20)
#000000
(0,0,0)

Tints of #B87A96

#B87A96
(184,122,150)
#BE869F
(190,134,159)
#C492A8
(196,146,168)
#CA9EB1
(202,158,177)
#D0AABA
(208,170,186)
#D6B6C3
(214,182,195)
#DCC2CC
(220,194,204)
#E2CED5
(226,206,213)
#E8DADE
(232,218,222)
#EEE6E7
(238,230,231)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87A96 color. Also use rgb(184,122,150) instead hex code.

Text Font Color

.myTextColor { color: #B87A96; }

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

This text font color is #B87A96.


Background Color

.myBgColor { background-color: #B87A96; }

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

This div background color is #B87A96.


Border color

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

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

This div border color is #B87A96.


Opacity

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

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

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

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

This text has shadow with #B87A96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B87A96 on black background.


Color preview on white background

This text has color #B87A96 on white background.



Black color preview on #B87A96 background

This text has black color on #B87A96 background.


White color preview on #B87A96 background

This text has white color on #B87A96 background.