COLOR #8EB19A

HEX: #8EB19A
RGB: (142,177,154)

Color info

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

RGB color model

#8EB19A color RGB value is (142,177,154).

  • red value is 142;
  • green value is 177;
  • blue value is 154.
RGB:
(142,177,154)
(56%,69%,60%)

RGB channels and saturation

R 142 of 255 = 56%
G 177 of 255 = 69%
B 154 of 255 = 60%

142
177
154

R + G + B ~ 62%. #8EB19A is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 177 + 154 = 473 (100%)
R 142 of 473 ~ 30.02%
G 177 of 473 ~ 37.42%
B 154 of 473 ~ 32.56%

%30.02
%37.42
%32.56

CMYK color model

#8EB19A color CMYK value is (20,0,13,31).

  • cyan value is 19.77%
  • magenta value is 0.00%
  • yellow value is 12.99%
  • key color value is 30.59%
CMYK:
(20,0,13,31)
C20M0Y13K31 
(20%,0%,13%,31%)
(0.20/0.00/0.13/0.31)	

CMYK percentages

%19.77
%0
%12.99
%30.59

Codes

Color #8EB19A in popluar color models

8EB19A
RGB142177154
HSL141°18.32%62.55%
HSB/HSV141°19.77%69.41%
CMYK19.77%0.00%12.99%
30.59%

Color #8EB19A in popluar number systems.

HEX8EB19A
Decimal142177154
Binary100011101011000110011010
Octal216261232

Shades and tints

Shades of #8EB19A

#8EB19A
(142,177,154)
#82A18C
(130,161,140)
#76917E
(118,145,126)
#6A8170
(106,129,112)
#5E7162
(94,113,98)
#526154
(82,97,84)
#465146
(70,81,70)
#3A4138
(58,65,56)
#2E312A
(46,49,42)
#22211C
(34,33,28)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #8EB19A

#8EB19A
(142,177,154)
#98B8A3
(152,184,163)
#A2BFAC
(162,191,172)
#ACC6B5
(172,198,181)
#B6CDBE
(182,205,190)
#C0D4C7
(192,212,199)
#CADBD0
(202,219,208)
#D4E2D9
(212,226,217)
#DEE9E2
(222,233,226)
#E8F0EB
(232,240,235)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB19A color. Also use rgb(142,177,154) instead hex code.

Text Font Color

.myTextColor { color: #8EB19A; }

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

This text font color is #8EB19A.


Background Color

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

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

This div background color is #8EB19A.


Border color

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

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

This div border color is #8EB19A.


Opacity

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

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

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

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

This text has shadow with #8EB19A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB19A on black background.


Color preview on white background

This text has color #8EB19A on white background.



Black color preview on #8EB19A background

This text has black color on #8EB19A background.


White color preview on #8EB19A background

This text has white color on #8EB19A background.