COLOR #8EB39E

HEX: #8EB39E
RGB: (142,179,158)

Color info

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

RGB color model

#8EB39E color RGB value is (142,179,158).

  • red value is 142;
  • green value is 179;
  • blue value is 158.
RGB:
(142,179,158)
(56%,70%,62%)

RGB channels and saturation

R 142 of 255 = 56%
G 179 of 255 = 70%
B 158 of 255 = 62%

142
179
158

R + G + B ~ 63%. #8EB39E is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 179 + 158 = 479 (100%)
R 142 of 479 ~ 29.65%
G 179 of 479 ~ 37.37%
B 158 of 479 ~ 32.99%

%29.65
%37.37
%32.99

CMYK color model

#8EB39E color CMYK value is (21,0,12,30).

  • cyan value is 20.67%
  • magenta value is 0.00%
  • yellow value is 11.73%
  • key color value is 29.80%
CMYK:
(21,0,12,30)
C21M0Y12K30 
(21%,0%,12%,30%)
(0.21/0.00/0.12/0.30)	

CMYK percentages

%20.67
%0
%11.73
%29.8

Codes

Color #8EB39E in popluar color models

8EB39E
RGB142179158
HSL146°19.58%62.94%
HSB/HSV146°20.67%70.20%
CMYK20.67%0.00%11.73%
29.80%

Color #8EB39E in popluar number systems.

HEX8EB39E
Decimal142179158
Binary100011101011001110011110
Octal216263236

Shades and tints

Shades of #8EB39E

#8EB39E
(142,179,158)
#82A390
(130,163,144)
#769382
(118,147,130)
#6A8374
(106,131,116)
#5E7366
(94,115,102)
#526358
(82,99,88)
#46534A
(70,83,74)
#3A433C
(58,67,60)
#2E332E
(46,51,46)
#222320
(34,35,32)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #8EB39E

#8EB39E
(142,179,158)
#98B9A6
(152,185,166)
#A2BFAE
(162,191,174)
#ACC5B6
(172,197,182)
#B6CBBE
(182,203,190)
#C0D1C6
(192,209,198)
#CAD7CE
(202,215,206)
#D4DDD6
(212,221,214)
#DEE3DE
(222,227,222)
#E8E9E6
(232,233,230)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB39E; }

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

This text font color is #8EB39E.


Background Color

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

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

This div background color is #8EB39E.


Border color

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

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

This div border color is #8EB39E.


Opacity

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

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

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

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

This text has shadow with #8EB39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB39E on black background.


Color preview on white background

This text has color #8EB39E on white background.



Black color preview on #8EB39E background

This text has black color on #8EB39E background.


White color preview on #8EB39E background

This text has white color on #8EB39E background.