COLOR #8EA38D

HEX: #8EA38D
RGB: (142,163,141)

Color info

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

RGB color model

#8EA38D color RGB value is (142,163,141).

  • red value is 142;
  • green value is 163;
  • blue value is 141.
RGB:
(142,163,141)
(56%,64%,55%)

RGB channels and saturation

R 142 of 255 = 56%
G 163 of 255 = 64%
B 141 of 255 = 55%

142
163
141

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

Portions of RGB colors in percentages

R + G + B =
142 + 163 + 141 = 446 (100%)
R 142 of 446 ~ 31.84%
G 163 of 446 ~ 36.55%
B 141 of 446 ~ 31.61%

%31.84
%36.55
%31.61

CMYK color model

#8EA38D color CMYK value is (13,0,13,36).

  • cyan value is 12.88%
  • magenta value is 0.00%
  • yellow value is 13.50%
  • key color value is 36.08%
CMYK:
(13,0,13,36)
C13M0Y13K36 
(13%,0%,13%,36%)
(0.13/0.00/0.13/0.36)	

CMYK percentages

%12.88
%0
%13.5
%36.08

Codes

Color #8EA38D in popluar color models

8EA38D
RGB142163141
HSL117°10.68%59.61%
HSB/HSV117°13.50%63.92%
CMYK12.88%0.00%13.50%
36.08%

Color #8EA38D in popluar number systems.

HEX8EA38D
Decimal142163141
Binary100011101010001110001101
Octal216243215

Shades and tints

Shades of #8EA38D

#8EA38D
(142,163,141)
#829581
(130,149,129)
#768775
(118,135,117)
#6A7969
(106,121,105)
#5E6B5D
(94,107,93)
#525D51
(82,93,81)
#464F45
(70,79,69)
#3A4139
(58,65,57)
#2E332D
(46,51,45)
#222521
(34,37,33)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #8EA38D

#8EA38D
(142,163,141)
#98AB97
(152,171,151)
#A2B3A1
(162,179,161)
#ACBBAB
(172,187,171)
#B6C3B5
(182,195,181)
#C0CBBF
(192,203,191)
#CAD3C9
(202,211,201)
#D4DBD3
(212,219,211)
#DEE3DD
(222,227,221)
#E8EBE7
(232,235,231)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA38D color. Also use rgb(142,163,141) instead hex code.

Text Font Color

.myTextColor { color: #8EA38D; }

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

This text font color is #8EA38D.


Background Color

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

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

This div background color is #8EA38D.


Border color

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

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

This div border color is #8EA38D.


Opacity

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

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

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

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

This text has shadow with #8EA38D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA38D on black background.


Color preview on white background

This text has color #8EA38D on white background.



Black color preview on #8EA38D background

This text has black color on #8EA38D background.


White color preview on #8EA38D background

This text has white color on #8EA38D background.