COLOR #8ECE75

HEX: #8ECE75 RGB: (142,206,117)

Color info

#8ECE75 contains mainly green color. Web safe color of #8ECE75 is #99CC66 (or #9C6).

RGB color model

#8ECE75 color RGB value is (142,206,117).

RGB: (142,206,117) (56%, 81%, 46%)

RGB channels and saturation

R 142 of 255 = 56%
G 206 of 255 = 81%
B 117 of 255 = 46%

142
206
117

R + G + B ~ 61%. #8ECE75 is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 206 + 117 = 465 (100%)
R 142 of 465 ~ 30.54%
G 206 of 465 ~ 44.3%
B 117 of 465 ~ 25.16'%

%30.54
%44.3
%25.16

CMYK color model

#8ECE75 color CMYK value is (31,0,43,19).

  • cyan value is 31.07%
  • magenta value is 0.00%
  • yellow value is 43.20%
  • key color value is 19.22%

CMYK: (31,0,43,19)
C31M0Y43K19 (31%, 0%, 43%, 19%)
(0.31 / 0.00 / 0.43 / 0.19)

CMYK percentages

%31.07
%0
%43.2
%19.22

Codes

Color #8ECE75 in popluar color models

8E CE 75
RGB 142 206 117
HSL 103° 47.59% 63.33%
HSB/HSV 103° 43.20% 80.78%
CMYK 31.07% 0.00% 43.20%
19.22%

Color #8ECE75 in popluar number systems.

HEX 8E CE 75
Decimal 142 206 117
Binary 10001110 11001110 1110101
Octal 216 316 165

Shades and tints

Shades of #8ECE75

#8ECE75
(142,206,117)
#82BC6B
(130,188,107)
#76AA61
(118,170,97)
#6A9857
(106,152,87)
#5E864D
(94,134,77)
#527443
(82,116,67)
#466239
(70,98,57)
#3A502F
(58,80,47)
#2E3E25
(46,62,37)
#222C1B
(34,44,27)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #8ECE75

#8ECE75
(142,206,117)
#98D281
(152,210,129)
#A2D68D
(162,214,141)
#ACDA99
(172,218,153)
#B6DEA5
(182,222,165)
#C0E2B1
(192,226,177)
#CAE6BD
(202,230,189)
#D4EAC9
(212,234,201)
#DEEED5
(222,238,213)
#E8F2E1
(232,242,225)
#F2F6ED
(242,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ECE75 color. Also use rgb(142,206,117) instead hex code.

Text Font Color

.myTextColor { color: #8ECE75; }

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

This text font color is #8ECE75.

Background Color

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

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

This div background color is #8ECE75.

Border color

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

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

This div border color is #8ECE75.

Opacity

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

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

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

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

This text has shadow with #8ECE75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ECE75.

Preview

Color preview on black background

This text has color #8ECE75 on black background.


Color preview on white background

This text has color #8ECE75 on white background.


Black color preview on #8ECE75 background

This text has black color on #8ECE75 background.


White color preview on #8ECE75 background

This text has white color on #8ECE75 background.


Related colors

Complementary color

Complementary color for #8ECE75 is #71318A.


I love getcolorcode.com

Triadic colors

1 #758ECE and #CE758E with #8ECE75 are triadic colors.

2 #75CE8E and #CE8E75 with #8ECE75 are triadic colors.