COLOR #8EDC85

HEX: #8EDC85 RGB: (142,220,133)

Color info

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

RGB color model

#8EDC85 color RGB value is (142,220,133).

RGB: (142,220,133) (56%, 86%, 52%)

RGB channels and saturation

R 142 of 255 = 56%
G 220 of 255 = 86%
B 133 of 255 = 52%

142
220
133

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

Portions of RGB colors in percentages

R + G + B = 142 + 220 + 133 = 495 (100%)
R 142 of 495 ~ 28.69%
G 220 of 495 ~ 44.44%
B 133 of 495 ~ 26.87'%

%28.69
%44.44
%26.87

CMYK color model

#8EDC85 color CMYK value is (35,0,40,14).

  • cyan value is 35.45%
  • magenta value is 0.00%
  • yellow value is 39.55%
  • key color value is 13.73%

CMYK: (35,0,40,14)
C35M0Y40K14 (35%, 0%, 40%, 14%)
(0.35 / 0.00 / 0.40 / 0.14)

CMYK percentages

%35.45
%0
%39.55
%13.73

Codes

Color #8EDC85 in popluar color models

8E DC 85
RGB 142 220 133
HSL 114° 55.41% 69.22%
HSB/HSV 114° 39.55% 86.27%
CMYK 35.45% 0.00% 39.55%
13.73%

Color #8EDC85 in popluar number systems.

HEX 8E DC 85
Decimal 142 220 133
Binary 10001110 11011100 10000101
Octal 216 334 205

Shades and tints

Shades of #8EDC85

#8EDC85
(142,220,133)
#82C879
(130,200,121)
#76B46D
(118,180,109)
#6AA061
(106,160,97)
#5E8C55
(94,140,85)
#527849
(82,120,73)
#46643D
(70,100,61)
#3A5031
(58,80,49)
#2E3C25
(46,60,37)
#222819
(34,40,25)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #8EDC85

#8EDC85
(142,220,133)
#98DF90
(152,223,144)
#A2E29B
(162,226,155)
#ACE5A6
(172,229,166)
#B6E8B1
(182,232,177)
#C0EBBC
(192,235,188)
#CAEEC7
(202,238,199)
#D4F1D2
(212,241,210)
#DEF4DD
(222,244,221)
#E8F7E8
(232,247,232)
#F2FAF3
(242,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EDC85 color. Also use rgb(142,220,133) instead hex code.

Text Font Color

.myTextColor { color: #8EDC85; }

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

This text font color is #8EDC85.

Background Color

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

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

This div background color is #8EDC85.

Border color

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

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

This div border color is #8EDC85.

Opacity

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

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

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

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

This text has shadow with #8EDC85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EDC85.

Preview

Color preview on black background

This text has color #8EDC85 on black background.


Color preview on white background

This text has color #8EDC85 on white background.


Black color preview on #8EDC85 background

This text has black color on #8EDC85 background.


White color preview on #8EDC85 background

This text has white color on #8EDC85 background.


Related colors

Complementary color

Complementary color for #hex is #71237A.


I love getcolorcode.com

Triadic colors

1 #858EDC and #DC858E with #8EDC85 are triadic colors.

2 #85DC8E and #DC8E85 with #8EDC85 are triadic colors.