COLOR #8EB09E

HEX: #8EB09E RGB: (142,176,158)

Color info

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

RGB color model

#8EB09E color RGB value is (142,176,158).

RGB: (142,176,158) (56%, 69%, 62%)

RGB channels and saturation

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

142
176
158

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

Portions of RGB colors in percentages

R + G + B = 142 + 176 + 158 = 476 (100%)
R 142 of 476 ~ 29.83%
G 176 of 476 ~ 36.97%
B 158 of 476 ~ 33.19'%

%29.83
%36.97
%33.19

CMYK color model

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

  • cyan value is 19.32%
  • magenta value is 0.00%
  • yellow value is 10.23%
  • 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
%10.23
%30.98

Codes

Color #8EB09E in popluar color models

8E B0 9E
RGB 142 176 158
HSL 148° 17.71% 62.35%
HSB/HSV 148° 19.32% 69.02%
CMYK 19.32% 0.00% 10.23%
30.98%

Color #8EB09E in popluar number systems.

HEX 8E B0 9E
Decimal 142 176 158
Binary 10001110 10110000 10011110
Octal 216 260 236

Shades and tints

Shades of #8EB09E

#8EB09E
(142,176,158)
#82A090
(130,160,144)
#769082
(118,144,130)
#6A8074
(106,128,116)
#5E7066
(94,112,102)
#526058
(82,96,88)
#46504A
(70,80,74)
#3A403C
(58,64,60)
#2E302E
(46,48,46)
#222020
(34,32,32)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #8EB09E

#8EB09E
(142,176,158)
#98B7A6
(152,183,166)
#A2BEAE
(162,190,174)
#ACC5B6
(172,197,182)
#B6CCBE
(182,204,190)
#C0D3C6
(192,211,198)
#CADACE
(202,218,206)
#D4E1D6
(212,225,214)
#DEE8DE
(222,232,222)
#E8EFE6
(232,239,230)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB09E; }

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

This text font color is #8EB09E.

Background Color

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

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

This div background color is #8EB09E.

Border color

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

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

This div border color is #8EB09E.

Opacity

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

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

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

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

This text has shadow with #8EB09E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EB09E.

Preview

Color preview on black background

This text has color #8EB09E on black background.


Color preview on white background

This text has color #8EB09E on white background.


Black color preview on #8EB09E background

This text has black color on #8EB09E background.


White color preview on #8EB09E background

This text has white color on #8EB09E background.


Related colors

Complementary color

Complementary color for #hex is #714F61.


I love getcolorcode.com

Triadic colors

1 #9E8EB0 and #B09E8E with #8EB09E are triadic colors.

2 #9EB08E and #B08E9E with #8EB09E are triadic colors.