COLOR #B87E9D

HEX: #B87E9D RGB: (184,126,157)

Color info

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

RGB color model

#B87E9D color RGB value is (184,126,157).

RGB: (184,126,157) (72%, 49%, 62%)

RGB channels and saturation

R 184 of 255 = 72%
G 126 of 255 = 49%
B 157 of 255 = 62%

184
126
157

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

Portions of RGB colors in percentages

R + G + B = 184 + 126 + 157 = 467 (100%)
R 184 of 467 ~ 39.4%
G 126 of 467 ~ 26.98%
B 157 of 467 ~ 33.62'%

%39.4
%26.98
%33.62

CMYK color model

#B87E9D color CMYK value is (0,32,15,28).

  • cyan value is 0.00%
  • magenta value is 31.52%
  • yellow value is 14.67%
  • key color value is 27.84%

CMYK: (0,32,15,28)
C0M32Y15K28 (0%, 32%, 15%, 28%)
(0.00 / 0.32 / 0.15 / 0.28)

CMYK percentages

%0
%31.52
%14.67
%27.84

Codes

Color #B87E9D in popluar color models

B8 7E 9D
RGB 184 126 157
HSL 328° 29.00% 60.78%
HSB/HSV 328° 31.52% 72.16%
CMYK 0.00% 31.52% 14.67%
27.84%

Color #B87E9D in popluar number systems.

HEX B8 7E 9D
Decimal 184 126 157
Binary 10111000 1111110 10011101
Octal 270 176 235

Shades and tints

Shades of #B87E9D

#B87E9D
(184,126,157)
#A8738F
(168,115,143)
#986881
(152,104,129)
#885D73
(136,93,115)
#785265
(120,82,101)
#684757
(104,71,87)
#583C49
(88,60,73)
#48313B
(72,49,59)
#38262D
(56,38,45)
#281B1F
(40,27,31)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #B87E9D

#B87E9D
(184,126,157)
#BE89A5
(190,137,165)
#C494AD
(196,148,173)
#CA9FB5
(202,159,181)
#D0AABD
(208,170,189)
#D6B5C5
(214,181,197)
#DCC0CD
(220,192,205)
#E2CBD5
(226,203,213)
#E8D6DD
(232,214,221)
#EEE1E5
(238,225,229)
#F4ECED
(244,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B87E9D; }

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

This text font color is #B87E9D.

Background Color

.myBgColor { background-color: #B87E9D; }

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

This div background color is #B87E9D.

Border color

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

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

This div border color is #B87E9D.

Opacity

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

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

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

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

This text has shadow with #B87E9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B87E9D.

Preview

Color preview on black background

This text has color #B87E9D on black background.


Color preview on white background

This text has color #B87E9D on white background.


Black color preview on #B87E9D background

This text has black color on #B87E9D background.


White color preview on #B87E9D background

This text has white color on #B87E9D background.


Related colors

Complementary color

Complementary color for #hex is #478162.


I love getcolorcode.com

Triadic colors

1 #9DB87E and #7E9DB8 with #B87E9D are triadic colors.

2 #9D7EB8 and #7EB89D with #B87E9D are triadic colors.