COLOR #8E7889

HEX: #8E7889
RGB: (142,120,137)

Color info

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

RGB color model

#8E7889 color RGB value is (142,120,137).

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

RGB channels and saturation

R 142 of 255 = 56%
G 120 of 255 = 47%
B 137 of 255 = 54%

142
120
137

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

Portions of RGB colors in percentages

R + G + B =
142 + 120 + 137 = 399 (100%)
R 142 of 399 ~ 35.59%
G 120 of 399 ~ 30.08%
B 137 of 399 ~ 34.34%

%35.59
%30.08
%34.34

CMYK color model

#8E7889 color CMYK value is (0,15,4,44).

  • cyan value is 0.00%
  • magenta value is 15.49%
  • yellow value is 3.52%
  • key color value is 44.31%
CMYK:
(0,15,4,44)
C0M15Y4K44 
(0%,15%,4%,44%)
(0.00/0.15/0.04/0.44)	

CMYK percentages

%0
%15.49
%3.52
%44.31

Codes

Color #8E7889 in popluar color models

8E7889
RGB142120137
HSL314°8.87%51.37%
HSB/HSV314°15.49%55.69%
CMYK0.00%15.49%3.52%
44.31%

Color #8E7889 in popluar number systems.

HEX8E7889
Decimal142120137
Binary10001110111100010001001
Octal216170211

Shades and tints

Shades of #8E7889

#8E7889
(142,120,137)
#826E7D
(130,110,125)
#766471
(118,100,113)
#6A5A65
(106,90,101)
#5E5059
(94,80,89)
#52464D
(82,70,77)
#463C41
(70,60,65)
#3A3235
(58,50,53)
#2E2829
(46,40,41)
#221E1D
(34,30,29)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #8E7889

#8E7889
(142,120,137)
#988493
(152,132,147)
#A2909D
(162,144,157)
#AC9CA7
(172,156,167)
#B6A8B1
(182,168,177)
#C0B4BB
(192,180,187)
#CAC0C5
(202,192,197)
#D4CCCF
(212,204,207)
#DED8D9
(222,216,217)
#E8E4E3
(232,228,227)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7889; }

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

This text font color is #8E7889.


Background Color

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

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

This div background color is #8E7889.


Border color

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

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

This div border color is #8E7889.


Opacity

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

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

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

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

This text has shadow with #8E7889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7889 on black background.


Color preview on white background

This text has color #8E7889 on white background.



Black color preview on #8E7889 background

This text has black color on #8E7889 background.


White color preview on #8E7889 background

This text has white color on #8E7889 background.