COLOR #8E7FBB

HEX: #8E7FBB
RGB: (142,127,187)

Color info

#8E7FBB contains mainly red and blue colors. Web safe color of #8E7FBB is #9966CC (or #96C).

RGB color model

#8E7FBB color RGB value is (142,127,187).

  • red value is 142;
  • green value is 127;
  • blue value is 187.
RGB:
(142,127,187)
(56%,50%,73%)

RGB channels and saturation

R 142 of 255 = 56%
G 127 of 255 = 50%
B 187 of 255 = 73%

142
127
187

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

Portions of RGB colors in percentages

R + G + B =
142 + 127 + 187 = 456 (100%)
R 142 of 456 ~ 31.14%
G 127 of 456 ~ 27.85%
B 187 of 456 ~ 41.01%

%31.14
%27.85
%41.01

CMYK color model

#8E7FBB color CMYK value is (24,32,0,27).

  • cyan value is 24.06%
  • magenta value is 32.09%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(24,32,0,27)
C24M32Y0K27 
(24%,32%,0%,27%)
(0.24/0.32/0.00/0.27)	

CMYK percentages

%24.06
%32.09
%0
%26.67

Codes

Color #8E7FBB in popluar color models

8E7FBB
RGB142127187
HSL255°30.61%61.57%
HSB/HSV255°32.09%73.33%
CMYK24.06%32.09%0.00%
26.67%

Color #8E7FBB in popluar number systems.

HEX8E7FBB
Decimal142127187
Binary10001110111111110111011
Octal216177273

Shades and tints

Shades of #8E7FBB

#8E7FBB
(142,127,187)
#8274AA
(130,116,170)
#766999
(118,105,153)
#6A5E88
(106,94,136)
#5E5377
(94,83,119)
#524866
(82,72,102)
#463D55
(70,61,85)
#3A3244
(58,50,68)
#2E2733
(46,39,51)
#221C22
(34,28,34)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #8E7FBB

#8E7FBB
(142,127,187)
#988AC1
(152,138,193)
#A295C7
(162,149,199)
#ACA0CD
(172,160,205)
#B6ABD3
(182,171,211)
#C0B6D9
(192,182,217)
#CAC1DF
(202,193,223)
#D4CCE5
(212,204,229)
#DED7EB
(222,215,235)
#E8E2F1
(232,226,241)
#F2EDF7
(242,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7FBB color. Also use rgb(142,127,187) instead hex code.

Text Font Color

.myTextColor { color: #8E7FBB; }

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

This text font color is #8E7FBB.


Background Color

.myBgColor { background-color: #8E7FBB; }

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

This div background color is #8E7FBB.


Border color

.myBorderColor { border: 1px solid #8E7FBB; }

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

This div border color is #8E7FBB.


Opacity

.myOpacity80 { color: #8E7FBB; opacity: 0.8; }

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

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

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

This text has shadow with #8E7FBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7FBB on black background.


Color preview on white background

This text has color #8E7FBB on white background.



Black color preview on #8E7FBB background

This text has black color on #8E7FBB background.


White color preview on #8E7FBB background

This text has white color on #8E7FBB background.