COLOR #8CD668

HEX: #8CD668
RGB: (140,214,104)

Color info

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

RGB color model

#8CD668 color RGB value is (140,214,104).

  • red value is 140;
  • green value is 214;
  • blue value is 104.
RGB:
(140,214,104)
(55%,84%,41%)

RGB channels and saturation

R 140 of 255 = 55%
G 214 of 255 = 84%
B 104 of 255 = 41%

140
214
104

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

Portions of RGB colors in percentages

R + G + B =
140 + 214 + 104 = 458 (100%)
R 140 of 458 ~ 30.57%
G 214 of 458 ~ 46.72%
B 104 of 458 ~ 22.71%

%30.57
%46.72
%22.71

CMYK color model

#8CD668 color CMYK value is (35,0,51,16).

  • cyan value is 34.58%
  • magenta value is 0.00%
  • yellow value is 51.40%
  • key color value is 16.08%
CMYK:
(35,0,51,16)
C35M0Y51K16 
(35%,0%,51%,16%)
(0.35/0.00/0.51/0.16)	

CMYK percentages

%34.58
%0
%51.4
%16.08

Codes

Color #8CD668 in popluar color models

8CD668
RGB140214104
HSL100°57.29%62.35%
HSB/HSV100°51.40%83.92%
CMYK34.58%0.00%51.40%
16.08%

Color #8CD668 in popluar number systems.

HEX8CD668
Decimal140214104
Binary10001100110101101101000
Octal214326150

Shades and tints

Shades of #8CD668

#8CD668
(140,214,104)
#80C35F
(128,195,95)
#74B056
(116,176,86)
#689D4D
(104,157,77)
#5C8A44
(92,138,68)
#50773B
(80,119,59)
#446432
(68,100,50)
#385129
(56,81,41)
#2C3E20
(44,62,32)
#202B17
(32,43,23)
#14180E
(20,24,14)
#000000
(0,0,0)

Tints of #8CD668

#8CD668
(140,214,104)
#96D975
(150,217,117)
#A0DC82
(160,220,130)
#AADF8F
(170,223,143)
#B4E29C
(180,226,156)
#BEE5A9
(190,229,169)
#C8E8B6
(200,232,182)
#D2EBC3
(210,235,195)
#DCEED0
(220,238,208)
#E6F1DD
(230,241,221)
#F0F4EA
(240,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CD668; }

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

This text font color is #8CD668.


Background Color

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

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

This div background color is #8CD668.


Border color

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

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

This div border color is #8CD668.


Opacity

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

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

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

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

This text has shadow with #8CD668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CD668 on black background.


Color preview on white background

This text has color #8CD668 on white background.



Black color preview on #8CD668 background

This text has black color on #8CD668 background.


White color preview on #8CD668 background

This text has white color on #8CD668 background.