COLOR #8ECF81

HEX: #8ECF81
RGB: (142,207,129)

Color info

#8ECF81 contains mainly green color. Web safe color of #8ECF81 is #99CC99 (or #9C9).

RGB color model

#8ECF81 color RGB value is (142,207,129).

  • red value is 142;
  • green value is 207;
  • blue value is 129.
RGB:
(142,207,129)
(56%,81%,51%)

RGB channels and saturation

R 142 of 255 = 56%
G 207 of 255 = 81%
B 129 of 255 = 51%

142
207
129

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

Portions of RGB colors in percentages

R + G + B =
142 + 207 + 129 = 478 (100%)
R 142 of 478 ~ 29.71%
G 207 of 478 ~ 43.31%
B 129 of 478 ~ 26.99%

%29.71
%43.31
%26.99

CMYK color model

#8ECF81 color CMYK value is (31,0,38,19).

  • cyan value is 31.40%
  • magenta value is 0.00%
  • yellow value is 37.68%
  • key color value is 18.82%
CMYK:
(31,0,38,19)
C31M0Y38K19 
(31%,0%,38%,19%)
(0.31/0.00/0.38/0.19)	

CMYK percentages

%31.4
%0
%37.68
%18.82

Codes

Color #8ECF81 in popluar color models

8ECF81
RGB142207129
HSL110°44.83%65.88%
HSB/HSV110°37.68%81.18%
CMYK31.40%0.00%37.68%
18.82%

Color #8ECF81 in popluar number systems.

HEX8ECF81
Decimal142207129
Binary100011101100111110000001
Octal216317201

Shades and tints

Shades of #8ECF81

#8ECF81
(142,207,129)
#82BD76
(130,189,118)
#76AB6B
(118,171,107)
#6A9960
(106,153,96)
#5E8755
(94,135,85)
#52754A
(82,117,74)
#46633F
(70,99,63)
#3A5134
(58,81,52)
#2E3F29
(46,63,41)
#222D1E
(34,45,30)
#161B13
(22,27,19)
#000000
(0,0,0)

Tints of #8ECF81

#8ECF81
(142,207,129)
#98D38C
(152,211,140)
#A2D797
(162,215,151)
#ACDBA2
(172,219,162)
#B6DFAD
(182,223,173)
#C0E3B8
(192,227,184)
#CAE7C3
(202,231,195)
#D4EBCE
(212,235,206)
#DEEFD9
(222,239,217)
#E8F3E4
(232,243,228)
#F2F7EF
(242,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ECF81 color. Also use rgb(142,207,129) instead hex code.

Text Font Color

.myTextColor { color: #8ECF81; }

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

This text font color is #8ECF81.


Background Color

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

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

This div background color is #8ECF81.


Border color

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

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

This div border color is #8ECF81.


Opacity

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

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

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

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

This text has shadow with #8ECF81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ECF81 on black background.


Color preview on white background

This text has color #8ECF81 on white background.



Black color preview on #8ECF81 background

This text has black color on #8ECF81 background.


White color preview on #8ECF81 background

This text has white color on #8ECF81 background.