COLOR #8E7F90

HEX: #8E7F90 RGB: (142,127,144)

Color info

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

RGB color model

#8E7F90 color RGB value is (142,127,144).

RGB: (142,127,144) (56%, 50%, 56%)

RGB channels and saturation

R 142 of 255 = 56%
G 127 of 255 = 50%
B 144 of 255 = 56%

142
127
144

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

Portions of RGB colors in percentages

R + G + B = 142 + 127 + 144 = 413 (100%)
R 142 of 413 ~ 34.38%
G 127 of 413 ~ 30.75%
B 144 of 413 ~ 34.87'%

%34.38
%30.75
%34.87

CMYK color model

#8E7F90 color CMYK value is (1,12,0,44).

  • cyan value is 1.39%
  • magenta value is 11.81%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK: (1,12,0,44) C1M12Y0K44 (1%,12%,0%,44%) (0.01/0.12/0.00/0.44) 

CMYK percentages

%1.39
%11.81
%0
%43.53

Codes

Color #8E7F90 in popluar color models

8E 7F 90
RGB 142 127 144
HSL 293° 7.11% 53.14%
HSB/HSV 293° 11.81% 56.47%
CMYK 1.39% 11.81% 0.00%
43.53%

Color #8E7F90 in popluar number systems.

HEX 8E 7F 90
Decimal 142 127 144
Binary 10001110 1111111 10010000
Octal 216 177 220

Shades and tints

Shades of #8E7F90

#8E7F90
(142,127,144)
#827483
(130,116,131)
#766976
(118,105,118)
#6A5E69
(106,94,105)
#5E535C
(94,83,92)
#52484F
(82,72,79)
#463D42
(70,61,66)
#3A3235
(58,50,53)
#2E2728
(46,39,40)
#221C1B
(34,28,27)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #8E7F90

#8E7F90
(142,127,144)
#988A9A
(152,138,154)
#A295A4
(162,149,164)
#ACA0AE
(172,160,174)
#B6ABB8
(182,171,184)
#C0B6C2
(192,182,194)
#CAC1CC
(202,193,204)
#D4CCD6
(212,204,214)
#DED7E0
(222,215,224)
#E8E2EA
(232,226,234)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7F90; }

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

This text font color is #8E7F90.

Background Color

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

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

This div background color is #8E7F90.

Border color

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

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

This div border color is #8E7F90.

Opacity

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

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

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

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

This text has shadow with #8E7F90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E7F90.

Preview

Color preview on black background

This text has color #8E7F90 on black background.


Color preview on white background

This text has color #8E7F90 on white background.


Black color preview on #8E7F90 background

This text has black color on #8E7F90 background.


White color preview on #8E7F90 background

This text has white color on #8E7F90 background.


Related colors

Complementary color

Complementary color for #hex is #71806F.


I love getcolorcode.com

Triadic colors

1 #908E7F and #7F908E with #8E7F90 are triadic colors.

2 #907F8E and #7F8E90 with #8E7F90 are triadic colors.