COLOR #8E7899

HEX: #8E7899
RGB: (142,120,153)

Color info

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

RGB color model

#8E7899 color RGB value is (142,120,153).

  • red value is 142;
  • green value is 120;
  • blue value is 153.
RGB:
(142,120,153)
(56%,47%,60%)

RGB channels and saturation

R 142 of 255 = 56%
G 120 of 255 = 47%
B 153 of 255 = 60%

142
120
153

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

Portions of RGB colors in percentages

R + G + B =
142 + 120 + 153 = 415 (100%)
R 142 of 415 ~ 34.22%
G 120 of 415 ~ 28.92%
B 153 of 415 ~ 36.87%

%34.22
%28.92
%36.87

CMYK color model

#8E7899 color CMYK value is (7,22,0,40).

  • cyan value is 7.19%
  • magenta value is 21.57%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(7,22,0,40)
C7M22Y0K40 
(7%,22%,0%,40%)
(0.07/0.22/0.00/0.40)	

CMYK percentages

%7.19
%21.57
%0
%40

Codes

Color #8E7899 in popluar color models

8E7899
RGB142120153
HSL280°13.92%53.53%
HSB/HSV280°21.57%60.00%
CMYK7.19%21.57%0.00%
40.00%

Color #8E7899 in popluar number systems.

HEX8E7899
Decimal142120153
Binary10001110111100010011001
Octal216170231

Shades and tints

Shades of #8E7899

#8E7899
(142,120,153)
#826E8C
(130,110,140)
#76647F
(118,100,127)
#6A5A72
(106,90,114)
#5E5065
(94,80,101)
#524658
(82,70,88)
#463C4B
(70,60,75)
#3A323E
(58,50,62)
#2E2831
(46,40,49)
#221E24
(34,30,36)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #8E7899

#8E7899
(142,120,153)
#9884A2
(152,132,162)
#A290AB
(162,144,171)
#AC9CB4
(172,156,180)
#B6A8BD
(182,168,189)
#C0B4C6
(192,180,198)
#CAC0CF
(202,192,207)
#D4CCD8
(212,204,216)
#DED8E1
(222,216,225)
#E8E4EA
(232,228,234)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7899 color. Also use rgb(142,120,153) instead hex code.

Text Font Color

.myTextColor { color: #8E7899; }

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

This text font color is #8E7899.


Background Color

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

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

This div background color is #8E7899.


Border color

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

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

This div border color is #8E7899.


Opacity

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

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

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

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

This text has shadow with #8E7899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7899 on black background.


Color preview on white background

This text has color #8E7899 on white background.



Black color preview on #8E7899 background

This text has black color on #8E7899 background.


White color preview on #8E7899 background

This text has white color on #8E7899 background.