COLOR #8EA197

HEX: #8EA197 RGB: (142,161,151)

Color info

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

RGB color model

#8EA197 color RGB value is (142,161,151).

RGB: (142,161,151) (56%, 63%, 59%)

RGB channels and saturation

R 142 of 255 = 56%
G 161 of 255 = 63%
B 151 of 255 = 59%

142
161
151

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

Portions of RGB colors in percentages

R + G + B = 142 + 161 + 151 = 454 (100%)
R 142 of 454 ~ 31.28%
G 161 of 454 ~ 35.46%
B 151 of 454 ~ 33.26'%

%31.28
%35.46
%33.26

CMYK color model

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

  • cyan value is 11.80%
  • magenta value is 0.00%
  • yellow value is 6.21%
  • key color value is 36.86%

CMYK: (12,0,6,37)
C12M0Y6K37 (12%, 0%, 6%, 37%)
(0.12 / 0.00 / 0.06 / 0.37)

CMYK percentages

%11.8
%0
%6.21
%36.86

Codes

Color #8EA197 in popluar color models

8E A1 97
RGB 142 161 151
HSL 148° 9.18% 59.41%
HSB/HSV 148° 11.80% 63.14%
CMYK 11.80% 0.00% 6.21%
36.86%

Color #8EA197 in popluar number systems.

HEX 8E A1 97
Decimal 142 161 151
Binary 10001110 10100001 10010111
Octal 216 241 227

Shades and tints

Shades of #8EA197

#8EA197
(142,161,151)
#82938A
(130,147,138)
#76857D
(118,133,125)
#6A7770
(106,119,112)
#5E6963
(94,105,99)
#525B56
(82,91,86)
#464D49
(70,77,73)
#3A3F3C
(58,63,60)
#2E312F
(46,49,47)
#222322
(34,35,34)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #8EA197

#8EA197
(142,161,151)
#98A9A0
(152,169,160)
#A2B1A9
(162,177,169)
#ACB9B2
(172,185,178)
#B6C1BB
(182,193,187)
#C0C9C4
(192,201,196)
#CAD1CD
(202,209,205)
#D4D9D6
(212,217,214)
#DEE1DF
(222,225,223)
#E8E9E8
(232,233,232)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA197; }

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

This text font color is #8EA197.

Background Color

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

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

This div background color is #8EA197.

Border color

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

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

This div border color is #8EA197.

Opacity

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

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

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

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

This text has shadow with #8EA197 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA197.

Preview

Color preview on black background

This text has color #8EA197 on black background.


Color preview on white background

This text has color #8EA197 on white background.


Black color preview on #8EA197 background

This text has black color on #8EA197 background.


White color preview on #8EA197 background

This text has white color on #8EA197 background.


Related colors

Complementary color

Complementary color for #hex is #715E68.


I love getcolorcode.com

Triadic colors

1 #978EA1 and #A1978E with #8EA197 are triadic colors.

2 #97A18E and #A18E97 with #8EA197 are triadic colors.