COLOR #8CCD87

HEX: #8CCD87 RGB: (140,205,135)

Color info

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

RGB color model

#8CCD87 color RGB value is (140,205,135).

RGB: (140,205,135) (55%, 80%, 53%)

RGB channels and saturation

R 140 of 255 = 55%
G 205 of 255 = 80%
B 135 of 255 = 53%

140
205
135

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

Portions of RGB colors in percentages

R + G + B = 140 + 205 + 135 = 480 (100%)
R 140 of 480 ~ 29.17%
G 205 of 480 ~ 42.71%
B 135 of 480 ~ 28.13'%

%29.17
%42.71
%28.13

CMYK color model

#8CCD87 color CMYK value is (32,0,34,20).

  • cyan value is 31.71%
  • magenta value is 0.00%
  • yellow value is 34.15%
  • key color value is 19.61%

CMYK: (32,0,34,20)
C32M0Y34K20 (32%, 0%, 34%, 20%)
(0.32 / 0.00 / 0.34 / 0.20)

CMYK percentages

%31.71
%0
%34.15
%19.61

Codes

Color #8CCD87 in popluar color models

8C CD 87
RGB 140 205 135
HSL 116° 41.18% 66.67%
HSB/HSV 116° 34.15% 80.39%
CMYK 31.71% 0.00% 34.15%
19.61%

Color #8CCD87 in popluar number systems.

HEX 8C CD 87
Decimal 140 205 135
Binary 10001100 11001101 10000111
Octal 214 315 207

Shades and tints

Shades of #8CCD87

#8CCD87
(140,205,135)
#80BB7B
(128,187,123)
#74A96F
(116,169,111)
#689763
(104,151,99)
#5C8557
(92,133,87)
#50734B
(80,115,75)
#44613F
(68,97,63)
#384F33
(56,79,51)
#2C3D27
(44,61,39)
#202B1B
(32,43,27)
#14190F
(20,25,15)
#000000
(0,0,0)

Tints of #8CCD87

#8CCD87
(140,205,135)
#96D191
(150,209,145)
#A0D59B
(160,213,155)
#AAD9A5
(170,217,165)
#B4DDAF
(180,221,175)
#BEE1B9
(190,225,185)
#C8E5C3
(200,229,195)
#D2E9CD
(210,233,205)
#DCEDD7
(220,237,215)
#E6F1E1
(230,241,225)
#F0F5EB
(240,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CCD87; }

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

This text font color is #8CCD87.

Background Color

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

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

This div background color is #8CCD87.

Border color

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

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

This div border color is #8CCD87.

Opacity

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

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

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

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

This text has shadow with #8CCD87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CCD87.

Preview

Color preview on black background

This text has color #8CCD87 on black background.


Color preview on white background

This text has color #8CCD87 on white background.


Black color preview on #8CCD87 background

This text has black color on #8CCD87 background.


White color preview on #8CCD87 background

This text has white color on #8CCD87 background.


Related colors

Complementary color

Complementary color for #hex is #733278.


I love getcolorcode.com

Triadic colors

1 #878CCD and #CD878C with #8CCD87 are triadic colors.

2 #87CD8C and #CD8C87 with #8CCD87 are triadic colors.