COLOR #8EA99B

HEX: #8EA99B
RGB: (142,169,155)

Color info

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

RGB color model

#8EA99B color RGB value is (142,169,155).

  • red value is 142;
  • green value is 169;
  • blue value is 155.
RGB: (142,169,155) (56%,66%,61%)

RGB channels and saturation

R 142 of 255 = 56%
G 169 of 255 = 66%
B 155 of 255 = 61%

142
169
155

R + G + B ~ 61%. #8EA99B is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 169 + 155 = 466 (100%)
R 142 of 466 ~ 30.47%
G 169 of 466 ~ 36.27%
B 155 of 466 ~ 33.26%

%30.47
%36.27
%33.26

CMYK color model

#8EA99B color CMYK value is (16,0,8,34).

  • cyan value is 15.98%
  • magenta value is 0.00%
  • yellow value is 8.28%
  • key color value is 33.73%
CMYK: (16,0,8,34) C16M0Y8K34 (16%,0%,8%,34%) (0.16/0.00/0.08/0.34)

CMYK percentages

%15.98
%0
%8.28
%33.73

Codes

Color #8EA99B in popluar color models

8EA99B
RGB142169155
HSL149°13.57%60.98%
HSB/HSV149°15.98%66.27%
CMYK15.98%0.00%8.28%
33.73%

Color #8EA99B in popluar number systems.

HEX8EA99B
Decimal142169155
Binary100011101010100110011011
Octal216251233

Shades and tints

Shades of #8EA99B

#8EA99B
(142,169,155)
#829A8D
(130,154,141)
#768B7F
(118,139,127)
#6A7C71
(106,124,113)
#5E6D63
(94,109,99)
#525E55
(82,94,85)
#464F47
(70,79,71)
#3A4039
(58,64,57)
#2E312B
(46,49,43)
#22221D
(34,34,29)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #8EA99B

#8EA99B
(142,169,155)
#98B0A4
(152,176,164)
#A2B7AD
(162,183,173)
#ACBEB6
(172,190,182)
#B6C5BF
(182,197,191)
#C0CCC8
(192,204,200)
#CAD3D1
(202,211,209)
#D4DADA
(212,218,218)
#DEE1E3
(222,225,227)
#E8E8EC
(232,232,236)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA99B color. Also use rgb(142,169,155) instead hex code.

Text Font Color

.myTextColor { color: #8EA99B; }

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

This text font color is #8EA99B.


Background Color

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

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

This div background color is #8EA99B.


Border color

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

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

This div border color is #8EA99B.


Opacity

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

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

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

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

This text has shadow with #8EA99B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8EA99B on black background.


Color preview on white background

This text has color #8EA99B on white background.



Black color preview on #8EA99B background

This text has black color on #8EA99B background.


White color preview on #8EA99B background

This text has white color on #8EA99B background.