COLOR #8CD996

HEX: #8CD996
RGB: (140,217,150)

Color info

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

RGB color model

#8CD996 color RGB value is (140,217,150).

  • red value is 140;
  • green value is 217;
  • blue value is 150.
RGB:
(140,217,150)
(55%,85%,59%)

RGB channels and saturation

R 140 of 255 = 55%
G 217 of 255 = 85%
B 150 of 255 = 59%

140
217
150

R + G + B ~ 66%. #8CD996 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 217 + 150 = 507 (100%)
R 140 of 507 ~ 27.61%
G 217 of 507 ~ 42.8%
B 150 of 507 ~ 29.59%

%27.61
%42.8
%29.59

CMYK color model

#8CD996 color CMYK value is (35,0,31,15).

  • cyan value is 35.48%
  • magenta value is 0.00%
  • yellow value is 30.88%
  • key color value is 14.90%
CMYK:
(35,0,31,15)
C35M0Y31K15 
(35%,0%,31%,15%)
(0.35/0.00/0.31/0.15)	

CMYK percentages

%35.48
%0
%30.88
%14.9

Codes

Color #8CD996 in popluar color models

8CD996
RGB140217150
HSL128°50.33%70.00%
HSB/HSV128°35.48%85.10%
CMYK35.48%0.00%30.88%
14.90%

Color #8CD996 in popluar number systems.

HEX8CD996
Decimal140217150
Binary100011001101100110010110
Octal214331226

Shades and tints

Shades of #8CD996

#8CD996
(140,217,150)
#80C689
(128,198,137)
#74B37C
(116,179,124)
#68A06F
(104,160,111)
#5C8D62
(92,141,98)
#507A55
(80,122,85)
#446748
(68,103,72)
#38543B
(56,84,59)
#2C412E
(44,65,46)
#202E21
(32,46,33)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #8CD996

#8CD996
(140,217,150)
#96DC9F
(150,220,159)
#A0DFA8
(160,223,168)
#AAE2B1
(170,226,177)
#B4E5BA
(180,229,186)
#BEE8C3
(190,232,195)
#C8EBCC
(200,235,204)
#D2EED5
(210,238,213)
#DCF1DE
(220,241,222)
#E6F4E7
(230,244,231)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CD996 color. Also use rgb(140,217,150) instead hex code.

Text Font Color

.myTextColor { color: #8CD996; }

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

This text font color is #8CD996.


Background Color

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

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

This div background color is #8CD996.


Border color

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

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

This div border color is #8CD996.


Opacity

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

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

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

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

This text has shadow with #8CD996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CD996 on black background.


Color preview on white background

This text has color #8CD996 on white background.



Black color preview on #8CD996 background

This text has black color on #8CD996 background.


White color preview on #8CD996 background

This text has white color on #8CD996 background.