COLOR #8CE664

HEX: #8CE664 RGB: (140,230,100)

Color info

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

RGB color model

#8CE664 color RGB value is (140,230,100).

RGB: (140,230,100) (55%, 90%, 39%)

RGB channels and saturation

R 140 of 255 = 55%
G 230 of 255 = 90%
B 100 of 255 = 39%

140
230
100

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

Portions of RGB colors in percentages

R + G + B = 140 + 230 + 100 = 470 (100%)
R 140 of 470 ~ 29.79%
G 230 of 470 ~ 48.94%
B 100 of 470 ~ 21.28'%

%29.79
%48.94
%21.28

CMYK color model

#8CE664 color CMYK value is (39,0,57,10).

  • cyan value is 39.13%
  • magenta value is 0.00%
  • yellow value is 56.52%
  • key color value is 9.80%

CMYK: (39,0,57,10)
C39M0Y57K10 (39%, 0%, 57%, 10%)
(0.39 / 0.00 / 0.57 / 0.10)

CMYK percentages

%39.13
%0
%56.52
%9.8

Codes

Color #8CE664 in popluar color models

8C E6 64
RGB 140 230 100
HSL 102° 72.22% 64.71%
HSB/HSV 102° 56.52% 90.20%
CMYK 39.13% 0.00% 56.52%
9.80%

Color #8CE664 in popluar number systems.

HEX 8C E6 64
Decimal 140 230 100
Binary 10001100 11100110 1100100
Octal 214 346 144

Shades and tints

Shades of #8CE664

#8CE664
(140,230,100)
#80D25B
(128,210,91)
#74BE52
(116,190,82)
#68AA49
(104,170,73)
#5C9640
(92,150,64)
#508237
(80,130,55)
#446E2E
(68,110,46)
#385A25
(56,90,37)
#2C461C
(44,70,28)
#203213
(32,50,19)
#141E0A
(20,30,10)
#000000
(0,0,0)

Tints of #8CE664

#8CE664
(140,230,100)
#96E872
(150,232,114)
#A0EA80
(160,234,128)
#AAEC8E
(170,236,142)
#B4EE9C
(180,238,156)
#BEF0AA
(190,240,170)
#C8F2B8
(200,242,184)
#D2F4C6
(210,244,198)
#DCF6D4
(220,246,212)
#E6F8E2
(230,248,226)
#F0FAF0
(240,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CE664 color. Also use rgb(140,230,100) instead hex code.

Text Font Color

.myTextColor { color: #8CE664; }

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

This text font color is #8CE664.

Background Color

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

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

This div background color is #8CE664.

Border color

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

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

This div border color is #8CE664.

Opacity

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

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

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

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

This text has shadow with #8CE664 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CE664.

Preview

Color preview on black background

This text has color #8CE664 on black background.


Color preview on white background

This text has color #8CE664 on white background.


Black color preview on #8CE664 background

This text has black color on #8CE664 background.


White color preview on #8CE664 background

This text has white color on #8CE664 background.


Related colors

Complementary color

Complementary color for #hex is #73199B.


I love getcolorcode.com

Triadic colors

1 #648CE6 and #E6648C with #8CE664 are triadic colors.

2 #64E68C and #E68C64 with #8CE664 are triadic colors.