COLOR #8E7290

HEX: #8E7290
RGB: (142,114,144)

Color info

#8E7290 contains red, green and blue colors in about the same proportion. Web safe color of #8E7290 is #996699 (or #969).

RGB color model

#8E7290 color RGB value is (142,114,144).

  • red value is 142;
  • green value is 114;
  • blue value is 144.
RGB:
(142,114,144)
(56%,45%,56%)

RGB channels and saturation

R 142 of 255 = 56%
G 114 of 255 = 45%
B 144 of 255 = 56%

142
114
144

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

Portions of RGB colors in percentages

R + G + B =
142 + 114 + 144 = 400 (100%)
R 142 of 400 ~ 35.5%
G 114 of 400 ~ 28.5%
B 144 of 400 ~ 36%

%35.5
%28.5
%36

CMYK color model

#8E7290 color CMYK value is (1,21,0,44).

  • cyan value is 1.39%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(1,21,0,44)
C1M21Y0K44 
(1%,21%,0%,44%)
(0.01/0.21/0.00/0.44)	

CMYK percentages

%1.39
%20.83
%0
%43.53

Codes

Color #8E7290 in popluar color models

8E7290
RGB142114144
HSL296°11.90%50.59%
HSB/HSV296°20.83%56.47%
CMYK1.39%20.83%0.00%
43.53%

Color #8E7290 in popluar number systems.

HEX8E7290
Decimal142114144
Binary10001110111001010010000
Octal216162220

Shades and tints

Shades of #8E7290

#8E7290
(142,114,144)
#826883
(130,104,131)
#765E76
(118,94,118)
#6A5469
(106,84,105)
#5E4A5C
(94,74,92)
#52404F
(82,64,79)
#463642
(70,54,66)
#3A2C35
(58,44,53)
#2E2228
(46,34,40)
#22181B
(34,24,27)
#160E0E
(22,14,14)
#000000
(0,0,0)

Tints of #8E7290

#8E7290
(142,114,144)
#987E9A
(152,126,154)
#A28AA4
(162,138,164)
#AC96AE
(172,150,174)
#B6A2B8
(182,162,184)
#C0AEC2
(192,174,194)
#CABACC
(202,186,204)
#D4C6D6
(212,198,214)
#DED2E0
(222,210,224)
#E8DEEA
(232,222,234)
#F2EAF4
(242,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7290 color. Also use rgb(142,114,144) instead hex code.

Text Font Color

.myTextColor { color: #8E7290; }

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

This text font color is #8E7290.


Background Color

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

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

This div background color is #8E7290.


Border color

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

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

This div border color is #8E7290.


Opacity

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

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

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

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

This text has shadow with #8E7290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7290 on black background.


Color preview on white background

This text has color #8E7290 on white background.



Black color preview on #8E7290 background

This text has black color on #8E7290 background.


White color preview on #8E7290 background

This text has white color on #8E7290 background.