COLOR #8EC690

HEX: #8EC690
RGB: (142,198,144)

Color info

#8EC690 contains red, green and blue colors in about the same proportion. Web safe color of #8EC690 is #99CC99 (or #9C9).

RGB color model

#8EC690 color RGB value is (142,198,144).

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

RGB channels and saturation

R 142 of 255 = 56%
G 198 of 255 = 78%
B 144 of 255 = 56%

142
198
144

R + G + B ~ 63%. #8EC690 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 198 + 144 = 484 (100%)
R 142 of 484 ~ 29.34%
G 198 of 484 ~ 40.91%
B 144 of 484 ~ 29.75%

%29.34
%40.91
%29.75

CMYK color model

#8EC690 color CMYK value is (28,0,27,22).

  • cyan value is 28.28%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 22.35%
CMYK:
(28,0,27,22)
C28M0Y27K22 
(28%,0%,27%,22%)
(0.28/0.00/0.27/0.22)	

CMYK percentages

%28.28
%0
%27.27
%22.35

Codes

Color #8EC690 in popluar color models

8EC690
RGB142198144
HSL122°32.94%66.67%
HSB/HSV122°28.28%77.65%
CMYK28.28%0.00%27.27%
22.35%

Color #8EC690 in popluar number systems.

HEX8EC690
Decimal142198144
Binary100011101100011010010000
Octal216306220

Shades and tints

Shades of #8EC690

#8EC690
(142,198,144)
#82B483
(130,180,131)
#76A276
(118,162,118)
#6A9069
(106,144,105)
#5E7E5C
(94,126,92)
#526C4F
(82,108,79)
#465A42
(70,90,66)
#3A4835
(58,72,53)
#2E3628
(46,54,40)
#22241B
(34,36,27)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #8EC690

#8EC690
(142,198,144)
#98CB9A
(152,203,154)
#A2D0A4
(162,208,164)
#ACD5AE
(172,213,174)
#B6DAB8
(182,218,184)
#C0DFC2
(192,223,194)
#CAE4CC
(202,228,204)
#D4E9D6
(212,233,214)
#DEEEE0
(222,238,224)
#E8F3EA
(232,243,234)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EC690; }

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

This text font color is #8EC690.


Background Color

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

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

This div background color is #8EC690.


Border color

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

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

This div border color is #8EC690.


Opacity

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

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

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

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

This text has shadow with #8EC690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EC690 on black background.


Color preview on white background

This text has color #8EC690 on white background.



Black color preview on #8EC690 background

This text has black color on #8EC690 background.


White color preview on #8EC690 background

This text has white color on #8EC690 background.