COLOR #8CD66E

HEX: #8CD66E RGB: (140,214,110)

Color info

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

RGB color model

#8CD66E color RGB value is (140,214,110).

RGB: (140,214,110) (55%, 84%, 43%)

RGB channels and saturation

R 140 of 255 = 55%
G 214 of 255 = 84%
B 110 of 255 = 43%

140
214
110

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

Portions of RGB colors in percentages

R + G + B = 140 + 214 + 110 = 464 (100%)
R 140 of 464 ~ 30.17%
G 214 of 464 ~ 46.12%
B 110 of 464 ~ 23.71'%

%30.17
%46.12
%23.71

CMYK color model

#8CD66E color CMYK value is (35,0,49,16).

  • cyan value is 34.58%
  • magenta value is 0.00%
  • yellow value is 48.60%
  • key color value is 16.08%

CMYK: (35,0,49,16)
C35M0Y49K16 (35%, 0%, 49%, 16%)
(0.35 / 0.00 / 0.49 / 0.16)

CMYK percentages

%34.58
%0
%48.6
%16.08

Codes

Color #8CD66E in popluar color models

8C D6 6E
RGB 140 214 110
HSL 103° 55.91% 63.53%
HSB/HSV 103° 48.60% 83.92%
CMYK 34.58% 0.00% 48.60%
16.08%

Color #8CD66E in popluar number systems.

HEX 8C D6 6E
Decimal 140 214 110
Binary 10001100 11010110 1101110
Octal 214 326 156

Shades and tints

Shades of #8CD66E

#8CD66E
(140,214,110)
#80C364
(128,195,100)
#74B05A
(116,176,90)
#689D50
(104,157,80)
#5C8A46
(92,138,70)
#50773C
(80,119,60)
#446432
(68,100,50)
#385128
(56,81,40)
#2C3E1E
(44,62,30)
#202B14
(32,43,20)
#14180A
(20,24,10)
#000000
(0,0,0)

Tints of #8CD66E

#8CD66E
(140,214,110)
#96D97B
(150,217,123)
#A0DC88
(160,220,136)
#AADF95
(170,223,149)
#B4E2A2
(180,226,162)
#BEE5AF
(190,229,175)
#C8E8BC
(200,232,188)
#D2EBC9
(210,235,201)
#DCEED6
(220,238,214)
#E6F1E3
(230,241,227)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CD66E color. Also use rgb(140,214,110) instead hex code.

Text Font Color

.myTextColor { color: #8CD66E; }

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

This text font color is #8CD66E.

Background Color

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

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

This div background color is #8CD66E.

Border color

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

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

This div border color is #8CD66E.

Opacity

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

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

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

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

This text has shadow with #8CD66E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CD66E.

Preview

Color preview on black background

This text has color #8CD66E on black background.


Color preview on white background

This text has color #8CD66E on white background.


Black color preview on #8CD66E background

This text has black color on #8CD66E background.


White color preview on #8CD66E background

This text has white color on #8CD66E background.


Related colors

Complementary color

Complementary color for #hex is #732991.


I love getcolorcode.com

Triadic colors

1 #6E8CD6 and #D66E8C with #8CD66E are triadic colors.

2 #6ED68C and #D68C6E with #8CD66E are triadic colors.