COLOR #8EAF90

HEX: #8EAF90
RGB: (142,175,144)

Color info

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

RGB color model

#8EAF90 color RGB value is (142,175,144).

  • red value is 142;
  • green value is 175;
  • blue value is 144.
RGB: (142,175,144) (56%,69%,56%)

RGB channels and saturation

R 142 of 255 = 56%
G 175 of 255 = 69%
B 144 of 255 = 56%

142
175
144

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

Portions of RGB colors in percentages

R + G + B =
142 + 175 + 144 = 461 (100%)
R 142 of 461 ~ 30.8%
G 175 of 461 ~ 37.96%
B 144 of 461 ~ 31.24%

%30.8
%37.96
%31.24

CMYK color model

#8EAF90 color CMYK value is (19,0,18,31).

  • cyan value is 18.86%
  • magenta value is 0.00%
  • yellow value is 17.71%
  • key color value is 31.37%
CMYK: (19,0,18,31) C19M0Y18K31 (19%,0%,18%,31%) (0.19/0.00/0.18/0.31)

CMYK percentages

%18.86
%0
%17.71
%31.37

Codes

Color #8EAF90 in popluar color models

8EAF90
RGB142175144
HSL124°17.10%62.16%
HSB/HSV124°18.86%68.63%
CMYK18.86%0.00%17.71%
31.37%

Color #8EAF90 in popluar number systems.

HEX8EAF90
Decimal142175144
Binary100011101010111110010000
Octal216257220

Shades and tints

Shades of #8EAF90

#8EAF90
(142,175,144)
#82A083
(130,160,131)
#769176
(118,145,118)
#6A8269
(106,130,105)
#5E735C
(94,115,92)
#52644F
(82,100,79)
#465542
(70,85,66)
#3A4635
(58,70,53)
#2E3728
(46,55,40)
#22281B
(34,40,27)
#16190E
(22,25,14)
#000000
(0,0,0)

Tints of #8EAF90

#8EAF90
(142,175,144)
#98B69A
(152,182,154)
#A2BDA4
(162,189,164)
#ACC4AE
(172,196,174)
#B6CBB8
(182,203,184)
#C0D2C2
(192,210,194)
#CAD9CC
(202,217,204)
#D4E0D6
(212,224,214)
#DEE7E0
(222,231,224)
#E8EEEA
(232,238,234)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EAF90 color. Also use rgb(142,175,144) instead hex code.

Text Font Color

.myTextColor { color: #8EAF90; }

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

This text font color is #8EAF90.


Background Color

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

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

This div background color is #8EAF90.


Border color

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

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

This div border color is #8EAF90.


Opacity

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

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

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

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

This text has shadow with #8EAF90 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8EAF90 on black background.


Color preview on white background

This text has color #8EAF90 on white background.



Black color preview on #8EAF90 background

This text has black color on #8EAF90 background.


White color preview on #8EAF90 background

This text has white color on #8EAF90 background.