COLOR #8EA265

HEX: #8EA265
RGB: (142,162,101)

Color info

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

RGB color model

#8EA265 color RGB value is (142,162,101).

  • red value is 142;
  • green value is 162;
  • blue value is 101.
RGB:
(142,162,101)
(56%,64%,40%)

RGB channels and saturation

R 142 of 255 = 56%
G 162 of 255 = 64%
B 101 of 255 = 40%

142
162
101

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

Portions of RGB colors in percentages

R + G + B =
142 + 162 + 101 = 405 (100%)
R 142 of 405 ~ 35.06%
G 162 of 405 ~ 40%
B 101 of 405 ~ 24.94%

%35.06
%40
%24.94

CMYK color model

#8EA265 color CMYK value is (12,0,38,36).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 37.65%
  • key color value is 36.47%
CMYK:
(12,0,38,36)
C12M0Y38K36 
(12%,0%,38%,36%)
(0.12/0.00/0.38/0.36)	

CMYK percentages

%12.35
%0
%37.65
%36.47

Codes

Color #8EA265 in popluar color models

8EA265
RGB142162101
HSL80°24.70%51.57%
HSB/HSV80°37.65%63.53%
CMYK12.35%0.00%37.65%
36.47%

Color #8EA265 in popluar number systems.

HEX8EA265
Decimal142162101
Binary10001110101000101100101
Octal216242145

Shades and tints

Shades of #8EA265

#8EA265
(142,162,101)
#82945C
(130,148,92)
#768653
(118,134,83)
#6A784A
(106,120,74)
#5E6A41
(94,106,65)
#525C38
(82,92,56)
#464E2F
(70,78,47)
#3A4026
(58,64,38)
#2E321D
(46,50,29)
#222414
(34,36,20)
#16160B
(22,22,11)
#000000
(0,0,0)

Tints of #8EA265

#8EA265
(142,162,101)
#98AA73
(152,170,115)
#A2B281
(162,178,129)
#ACBA8F
(172,186,143)
#B6C29D
(182,194,157)
#C0CAAB
(192,202,171)
#CAD2B9
(202,210,185)
#D4DAC7
(212,218,199)
#DEE2D5
(222,226,213)
#E8EAE3
(232,234,227)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA265 color. Also use rgb(142,162,101) instead hex code.

Text Font Color

.myTextColor { color: #8EA265; }

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

This text font color is #8EA265.


Background Color

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

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

This div background color is #8EA265.


Border color

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

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

This div border color is #8EA265.


Opacity

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

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

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

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

This text has shadow with #8EA265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA265 on black background.


Color preview on white background

This text has color #8EA265 on white background.



Black color preview on #8EA265 background

This text has black color on #8EA265 background.


White color preview on #8EA265 background

This text has white color on #8EA265 background.