COLOR #8ECB70

HEX: #8ECB70 RGB: (142,203,112)

Color info

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

RGB color model

#8ECB70 color RGB value is (142,203,112).

RGB: (142,203,112) (56%, 80%, 44%)

RGB channels and saturation

R 142 of 255 = 56%
G 203 of 255 = 80%
B 112 of 255 = 44%

142
203
112

R + G + B ~ 60%. #8ECB70 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 142 + 203 + 112 = 457 (100%)
R 142 of 457 ~ 31.07%
G 203 of 457 ~ 44.42%
B 112 of 457 ~ 24.51'%

%31.07
%44.42
%24.51

CMYK color model

#8ECB70 color CMYK value is (30,0,45,20).

  • cyan value is 30.05%
  • magenta value is 0.00%
  • yellow value is 44.83%
  • key color value is 20.39%

CMYK: (30,0,45,20)
C30M0Y45K20 (30%, 0%, 45%, 20%)
(0.30 / 0.00 / 0.45 / 0.20)

CMYK percentages

%30.05
%0
%44.83
%20.39

Codes

Color #8ECB70 in popluar color models

8E CB 70
RGB 142 203 112
HSL 100° 46.67% 61.76%
HSB/HSV 100° 44.83% 79.61%
CMYK 30.05% 0.00% 44.83%
20.39%

Color #8ECB70 in popluar number systems.

HEX 8E CB 70
Decimal 142 203 112
Binary 10001110 11001011 1110000
Octal 216 313 160

Shades and tints

Shades of #8ECB70

#8ECB70
(142,203,112)
#82B966
(130,185,102)
#76A75C
(118,167,92)
#6A9552
(106,149,82)
#5E8348
(94,131,72)
#52713E
(82,113,62)
#465F34
(70,95,52)
#3A4D2A
(58,77,42)
#2E3B20
(46,59,32)
#222916
(34,41,22)
#16170C
(22,23,12)
#000000
(0,0,0)

Tints of #8ECB70

#8ECB70
(142,203,112)
#98CF7D
(152,207,125)
#A2D38A
(162,211,138)
#ACD797
(172,215,151)
#B6DBA4
(182,219,164)
#C0DFB1
(192,223,177)
#CAE3BE
(202,227,190)
#D4E7CB
(212,231,203)
#DEEBD8
(222,235,216)
#E8EFE5
(232,239,229)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ECB70 color. Also use rgb(142,203,112) instead hex code.

Text Font Color

.myTextColor { color: #8ECB70; }

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

This text font color is #8ECB70.

Background Color

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

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

This div background color is #8ECB70.

Border color

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

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

This div border color is #8ECB70.

Opacity

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

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

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

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

This text has shadow with #8ECB70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ECB70.

Preview

Color preview on black background

This text has color #8ECB70 on black background.


Color preview on white background

This text has color #8ECB70 on white background.


Black color preview on #8ECB70 background

This text has black color on #8ECB70 background.


White color preview on #8ECB70 background

This text has white color on #8ECB70 background.


Related colors

Complementary color

Complementary color for #hex is #71348F.


I love getcolorcode.com

Triadic colors

1 #708ECB and #CB708E with #8ECB70 are triadic colors.

2 #70CB8E and #CB8E70 with #8ECB70 are triadic colors.