COLOR #B87B9D

HEX: #B87B9D
RGB: (184,123,157)

Color info

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

RGB color model

#B87B9D color RGB value is (184,123,157).

  • red value is 184;
  • green value is 123;
  • blue value is 157.
RGB:
(184,123,157)
(72%,48%,62%)

RGB channels and saturation

R 184 of 255 = 72%
G 123 of 255 = 48%
B 157 of 255 = 62%

184
123
157

R + G + B ~ 61%. #B87B9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 123 + 157 = 464 (100%)
R 184 of 464 ~ 39.66%
G 123 of 464 ~ 26.51%
B 157 of 464 ~ 33.84%

%39.66
%26.51
%33.84

CMYK color model

#B87B9D color CMYK value is (0,33,15,28).

  • cyan value is 0.00%
  • magenta value is 33.15%
  • yellow value is 14.67%
  • key color value is 27.84%
CMYK:
(0,33,15,28)
C0M33Y15K28 
(0%,33%,15%,28%)
(0.00/0.33/0.15/0.28)	

CMYK percentages

%0
%33.15
%14.67
%27.84

Codes

Color #B87B9D in popluar color models

B87B9D
RGB184123157
HSL327°30.05%60.20%
HSB/HSV327°33.15%72.16%
CMYK0.00%33.15%14.67%
27.84%

Color #B87B9D in popluar number systems.

HEXB87B9D
Decimal184123157
Binary10111000111101110011101
Octal270173235

Shades and tints

Shades of #B87B9D

#B87B9D
(184,123,157)
#A8708F
(168,112,143)
#986581
(152,101,129)
#885A73
(136,90,115)
#784F65
(120,79,101)
#684457
(104,68,87)
#583949
(88,57,73)
#482E3B
(72,46,59)
#38232D
(56,35,45)
#28181F
(40,24,31)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #B87B9D

#B87B9D
(184,123,157)
#BE87A5
(190,135,165)
#C493AD
(196,147,173)
#CA9FB5
(202,159,181)
#D0ABBD
(208,171,189)
#D6B7C5
(214,183,197)
#DCC3CD
(220,195,205)
#E2CFD5
(226,207,213)
#E8DBDD
(232,219,221)
#EEE7E5
(238,231,229)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87B9D color. Also use rgb(184,123,157) instead hex code.

Text Font Color

.myTextColor { color: #B87B9D; }

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

This text font color is #B87B9D.


Background Color

.myBgColor { background-color: #B87B9D; }

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

This div background color is #B87B9D.


Border color

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

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

This div border color is #B87B9D.


Opacity

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

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

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

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

This text has shadow with #B87B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B87B9D on black background.


Color preview on white background

This text has color #B87B9D on white background.



Black color preview on #B87B9D background

This text has black color on #B87B9D background.


White color preview on #B87B9D background

This text has white color on #B87B9D background.