COLOR #B87ECE

HEX: #B87ECE RGB: (184,126,206)

Color info

#B87ECE contains mainly red and blue colors. Web safe color of #B87ECE is #CC66CC (or #C6C).

RGB color model

#B87ECE color RGB value is (184,126,206).

RGB: (184,126,206) (72%, 49%, 81%)

RGB channels and saturation

R 184 of 255 = 72%
G 126 of 255 = 49%
B 206 of 255 = 81%

184
126
206

R + G + B ~ 67%. #B87ECE is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 126 + 206 = 516 (100%)
R 184 of 516 ~ 35.66%
G 126 of 516 ~ 24.42%
B 206 of 516 ~ 39.92'%

%35.66
%24.42
%39.92

CMYK color model

#B87ECE color CMYK value is (11,39,0,19).

  • cyan value is 10.68%
  • magenta value is 38.83%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (11,39,0,19)
C11M39Y0K19 (11%, 39%, 0%, 19%)
(0.11 / 0.39 / 0.00 / 0.19)

CMYK percentages

%10.68
%38.83
%0
%19.22

Codes

Color #B87ECE in popluar color models

B8 7E CE
RGB 184 126 206
HSL 284° 44.94% 65.10%
HSB/HSV 284° 38.83% 80.78%
CMYK 10.68% 38.83% 0.00%
19.22%

Color #B87ECE in popluar number systems.

HEX B8 7E CE
Decimal 184 126 206
Binary 10111000 1111110 11001110
Octal 270 176 316

Shades and tints

Shades of #B87ECE

#B87ECE
(184,126,206)
#A873BC
(168,115,188)
#9868AA
(152,104,170)
#885D98
(136,93,152)
#785286
(120,82,134)
#684774
(104,71,116)
#583C62
(88,60,98)
#483150
(72,49,80)
#38263E
(56,38,62)
#281B2C
(40,27,44)
#18101A
(24,16,26)
#000000
(0,0,0)

Tints of #B87ECE

#B87ECE
(184,126,206)
#BE89D2
(190,137,210)
#C494D6
(196,148,214)
#CA9FDA
(202,159,218)
#D0AADE
(208,170,222)
#D6B5E2
(214,181,226)
#DCC0E6
(220,192,230)
#E2CBEA
(226,203,234)
#E8D6EE
(232,214,238)
#EEE1F2
(238,225,242)
#F4ECF6
(244,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B87ECE; }

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

This text font color is #B87ECE.

Background Color

.myBgColor { background-color: #B87ECE; }

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

This div background color is #B87ECE.

Border color

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

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

This div border color is #B87ECE.

Opacity

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

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

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

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

This text has shadow with #B87ECE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B87ECE.

Preview

Color preview on black background

This text has color #B87ECE on black background.


Color preview on white background

This text has color #B87ECE on white background.


Black color preview on #B87ECE background

This text has black color on #B87ECE background.


White color preview on #B87ECE background

This text has white color on #B87ECE background.


Related colors

Complementary color

Complementary color for #hex is #478131.


I love getcolorcode.com

Triadic colors

1 #CEB87E and #7ECEB8 with #B87ECE are triadic colors.

2 #CE7EB8 and #7EB8CE with #B87ECE are triadic colors.