COLOR #8EB09A

HEX: #8EB09A
RGB: (142,176,154)

Color info

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

RGB color model

#8EB09A color RGB value is (142,176,154).

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

RGB channels and saturation

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

142
176
154

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

Portions of RGB colors in percentages

R + G + B =
142 + 176 + 154 = 472 (100%)
R 142 of 472 ~ 30.08%
G 176 of 472 ~ 37.29%
B 154 of 472 ~ 32.63%

%30.08
%37.29
%32.63

CMYK color model

#8EB09A color CMYK value is (19,0,13,31).

  • cyan value is 19.32%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 30.98%
CMYK:
(19,0,13,31)
C19M0Y13K31 
(19%,0%,13%,31%)
(0.19/0.00/0.13/0.31)	

CMYK percentages

%19.32
%0
%12.5
%30.98

Codes

Color #8EB09A in popluar color models

8EB09A
RGB142176154
HSL141°17.71%62.35%
HSB/HSV141°19.32%69.02%
CMYK19.32%0.00%12.50%
30.98%

Color #8EB09A in popluar number systems.

HEX8EB09A
Decimal142176154
Binary100011101011000010011010
Octal216260232

Shades and tints

Shades of #8EB09A

#8EB09A
(142,176,154)
#82A08C
(130,160,140)
#76907E
(118,144,126)
#6A8070
(106,128,112)
#5E7062
(94,112,98)
#526054
(82,96,84)
#465046
(70,80,70)
#3A4038
(58,64,56)
#2E302A
(46,48,42)
#22201C
(34,32,28)
#16100E
(22,16,14)
#000000
(0,0,0)

Tints of #8EB09A

#8EB09A
(142,176,154)
#98B7A3
(152,183,163)
#A2BEAC
(162,190,172)
#ACC5B5
(172,197,181)
#B6CCBE
(182,204,190)
#C0D3C7
(192,211,199)
#CADAD0
(202,218,208)
#D4E1D9
(212,225,217)
#DEE8E2
(222,232,226)
#E8EFEB
(232,239,235)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB09A; }

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

This text font color is #8EB09A.


Background Color

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

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

This div background color is #8EB09A.


Border color

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

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

This div border color is #8EB09A.


Opacity

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

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

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

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

This text has shadow with #8EB09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB09A on black background.


Color preview on white background

This text has color #8EB09A on white background.



Black color preview on #8EB09A background

This text has black color on #8EB09A background.


White color preview on #8EB09A background

This text has white color on #8EB09A background.