COLOR #8EA799

HEX: #8EA799
RGB: (142,167,153)

Color info

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

RGB color model

#8EA799 color RGB value is (142,167,153).

  • red value is 142;
  • green value is 167;
  • blue value is 153.
RGB:
(142,167,153)
(56%,65%,60%)

RGB channels and saturation

R 142 of 255 = 56%
G 167 of 255 = 65%
B 153 of 255 = 60%

142
167
153

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

Portions of RGB colors in percentages

R + G + B =
142 + 167 + 153 = 462 (100%)
R 142 of 462 ~ 30.74%
G 167 of 462 ~ 36.15%
B 153 of 462 ~ 33.12%

%30.74
%36.15
%33.12

CMYK color model

#8EA799 color CMYK value is (15,0,8,35).

  • cyan value is 14.97%
  • magenta value is 0.00%
  • yellow value is 8.38%
  • key color value is 34.51%
CMYK:
(15,0,8,35)
C15M0Y8K35 
(15%,0%,8%,35%)
(0.15/0.00/0.08/0.35)	

CMYK percentages

%14.97
%0
%8.38
%34.51

Codes

Color #8EA799 in popluar color models

8EA799
RGB142167153
HSL146°12.44%60.59%
HSB/HSV146°14.97%65.49%
CMYK14.97%0.00%8.38%
34.51%

Color #8EA799 in popluar number systems.

HEX8EA799
Decimal142167153
Binary100011101010011110011001
Octal216247231

Shades and tints

Shades of #8EA799

#8EA799
(142,167,153)
#82988C
(130,152,140)
#76897F
(118,137,127)
#6A7A72
(106,122,114)
#5E6B65
(94,107,101)
#525C58
(82,92,88)
#464D4B
(70,77,75)
#3A3E3E
(58,62,62)
#2E2F31
(46,47,49)
#222024
(34,32,36)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #8EA799

#8EA799
(142,167,153)
#98AFA2
(152,175,162)
#A2B7AB
(162,183,171)
#ACBFB4
(172,191,180)
#B6C7BD
(182,199,189)
#C0CFC6
(192,207,198)
#CAD7CF
(202,215,207)
#D4DFD8
(212,223,216)
#DEE7E1
(222,231,225)
#E8EFEA
(232,239,234)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA799 color. Also use rgb(142,167,153) instead hex code.

Text Font Color

.myTextColor { color: #8EA799; }

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

This text font color is #8EA799.


Background Color

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

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

This div background color is #8EA799.


Border color

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

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

This div border color is #8EA799.


Opacity

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

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

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

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

This text has shadow with #8EA799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA799 on black background.


Color preview on white background

This text has color #8EA799 on white background.



Black color preview on #8EA799 background

This text has black color on #8EA799 background.


White color preview on #8EA799 background

This text has white color on #8EA799 background.