COLOR #8E94A1

HEX: #8E94A1 RGB: (142,148,161)

Color info

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

RGB color model

#8E94A1 color RGB value is (142,148,161).

RGB: (142,148,161) (56%, 58%, 63%)

RGB channels and saturation

R 142 of 255 = 56%
G 148 of 255 = 58%
B 161 of 255 = 63%

142
148
161

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

Portions of RGB colors in percentages

R + G + B = 142 + 148 + 161 = 451 (100%)
R 142 of 451 ~ 31.49%
G 148 of 451 ~ 32.82%
B 161 of 451 ~ 35.7'%

%31.49
%32.82
%35.7

CMYK color model

#8E94A1 color CMYK value is (12,8,0,37).

  • cyan value is 11.80%
  • magenta value is 8.07%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK: (12,8,0,37) C12M8Y0K37 (12%,8%,0%,37%) (0.12/0.08/0.00/0.37) 

CMYK percentages

%11.8
%8.07
%0
%36.86

Codes

Color #8E94A1 in popluar color models

8E 94 A1
RGB 142 148 161
HSL 221° 9.18% 59.41%
HSB/HSV 221° 11.80% 63.14%
CMYK 11.80% 8.07% 0.00%
36.86%

Color #8E94A1 in popluar number systems.

HEX 8E 94 A1
Decimal 142 148 161
Binary 10001110 10010100 10100001
Octal 216 224 241

Shades and tints

Shades of #8E94A1

#8E94A1
(142,148,161)
#828793
(130,135,147)
#767A85
(118,122,133)
#6A6D77
(106,109,119)
#5E6069
(94,96,105)
#52535B
(82,83,91)
#46464D
(70,70,77)
#3A393F
(58,57,63)
#2E2C31
(46,44,49)
#221F23
(34,31,35)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #8E94A1

#8E94A1
(142,148,161)
#989DA9
(152,157,169)
#A2A6B1
(162,166,177)
#ACAFB9
(172,175,185)
#B6B8C1
(182,184,193)
#C0C1C9
(192,193,201)
#CACAD1
(202,202,209)
#D4D3D9
(212,211,217)
#DEDCE1
(222,220,225)
#E8E5E9
(232,229,233)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E94A1 color. Also use rgb(142,148,161) instead hex code.

Text Font Color

.myTextColor { color: #8E94A1; }

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

This text font color is #8E94A1.

Background Color

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

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

This div background color is #8E94A1.

Border color

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

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

This div border color is #8E94A1.

Opacity

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

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

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

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

This text has shadow with #8E94A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E94A1.

Preview

Color preview on black background

This text has color #8E94A1 on black background.


Color preview on white background

This text has color #8E94A1 on white background.


Black color preview on #8E94A1 background

This text has black color on #8E94A1 background.


White color preview on #8E94A1 background

This text has white color on #8E94A1 background.


Related colors

Complementary color

Complementary color for #hex is #716B5E.


I love getcolorcode.com

Triadic colors

1 #A18E94 and #94A18E with #8E94A1 are triadic colors.

2 #A1948E and #948EA1 with #8E94A1 are triadic colors.