COLOR #8CD89D

HEX: #8CD89D
RGB: (140,216,157)

Color info

#8CD89D contains mainly green and blue colors. Web safe color of #8CD89D is #99CC99 (or #9C9).

RGB color model

#8CD89D color RGB value is (140,216,157).

  • red value is 140;
  • green value is 216;
  • blue value is 157.
RGB:
(140,216,157)
(55%,85%,62%)

RGB channels and saturation

R 140 of 255 = 55%
G 216 of 255 = 85%
B 157 of 255 = 62%

140
216
157

R + G + B ~ 67%. #8CD89D is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 216 + 157 = 513 (100%)
R 140 of 513 ~ 27.29%
G 216 of 513 ~ 42.11%
B 157 of 513 ~ 30.6%

%27.29
%42.11
%30.6

CMYK color model

#8CD89D color CMYK value is (35,0,27,15).

  • cyan value is 35.19%
  • magenta value is 0.00%
  • yellow value is 27.31%
  • key color value is 15.29%
CMYK:
(35,0,27,15)
C35M0Y27K15 
(35%,0%,27%,15%)
(0.35/0.00/0.27/0.15)	

CMYK percentages

%35.19
%0
%27.31
%15.29

Codes

Color #8CD89D in popluar color models

8CD89D
RGB140216157
HSL133°49.35%69.80%
HSB/HSV133°35.19%84.71%
CMYK35.19%0.00%27.31%
15.29%

Color #8CD89D in popluar number systems.

HEX8CD89D
Decimal140216157
Binary100011001101100010011101
Octal214330235

Shades and tints

Shades of #8CD89D

#8CD89D
(140,216,157)
#80C58F
(128,197,143)
#74B281
(116,178,129)
#689F73
(104,159,115)
#5C8C65
(92,140,101)
#507957
(80,121,87)
#446649
(68,102,73)
#38533B
(56,83,59)
#2C402D
(44,64,45)
#202D1F
(32,45,31)
#141A11
(20,26,17)
#000000
(0,0,0)

Tints of #8CD89D

#8CD89D
(140,216,157)
#96DBA5
(150,219,165)
#A0DEAD
(160,222,173)
#AAE1B5
(170,225,181)
#B4E4BD
(180,228,189)
#BEE7C5
(190,231,197)
#C8EACD
(200,234,205)
#D2EDD5
(210,237,213)
#DCF0DD
(220,240,221)
#E6F3E5
(230,243,229)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CD89D color. Also use rgb(140,216,157) instead hex code.

Text Font Color

.myTextColor { color: #8CD89D; }

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

This text font color is #8CD89D.


Background Color

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

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

This div background color is #8CD89D.


Border color

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

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

This div border color is #8CD89D.


Opacity

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

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

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

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

This text has shadow with #8CD89D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CD89D on black background.


Color preview on white background

This text has color #8CD89D on white background.



Black color preview on #8CD89D background

This text has black color on #8CD89D background.


White color preview on #8CD89D background

This text has white color on #8CD89D background.