COLOR #B87D8A

HEX: #B87D8A RGB: (184,125,138)

Color info

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

RGB color model

#B87D8A color RGB value is (184,125,138).

RGB: (184,125,138) (72%, 49%, 54%)

RGB channels and saturation

R 184 of 255 = 72%
G 125 of 255 = 49%
B 138 of 255 = 54%

184
125
138

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

Portions of RGB colors in percentages

R + G + B = 184 + 125 + 138 = 447 (100%)
R 184 of 447 ~ 41.16%
G 125 of 447 ~ 27.96%
B 138 of 447 ~ 30.87'%

%41.16
%27.96
%30.87

CMYK color model

#B87D8A color CMYK value is (0,32,25,28).

  • cyan value is 0.00%
  • magenta value is 32.07%
  • yellow value is 25.00%
  • key color value is 27.84%
CMYK: (0,32,25,28) C0M32Y25K28 (0%,32%,25%,28%) (0.00/0.32/0.25/0.28) 

CMYK percentages

%0
%32.07
%25
%27.84

Codes

Color #B87D8A in popluar color models

B8 7D 8A
RGB 184 125 138
HSL 347° 29.35% 60.59%
HSB/HSV 347° 32.07% 72.16%
CMYK 0.00% 32.07% 25.00%
27.84%

Color #B87D8A in popluar number systems.

HEX B8 7D 8A
Decimal 184 125 138
Binary 10111000 1111101 10001010
Octal 270 175 212

Shades and tints

Shades of #B87D8A

#B87D8A
(184,125,138)
#A8727E
(168,114,126)
#986772
(152,103,114)
#885C66
(136,92,102)
#78515A
(120,81,90)
#68464E
(104,70,78)
#583B42
(88,59,66)
#483036
(72,48,54)
#38252A
(56,37,42)
#281A1E
(40,26,30)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #B87D8A

#B87D8A
(184,125,138)
#BE8894
(190,136,148)
#C4939E
(196,147,158)
#CA9EA8
(202,158,168)
#D0A9B2
(208,169,178)
#D6B4BC
(214,180,188)
#DCBFC6
(220,191,198)
#E2CAD0
(226,202,208)
#E8D5DA
(232,213,218)
#EEE0E4
(238,224,228)
#F4EBEE
(244,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87D8A color. Also use rgb(184,125,138) instead hex code.

Text Font Color

.myTextColor { color: #B87D8A; }

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

This text font color is #B87D8A.

Background Color

.myBgColor { background-color: #B87D8A; }

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

This div background color is #B87D8A.

Border color

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

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

This div border color is #B87D8A.

Opacity

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

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

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

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

This text has shadow with #B87D8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B87D8A.

Preview

Color preview on black background

This text has color #B87D8A on black background.


Color preview on white background

This text has color #B87D8A on white background.


Black color preview on #B87D8A background

This text has black color on #B87D8A background.


White color preview on #B87D8A background

This text has white color on #B87D8A background.


Related colors

Complementary color

Complementary color for #hex is #478275.


I love getcolorcode.com

Triadic colors

1 #8AB87D and #7D8AB8 with #B87D8A are triadic colors.

2 #8A7DB8 and #7DB88A with #B87D8A are triadic colors.