COLOR #8EB09F

HEX: #8EB09F
RGB: (142,176,159)

Color info

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

RGB color model

#8EB09F color RGB value is (142,176,159).

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

RGB channels and saturation

R 142 of 255 = 56%
G 176 of 255 = 69%
B 159 of 255 = 62%

142
176
159

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

Portions of RGB colors in percentages

R + G + B =
142 + 176 + 159 = 477 (100%)
R 142 of 477 ~ 29.77%
G 176 of 477 ~ 36.9%
B 159 of 477 ~ 33.33%

%29.77
%36.9
%33.33

CMYK color model

#8EB09F color CMYK value is (19,0,10,31).

  • cyan value is 19.32%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 30.98%
CMYK:
(19,0,10,31)
C19M0Y10K31 
(19%,0%,10%,31%)
(0.19/0.00/0.10/0.31)	

CMYK percentages

%19.32
%0
%9.66
%30.98

Codes

Color #8EB09F in popluar color models

8EB09F
RGB142176159
HSL150°17.71%62.35%
HSB/HSV150°19.32%69.02%
CMYK19.32%0.00%9.66%
30.98%

Color #8EB09F in popluar number systems.

HEX8EB09F
Decimal142176159
Binary100011101011000010011111
Octal216260237

Shades and tints

Shades of #8EB09F

#8EB09F
(142,176,159)
#82A091
(130,160,145)
#769083
(118,144,131)
#6A8075
(106,128,117)
#5E7067
(94,112,103)
#526059
(82,96,89)
#46504B
(70,80,75)
#3A403D
(58,64,61)
#2E302F
(46,48,47)
#222021
(34,32,33)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #8EB09F

#8EB09F
(142,176,159)
#98B7A7
(152,183,167)
#A2BEAF
(162,190,175)
#ACC5B7
(172,197,183)
#B6CCBF
(182,204,191)
#C0D3C7
(192,211,199)
#CADACF
(202,218,207)
#D4E1D7
(212,225,215)
#DEE8DF
(222,232,223)
#E8EFE7
(232,239,231)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB09F; }

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

This text font color is #8EB09F.


Background Color

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

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

This div background color is #8EB09F.


Border color

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

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

This div border color is #8EB09F.


Opacity

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

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

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

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

This text has shadow with #8EB09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB09F on black background.


Color preview on white background

This text has color #8EB09F on white background.



Black color preview on #8EB09F background

This text has black color on #8EB09F background.


White color preview on #8EB09F background

This text has white color on #8EB09F background.