COLOR #8EAA96

HEX: #8EAA96 RGB: (142,170,150)

Color info

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

RGB color model

#8EAA96 color RGB value is (142,170,150).

RGB: (142,170,150) (56%, 67%, 59%)

RGB channels and saturation

R 142 of 255 = 56%
G 170 of 255 = 67%
B 150 of 255 = 59%

142
170
150

R + G + B ~ 61%. #8EAA96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 170 + 150 = 462 (100%)
R 142 of 462 ~ 30.74%
G 170 of 462 ~ 36.8%
B 150 of 462 ~ 32.47'%

%30.74
%36.8
%32.47

CMYK color model

#8EAA96 color CMYK value is (16,0,12,33).

  • cyan value is 16.47%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 33.33%

CMYK: (16,0,12,33)
C16M0Y12K33 (16%, 0%, 12%, 33%)
(0.16 / 0.00 / 0.12 / 0.33)

CMYK percentages

%16.47
%0
%11.76
%33.33

Codes

Color #8EAA96 in popluar color models

8E AA 96
RGB 142 170 150
HSL 137° 14.14% 61.18%
HSB/HSV 137° 16.47% 66.67%
CMYK 16.47% 0.00% 11.76%
33.33%

Color #8EAA96 in popluar number systems.

HEX 8E AA 96
Decimal 142 170 150
Binary 10001110 10101010 10010110
Octal 216 252 226

Shades and tints

Shades of #8EAA96

#8EAA96
(142,170,150)
#829B89
(130,155,137)
#768C7C
(118,140,124)
#6A7D6F
(106,125,111)
#5E6E62
(94,110,98)
#525F55
(82,95,85)
#465048
(70,80,72)
#3A413B
(58,65,59)
#2E322E
(46,50,46)
#222321
(34,35,33)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #8EAA96

#8EAA96
(142,170,150)
#98B19F
(152,177,159)
#A2B8A8
(162,184,168)
#ACBFB1
(172,191,177)
#B6C6BA
(182,198,186)
#C0CDC3
(192,205,195)
#CAD4CC
(202,212,204)
#D4DBD5
(212,219,213)
#DEE2DE
(222,226,222)
#E8E9E7
(232,233,231)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EAA96 color. Also use rgb(142,170,150) instead hex code.

Text Font Color

.myTextColor { color: #8EAA96; }

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

This text font color is #8EAA96.

Background Color

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

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

This div background color is #8EAA96.

Border color

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

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

This div border color is #8EAA96.

Opacity

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

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

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

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

This text has shadow with #8EAA96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EAA96.

Preview

Color preview on black background

This text has color #8EAA96 on black background.


Color preview on white background

This text has color #8EAA96 on white background.


Black color preview on #8EAA96 background

This text has black color on #8EAA96 background.


White color preview on #8EAA96 background

This text has white color on #8EAA96 background.


Related colors

Complementary color

Complementary color for #hex is #715569.


I love getcolorcode.com

Triadic colors

1 #968EAA and #AA968E with #8EAA96 are triadic colors.

2 #96AA8E and #AA8E96 with #8EAA96 are triadic colors.