COLOR #8EA09F

HEX: #8EA09F RGB: (142,160,159)

Color info

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

RGB color model

#8EA09F color RGB value is (142,160,159).

RGB: (142,160,159) (56%, 63%, 62%)

RGB channels and saturation

R 142 of 255 = 56%
G 160 of 255 = 63%
B 159 of 255 = 62%

142
160
159

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

Portions of RGB colors in percentages

R + G + B = 142 + 160 + 159 = 461 (100%)
R 142 of 461 ~ 30.8%
G 160 of 461 ~ 34.71%
B 159 of 461 ~ 34.49'%

%30.8
%34.71
%34.49

CMYK color model

#8EA09F color CMYK value is (11,0,1,37).

  • cyan value is 11.25%
  • magenta value is 0.00%
  • yellow value is 0.62%
  • key color value is 37.25%

CMYK: (11,0,1,37)
C11M0Y1K37 (11%, 0%, 1%, 37%)
(0.11 / 0.00 / 0.01 / 0.37)

CMYK percentages

%11.25
%0
%0.62
%37.25

Codes

Color #8EA09F in popluar color models

8E A0 9F
RGB 142 160 159
HSL 177° 8.65% 59.22%
HSB/HSV 177° 11.25% 62.75%
CMYK 11.25% 0.00% 0.62%
37.25%

Color #8EA09F in popluar number systems.

HEX 8E A0 9F
Decimal 142 160 159
Binary 10001110 10100000 10011111
Octal 216 240 237

Shades and tints

Shades of #8EA09F

#8EA09F
(142,160,159)
#829291
(130,146,145)
#768483
(118,132,131)
#6A7675
(106,118,117)
#5E6867
(94,104,103)
#525A59
(82,90,89)
#464C4B
(70,76,75)
#3A3E3D
(58,62,61)
#2E302F
(46,48,47)
#222221
(34,34,33)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #8EA09F

#8EA09F
(142,160,159)
#98A8A7
(152,168,167)
#A2B0AF
(162,176,175)
#ACB8B7
(172,184,183)
#B6C0BF
(182,192,191)
#C0C8C7
(192,200,199)
#CAD0CF
(202,208,207)
#D4D8D7
(212,216,215)
#DEE0DF
(222,224,223)
#E8E8E7
(232,232,231)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA09F color. Also use rgb(142,160,159) instead hex code.

Text Font Color

.myTextColor { color: #8EA09F; }

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

This text font color is #8EA09F.

Background Color

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

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

This div background color is #8EA09F.

Border color

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

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

This div border color is #8EA09F.

Opacity

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

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

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

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

This text has shadow with #8EA09F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA09F.

Preview

Color preview on black background

This text has color #8EA09F on black background.


Color preview on white background

This text has color #8EA09F on white background.


Black color preview on #8EA09F background

This text has black color on #8EA09F background.


White color preview on #8EA09F background

This text has white color on #8EA09F background.


Related colors

Complementary color

Complementary color for #hex is #715F60.


I love getcolorcode.com

Triadic colors

1 #9F8EA0 and #A09F8E with #8EA09F are triadic colors.

2 #9FA08E and #A08E9F with #8EA09F are triadic colors.