COLOR #8ECD96

HEX: #8ECD96
RGB: (142,205,150)

Color info

#8ECD96 contains mainly green and blue colors. Web safe color of #8ECD96 is #99CC99 (or #9C9).

RGB color model

#8ECD96 color RGB value is (142,205,150).

  • red value is 142;
  • green value is 205;
  • blue value is 150.
RGB:
(142,205,150)
(56%,80%,59%)

RGB channels and saturation

R 142 of 255 = 56%
G 205 of 255 = 80%
B 150 of 255 = 59%

142
205
150

R + G + B ~ 65%. #8ECD96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 205 + 150 = 497 (100%)
R 142 of 497 ~ 28.57%
G 205 of 497 ~ 41.25%
B 150 of 497 ~ 30.18%

%28.57
%41.25
%30.18

CMYK color model

#8ECD96 color CMYK value is (31,0,27,20).

  • cyan value is 30.73%
  • magenta value is 0.00%
  • yellow value is 26.83%
  • key color value is 19.61%
CMYK:
(31,0,27,20)
C31M0Y27K20 
(31%,0%,27%,20%)
(0.31/0.00/0.27/0.20)	

CMYK percentages

%30.73
%0
%26.83
%19.61

Codes

Color #8ECD96 in popluar color models

8ECD96
RGB142205150
HSL128°38.65%68.04%
HSB/HSV128°30.73%80.39%
CMYK30.73%0.00%26.83%
19.61%

Color #8ECD96 in popluar number systems.

HEX8ECD96
Decimal142205150
Binary100011101100110110010110
Octal216315226

Shades and tints

Shades of #8ECD96

#8ECD96
(142,205,150)
#82BB89
(130,187,137)
#76A97C
(118,169,124)
#6A976F
(106,151,111)
#5E8562
(94,133,98)
#527355
(82,115,85)
#466148
(70,97,72)
#3A4F3B
(58,79,59)
#2E3D2E
(46,61,46)
#222B21
(34,43,33)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #8ECD96

#8ECD96
(142,205,150)
#98D19F
(152,209,159)
#A2D5A8
(162,213,168)
#ACD9B1
(172,217,177)
#B6DDBA
(182,221,186)
#C0E1C3
(192,225,195)
#CAE5CC
(202,229,204)
#D4E9D5
(212,233,213)
#DEEDDE
(222,237,222)
#E8F1E7
(232,241,231)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ECD96 color. Also use rgb(142,205,150) instead hex code.

Text Font Color

.myTextColor { color: #8ECD96; }

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

This text font color is #8ECD96.


Background Color

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

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

This div background color is #8ECD96.


Border color

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

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

This div border color is #8ECD96.


Opacity

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

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

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

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

This text has shadow with #8ECD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ECD96 on black background.


Color preview on white background

This text has color #8ECD96 on white background.



Black color preview on #8ECD96 background

This text has black color on #8ECD96 background.


White color preview on #8ECD96 background

This text has white color on #8ECD96 background.