COLOR #8E7F99

HEX: #8E7F99 RGB: (142,127,153)

Color info

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

RGB color model

#8E7F99 color RGB value is (142,127,153).

RGB: (142,127,153) (56%, 50%, 60%)

RGB channels and saturation

R 142 of 255 = 56%
G 127 of 255 = 50%
B 153 of 255 = 60%

142
127
153

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

Portions of RGB colors in percentages

R + G + B = 142 + 127 + 153 = 422 (100%)
R 142 of 422 ~ 33.65%
G 127 of 422 ~ 30.09%
B 153 of 422 ~ 36.26'%

%33.65
%30.09
%36.26

CMYK color model

#8E7F99 color CMYK value is (7,17,0,40).

  • cyan value is 7.19%
  • magenta value is 16.99%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (7,17,0,40)
C7M17Y0K40 (7%, 17%, 0%, 40%)
(0.07 / 0.17 / 0.00 / 0.40)

CMYK percentages

%7.19
%16.99
%0
%40

Codes

Color #8E7F99 in popluar color models

8E 7F 99
RGB 142 127 153
HSL 275° 11.30% 54.90%
HSB/HSV 275° 16.99% 60.00%
CMYK 7.19% 16.99% 0.00%
40.00%

Color #8E7F99 in popluar number systems.

HEX 8E 7F 99
Decimal 142 127 153
Binary 10001110 1111111 10011001
Octal 216 177 231

Shades and tints

Shades of #8E7F99

#8E7F99
(142,127,153)
#82748C
(130,116,140)
#76697F
(118,105,127)
#6A5E72
(106,94,114)
#5E5365
(94,83,101)
#524858
(82,72,88)
#463D4B
(70,61,75)
#3A323E
(58,50,62)
#2E2731
(46,39,49)
#221C24
(34,28,36)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #8E7F99

#8E7F99
(142,127,153)
#988AA2
(152,138,162)
#A295AB
(162,149,171)
#ACA0B4
(172,160,180)
#B6ABBD
(182,171,189)
#C0B6C6
(192,182,198)
#CAC1CF
(202,193,207)
#D4CCD8
(212,204,216)
#DED7E1
(222,215,225)
#E8E2EA
(232,226,234)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7F99; }

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

This text font color is #8E7F99.

Background Color

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

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

This div background color is #8E7F99.

Border color

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

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

This div border color is #8E7F99.

Opacity

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

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

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

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

This text has shadow with #8E7F99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E7F99.

Preview

Color preview on black background

This text has color #8E7F99 on black background.


Color preview on white background

This text has color #8E7F99 on white background.


Black color preview on #8E7F99 background

This text has black color on #8E7F99 background.


White color preview on #8E7F99 background

This text has white color on #8E7F99 background.


Related colors

Complementary color

Complementary color for #hex is #718066.


I love getcolorcode.com

Triadic colors

1 #998E7F and #7F998E with #8E7F99 are triadic colors.

2 #997F8E and #7F8E99 with #8E7F99 are triadic colors.