COLOR #8EA869

HEX: #8EA869
RGB: (142,168,105)

Color info

#8EA869 contains mainly red and green colors. Web safe color of #8EA869 is #999966 (or #996).

RGB color model

#8EA869 color RGB value is (142,168,105).

  • red value is 142;
  • green value is 168;
  • blue value is 105.
RGB:
(142,168,105)
(56%,66%,41%)

RGB channels and saturation

R 142 of 255 = 56%
G 168 of 255 = 66%
B 105 of 255 = 41%

142
168
105

R + G + B ~ 54%. #8EA869 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
142 + 168 + 105 = 415 (100%)
R 142 of 415 ~ 34.22%
G 168 of 415 ~ 40.48%
B 105 of 415 ~ 25.3%

%34.22
%40.48
%25.3

CMYK color model

#8EA869 color CMYK value is (15,0,38,34).

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 34.12%
CMYK:
(15,0,38,34)
C15M0Y38K34 
(15%,0%,38%,34%)
(0.15/0.00/0.38/0.34)	

CMYK percentages

%15.48
%0
%37.5
%34.12

Codes

Color #8EA869 in popluar color models

8EA869
RGB142168105
HSL85°26.58%53.53%
HSB/HSV85°37.50%65.88%
CMYK15.48%0.00%37.50%
34.12%

Color #8EA869 in popluar number systems.

HEX8EA869
Decimal142168105
Binary10001110101010001101001
Octal216250151

Shades and tints

Shades of #8EA869

#8EA869
(142,168,105)
#829960
(130,153,96)
#768A57
(118,138,87)
#6A7B4E
(106,123,78)
#5E6C45
(94,108,69)
#525D3C
(82,93,60)
#464E33
(70,78,51)
#3A3F2A
(58,63,42)
#2E3021
(46,48,33)
#222118
(34,33,24)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #8EA869

#8EA869
(142,168,105)
#98AF76
(152,175,118)
#A2B683
(162,182,131)
#ACBD90
(172,189,144)
#B6C49D
(182,196,157)
#C0CBAA
(192,203,170)
#CAD2B7
(202,210,183)
#D4D9C4
(212,217,196)
#DEE0D1
(222,224,209)
#E8E7DE
(232,231,222)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA869 color. Also use rgb(142,168,105) instead hex code.

Text Font Color

.myTextColor { color: #8EA869; }

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

This text font color is #8EA869.


Background Color

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

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

This div background color is #8EA869.


Border color

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

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

This div border color is #8EA869.


Opacity

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

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

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

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

This text has shadow with #8EA869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA869 on black background.


Color preview on white background

This text has color #8EA869 on white background.



Black color preview on #8EA869 background

This text has black color on #8EA869 background.


White color preview on #8EA869 background

This text has white color on #8EA869 background.