COLOR #B87C86

HEX: #B87C86
RGB: (184,124,134)

Color info

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

RGB color model

#B87C86 color RGB value is (184,124,134).

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

RGB channels and saturation

R 184 of 255 = 72%
G 124 of 255 = 49%
B 134 of 255 = 53%

184
124
134

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

Portions of RGB colors in percentages

R + G + B =
184 + 124 + 134 = 442 (100%)
R 184 of 442 ~ 41.63%
G 124 of 442 ~ 28.05%
B 134 of 442 ~ 30.32%

%41.63
%28.05
%30.32

CMYK color model

#B87C86 color CMYK value is (0,33,27,28).

  • cyan value is 0.00%
  • magenta value is 32.61%
  • yellow value is 27.17%
  • key color value is 27.84%
CMYK:
(0,33,27,28)
C0M33Y27K28 
(0%,33%,27%,28%)
(0.00/0.33/0.27/0.28)	

CMYK percentages

%0
%32.61
%27.17
%27.84

Codes

Color #B87C86 in popluar color models

B87C86
RGB184124134
HSL350°29.70%60.39%
HSB/HSV350°32.61%72.16%
CMYK0.00%32.61%27.17%
27.84%

Color #B87C86 in popluar number systems.

HEXB87C86
Decimal184124134
Binary10111000111110010000110
Octal270174206

Shades and tints

Shades of #B87C86

#B87C86
(184,124,134)
#A8717A
(168,113,122)
#98666E
(152,102,110)
#885B62
(136,91,98)
#785056
(120,80,86)
#68454A
(104,69,74)
#583A3E
(88,58,62)
#482F32
(72,47,50)
#382426
(56,36,38)
#28191A
(40,25,26)
#180E0E
(24,14,14)
#000000
(0,0,0)

Tints of #B87C86

#B87C86
(184,124,134)
#BE8791
(190,135,145)
#C4929C
(196,146,156)
#CA9DA7
(202,157,167)
#D0A8B2
(208,168,178)
#D6B3BD
(214,179,189)
#DCBEC8
(220,190,200)
#E2C9D3
(226,201,211)
#E8D4DE
(232,212,222)
#EEDFE9
(238,223,233)
#F4EAF4
(244,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B87C86; }

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

This text font color is #B87C86.


Background Color

.myBgColor { background-color: #B87C86; }

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

This div background color is #B87C86.


Border color

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

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

This div border color is #B87C86.


Opacity

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

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

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

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

This text has shadow with #B87C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B87C86 on black background.


Color preview on white background

This text has color #B87C86 on white background.



Black color preview on #B87C86 background

This text has black color on #B87C86 background.


White color preview on #B87C86 background

This text has white color on #B87C86 background.