COLOR #8EAA66

HEX: #8EAA66
RGB: (142,170,102)

Color info

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

RGB color model

#8EAA66 color RGB value is (142,170,102).

  • red value is 142;
  • green value is 170;
  • blue value is 102.
RGB:
(142,170,102)
(56%,67%,40%)

RGB channels and saturation

R 142 of 255 = 56%
G 170 of 255 = 67%
B 102 of 255 = 40%

142
170
102

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

Portions of RGB colors in percentages

R + G + B =
142 + 170 + 102 = 414 (100%)
R 142 of 414 ~ 34.3%
G 170 of 414 ~ 41.06%
B 102 of 414 ~ 24.64%

%34.3
%41.06
%24.64

CMYK color model

#8EAA66 color CMYK value is (16,0,40,33).

  • cyan value is 16.47%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 33.33%
CMYK:
(16,0,40,33)
C16M0Y40K33 
(16%,0%,40%,33%)
(0.16/0.00/0.40/0.33)	

CMYK percentages

%16.47
%0
%40
%33.33

Codes

Color #8EAA66 in popluar color models

8EAA66
RGB142170102
HSL85°28.57%53.33%
HSB/HSV85°40.00%66.67%
CMYK16.47%0.00%40.00%
33.33%

Color #8EAA66 in popluar number systems.

HEX8EAA66
Decimal142170102
Binary10001110101010101100110
Octal216252146

Shades and tints

Shades of #8EAA66

#8EAA66
(142,170,102)
#829B5D
(130,155,93)
#768C54
(118,140,84)
#6A7D4B
(106,125,75)
#5E6E42
(94,110,66)
#525F39
(82,95,57)
#465030
(70,80,48)
#3A4127
(58,65,39)
#2E321E
(46,50,30)
#222315
(34,35,21)
#16140C
(22,20,12)
#000000
(0,0,0)

Tints of #8EAA66

#8EAA66
(142,170,102)
#98B173
(152,177,115)
#A2B880
(162,184,128)
#ACBF8D
(172,191,141)
#B6C69A
(182,198,154)
#C0CDA7
(192,205,167)
#CAD4B4
(202,212,180)
#D4DBC1
(212,219,193)
#DEE2CE
(222,226,206)
#E8E9DB
(232,233,219)
#F2F0E8
(242,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EAA66 color. Also use rgb(142,170,102) instead hex code.

Text Font Color

.myTextColor { color: #8EAA66; }

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

This text font color is #8EAA66.


Background Color

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

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

This div background color is #8EAA66.


Border color

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

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

This div border color is #8EAA66.


Opacity

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

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

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

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

This text has shadow with #8EAA66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EAA66 on black background.


Color preview on white background

This text has color #8EAA66 on white background.



Black color preview on #8EAA66 background

This text has black color on #8EAA66 background.


White color preview on #8EAA66 background

This text has white color on #8EAA66 background.