COLOR #B87F9A

HEX: #B87F9A RGB: (184,127,154)

Color info

#B87F9A contains red, green and blue colors in about the same proportion. Web safe color of #B87F9A is #CC6699 (or #C69).

RGB color model

#B87F9A color RGB value is (184,127,154).

RGB: (184,127,154) (72%, 50%, 60%)

RGB channels and saturation

R 184 of 255 = 72%
G 127 of 255 = 50%
B 154 of 255 = 60%

184
127
154

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

Portions of RGB colors in percentages

R + G + B = 184 + 127 + 154 = 465 (100%)
R 184 of 465 ~ 39.57%
G 127 of 465 ~ 27.31%
B 154 of 465 ~ 33.12'%

%39.57
%27.31
%33.12

CMYK color model

#B87F9A color CMYK value is (0,31,16,28).

  • cyan value is 0.00%
  • magenta value is 30.98%
  • yellow value is 16.30%
  • key color value is 27.84%

CMYK: (0,31,16,28)
C0M31Y16K28 (0%, 31%, 16%, 28%)
(0.00 / 0.31 / 0.16 / 0.28)

CMYK percentages

%0
%30.98
%16.3
%27.84

Codes

Color #B87F9A in popluar color models

B8 7F 9A
RGB 184 127 154
HSL 332° 28.64% 60.98%
HSB/HSV 332° 30.98% 72.16%
CMYK 0.00% 30.98% 16.30%
27.84%

Color #B87F9A in popluar number systems.

HEX B8 7F 9A
Decimal 184 127 154
Binary 10111000 1111111 10011010
Octal 270 177 232

Shades and tints

Shades of #B87F9A

#B87F9A
(184,127,154)
#A8748C
(168,116,140)
#98697E
(152,105,126)
#885E70
(136,94,112)
#785362
(120,83,98)
#684854
(104,72,84)
#583D46
(88,61,70)
#483238
(72,50,56)
#38272A
(56,39,42)
#281C1C
(40,28,28)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #B87F9A

#B87F9A
(184,127,154)
#BE8AA3
(190,138,163)
#C495AC
(196,149,172)
#CAA0B5
(202,160,181)
#D0ABBE
(208,171,190)
#D6B6C7
(214,182,199)
#DCC1D0
(220,193,208)
#E2CCD9
(226,204,217)
#E8D7E2
(232,215,226)
#EEE2EB
(238,226,235)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87F9A color. Also use rgb(184,127,154) instead hex code.

Text Font Color

.myTextColor { color: #B87F9A; }

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

This text font color is #B87F9A.

Background Color

.myBgColor { background-color: #B87F9A; }

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

This div background color is #B87F9A.

Border color

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

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

This div border color is #B87F9A.

Opacity

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

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

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

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

This text has shadow with #B87F9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B87F9A.

Preview

Color preview on black background

This text has color #B87F9A on black background.


Color preview on white background

This text has color #B87F9A on white background.


Black color preview on #B87F9A background

This text has black color on #B87F9A background.


White color preview on #B87F9A background

This text has white color on #B87F9A background.


Related colors

Complementary color

Complementary color for #hex is #478065.


I love getcolorcode.com

Triadic colors

1 #9AB87F and #7F9AB8 with #B87F9A are triadic colors.

2 #9A7FB8 and #7FB89A with #B87F9A are triadic colors.