COLOR #8EA298

HEX: #8EA298
RGB: (142,162,152)

Color info

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

RGB color model

#8EA298 color RGB value is (142,162,152).

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

RGB channels and saturation

R 142 of 255 = 56%
G 162 of 255 = 64%
B 152 of 255 = 60%

142
162
152

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

Portions of RGB colors in percentages

R + G + B =
142 + 162 + 152 = 456 (100%)
R 142 of 456 ~ 31.14%
G 162 of 456 ~ 35.53%
B 152 of 456 ~ 33.33%

%31.14
%35.53
%33.33

CMYK color model

#8EA298 color CMYK value is (12,0,6,36).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 6.17%
  • key color value is 36.47%
CMYK:
(12,0,6,36)
C12M0Y6K36 
(12%,0%,6%,36%)
(0.12/0.00/0.06/0.36)	

CMYK percentages

%12.35
%0
%6.17
%36.47

Codes

Color #8EA298 in popluar color models

8EA298
RGB142162152
HSL150°9.71%59.61%
HSB/HSV150°12.35%63.53%
CMYK12.35%0.00%6.17%
36.47%

Color #8EA298 in popluar number systems.

HEX8EA298
Decimal142162152
Binary100011101010001010011000
Octal216242230

Shades and tints

Shades of #8EA298

#8EA298
(142,162,152)
#82948B
(130,148,139)
#76867E
(118,134,126)
#6A7871
(106,120,113)
#5E6A64
(94,106,100)
#525C57
(82,92,87)
#464E4A
(70,78,74)
#3A403D
(58,64,61)
#2E3230
(46,50,48)
#222423
(34,36,35)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #8EA298

#8EA298
(142,162,152)
#98AAA1
(152,170,161)
#A2B2AA
(162,178,170)
#ACBAB3
(172,186,179)
#B6C2BC
(182,194,188)
#C0CAC5
(192,202,197)
#CAD2CE
(202,210,206)
#D4DAD7
(212,218,215)
#DEE2E0
(222,226,224)
#E8EAE9
(232,234,233)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA298; }

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

This text font color is #8EA298.


Background Color

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

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

This div background color is #8EA298.


Border color

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

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

This div border color is #8EA298.


Opacity

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

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

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

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

This text has shadow with #8EA298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA298 on black background.


Color preview on white background

This text has color #8EA298 on white background.



Black color preview on #8EA298 background

This text has black color on #8EA298 background.


White color preview on #8EA298 background

This text has white color on #8EA298 background.