COLOR #8CD087

HEX: #8CD087
RGB: (140,208,135)

Color info

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

RGB color model

#8CD087 color RGB value is (140,208,135).

  • red value is 140;
  • green value is 208;
  • blue value is 135.
RGB:
(140,208,135)
(55%,82%,53%)

RGB channels and saturation

R 140 of 255 = 55%
G 208 of 255 = 82%
B 135 of 255 = 53%

140
208
135

R + G + B ~ 63%. #8CD087 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 208 + 135 = 483 (100%)
R 140 of 483 ~ 28.99%
G 208 of 483 ~ 43.06%
B 135 of 483 ~ 27.95%

%28.99
%43.06
%27.95

CMYK color model

#8CD087 color CMYK value is (33,0,35,18).

  • cyan value is 32.69%
  • magenta value is 0.00%
  • yellow value is 35.10%
  • key color value is 18.43%
CMYK:
(33,0,35,18)
C33M0Y35K18 
(33%,0%,35%,18%)
(0.33/0.00/0.35/0.18)	

CMYK percentages

%32.69
%0
%35.1
%18.43

Codes

Color #8CD087 in popluar color models

8CD087
RGB140208135
HSL116°43.71%67.25%
HSB/HSV116°35.10%81.57%
CMYK32.69%0.00%35.10%
18.43%

Color #8CD087 in popluar number systems.

HEX8CD087
Decimal140208135
Binary100011001101000010000111
Octal214320207

Shades and tints

Shades of #8CD087

#8CD087
(140,208,135)
#80BE7B
(128,190,123)
#74AC6F
(116,172,111)
#689A63
(104,154,99)
#5C8857
(92,136,87)
#50764B
(80,118,75)
#44643F
(68,100,63)
#385233
(56,82,51)
#2C4027
(44,64,39)
#202E1B
(32,46,27)
#141C0F
(20,28,15)
#000000
(0,0,0)

Tints of #8CD087

#8CD087
(140,208,135)
#96D491
(150,212,145)
#A0D89B
(160,216,155)
#AADCA5
(170,220,165)
#B4E0AF
(180,224,175)
#BEE4B9
(190,228,185)
#C8E8C3
(200,232,195)
#D2ECCD
(210,236,205)
#DCF0D7
(220,240,215)
#E6F4E1
(230,244,225)
#F0F8EB
(240,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CD087 color. Also use rgb(140,208,135) instead hex code.

Text Font Color

.myTextColor { color: #8CD087; }

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

This text font color is #8CD087.


Background Color

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

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

This div background color is #8CD087.


Border color

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

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

This div border color is #8CD087.


Opacity

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

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

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

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

This text has shadow with #8CD087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CD087 on black background.


Color preview on white background

This text has color #8CD087 on white background.



Black color preview on #8CD087 background

This text has black color on #8CD087 background.


White color preview on #8CD087 background

This text has white color on #8CD087 background.