COLOR #8E907F

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

Color info

#8E907F contains red, green and blue colors in about the same proportion. Web safe color of #8E907F is #999966 (or #996).

RGB color model

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

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

RGB channels and saturation

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

142
144
127

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

Portions of RGB colors in percentages

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

%34.38
%34.87
%30.75

CMYK color model

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

  • cyan value is 1.39%
  • magenta value is 0.00%
  • yellow value is 11.81%
  • key color value is 43.53%

CMYK: (1,0,12,44)
C1M0Y12K44 (1%, 0%, 12%, 44%)
(0.01 / 0.00 / 0.12 / 0.44)

CMYK percentages

%1.39
%0
%11.81
%43.53

Codes

Color #8E907F in popluar color models

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

Color #8E907F in popluar number systems.

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

Shades and tints

Shades of #8E907F

#8E907F
(142,144,127)
#828374
(130,131,116)
#767669
(118,118,105)
#6A695E
(106,105,94)
#5E5C53
(94,92,83)
#524F48
(82,79,72)
#46423D
(70,66,61)
#3A3532
(58,53,50)
#2E2827
(46,40,39)
#221B1C
(34,27,28)
#160E11
(22,14,17)
#000000
(0,0,0)

Tints of #8E907F

#8E907F
(142,144,127)
#989A8A
(152,154,138)
#A2A495
(162,164,149)
#ACAEA0
(172,174,160)
#B6B8AB
(182,184,171)
#C0C2B6
(192,194,182)
#CACCC1
(202,204,193)
#D4D6CC
(212,214,204)
#DEE0D7
(222,224,215)
#E8EAE2
(232,234,226)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E907F; }

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

This text font color is #8E907F.

Background Color

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

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

This div background color is #8E907F.

Border color

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

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

This div border color is #8E907F.

Opacity

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

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

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

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

This text has shadow with #8E907F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E907F.

Preview

Color preview on black background

This text has color #8E907F on black background.


Color preview on white background

This text has color #8E907F on white background.


Black color preview on #8E907F background

This text has black color on #8E907F background.


White color preview on #8E907F background

This text has white color on #8E907F background.


Related colors

Complementary color

Complementary color for #8E907F is #716F80.


I love getcolorcode.com

Triadic colors

1 #7F8E90 and #907F8E with #8E907F are triadic colors.

2 #7F908E and #908E7F with #8E907F are triadic colors.