COLOR #8E8C9E

HEX: #8E8C9E RGB: (142,140,158)

Color info

#8E8C9E contains red, green and blue colors in about the same proportion. Web safe color of #8E8C9E is #999999 (or #999).

RGB color model

#8E8C9E color RGB value is (142,140,158).

RGB: (142,140,158) (56%, 55%, 62%)

RGB channels and saturation

R 142 of 255 = 56%
G 140 of 255 = 55%
B 158 of 255 = 62%

142
140
158

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

Portions of RGB colors in percentages

R + G + B = 142 + 140 + 158 = 440 (100%)
R 142 of 440 ~ 32.27%
G 140 of 440 ~ 31.82%
B 158 of 440 ~ 35.91'%

%32.27
%31.82
%35.91

CMYK color model

#8E8C9E color CMYK value is (10,11,0,38).

  • cyan value is 10.13%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK: (10,11,0,38) C10M11Y0K38 (10%,11%,0%,38%) (0.10/0.11/0.00/0.38) 

CMYK percentages

%10.13
%11.39
%0
%38.04

Codes

Color #8E8C9E in popluar color models

8E 8C 9E
RGB 142 140 158
HSL 247° 8.49% 58.43%
HSB/HSV 247° 11.39% 61.96%
CMYK 10.13% 11.39% 0.00%
38.04%

Color #8E8C9E in popluar number systems.

HEX 8E 8C 9E
Decimal 142 140 158
Binary 10001110 10001100 10011110
Octal 216 214 236

Shades and tints

Shades of #8E8C9E

#8E8C9E
(142,140,158)
#828090
(130,128,144)
#767482
(118,116,130)
#6A6874
(106,104,116)
#5E5C66
(94,92,102)
#525058
(82,80,88)
#46444A
(70,68,74)
#3A383C
(58,56,60)
#2E2C2E
(46,44,46)
#222020
(34,32,32)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #8E8C9E

#8E8C9E
(142,140,158)
#9896A6
(152,150,166)
#A2A0AE
(162,160,174)
#ACAAB6
(172,170,182)
#B6B4BE
(182,180,190)
#C0BEC6
(192,190,198)
#CAC8CE
(202,200,206)
#D4D2D6
(212,210,214)
#DEDCDE
(222,220,222)
#E8E6E6
(232,230,230)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E8C9E color. Also use rgb(142,140,158) instead hex code.

Text Font Color

.myTextColor { color: #8E8C9E; }

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

This text font color is #8E8C9E.

Background Color

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

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

This div background color is #8E8C9E.

Border color

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

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

This div border color is #8E8C9E.

Opacity

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

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

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

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

This text has shadow with #8E8C9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E8C9E.

Preview

Color preview on black background

This text has color #8E8C9E on black background.


Color preview on white background

This text has color #8E8C9E on white background.


Black color preview on #8E8C9E background

This text has black color on #8E8C9E background.


White color preview on #8E8C9E background

This text has white color on #8E8C9E background.


Related colors

Complementary color

Complementary color for #hex is #717361.


I love getcolorcode.com

Triadic colors

1 #9E8E8C and #8C9E8E with #8E8C9E are triadic colors.

2 #9E8C8E and #8C8E9E with #8E8C9E are triadic colors.