COLOR #B87C9A

HEX: #B87C9A
RGB: (184,124,154)

Color info

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

RGB color model

#B87C9A color RGB value is (184,124,154).

  • red value is 184;
  • green value is 124;
  • blue value is 154.
RGB:
(184,124,154)
(72%,49%,60%)

RGB channels and saturation

R 184 of 255 = 72%
G 124 of 255 = 49%
B 154 of 255 = 60%

184
124
154

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

Portions of RGB colors in percentages

R + G + B =
184 + 124 + 154 = 462 (100%)
R 184 of 462 ~ 39.83%
G 124 of 462 ~ 26.84%
B 154 of 462 ~ 33.33%

%39.83
%26.84
%33.33

CMYK color model

#B87C9A color CMYK value is (0,33,16,28).

  • cyan value is 0.00%
  • magenta value is 32.61%
  • yellow value is 16.30%
  • key color value is 27.84%
CMYK:
(0,33,16,28)
C0M33Y16K28 
(0%,33%,16%,28%)
(0.00/0.33/0.16/0.28)	

CMYK percentages

%0
%32.61
%16.3
%27.84

Codes

Color #B87C9A in popluar color models

B87C9A
RGB184124154
HSL330°29.70%60.39%
HSB/HSV330°32.61%72.16%
CMYK0.00%32.61%16.30%
27.84%

Color #B87C9A in popluar number systems.

HEXB87C9A
Decimal184124154
Binary10111000111110010011010
Octal270174232

Shades and tints

Shades of #B87C9A

#B87C9A
(184,124,154)
#A8718C
(168,113,140)
#98667E
(152,102,126)
#885B70
(136,91,112)
#785062
(120,80,98)
#684554
(104,69,84)
#583A46
(88,58,70)
#482F38
(72,47,56)
#38242A
(56,36,42)
#28191C
(40,25,28)
#180E0E
(24,14,14)
#000000
(0,0,0)

Tints of #B87C9A

#B87C9A
(184,124,154)
#BE87A3
(190,135,163)
#C492AC
(196,146,172)
#CA9DB5
(202,157,181)
#D0A8BE
(208,168,190)
#D6B3C7
(214,179,199)
#DCBED0
(220,190,208)
#E2C9D9
(226,201,217)
#E8D4E2
(232,212,226)
#EEDFEB
(238,223,235)
#F4EAF4
(244,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B87C9A; }

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

This text font color is #B87C9A.


Background Color

.myBgColor { background-color: #B87C9A; }

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

This div background color is #B87C9A.


Border color

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

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

This div border color is #B87C9A.


Opacity

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

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

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

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

This text has shadow with #B87C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B87C9A on black background.


Color preview on white background

This text has color #B87C9A on white background.



Black color preview on #B87C9A background

This text has black color on #B87C9A background.


White color preview on #B87C9A background

This text has white color on #B87C9A background.