COLOR #8CC285

HEX: #8CC285 RGB: (140,194,133)

Color info

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

RGB color model

#8CC285 color RGB value is (140,194,133).

RGB: (140,194,133) (55%, 76%, 52%)

RGB channels and saturation

R 140 of 255 = 55%
G 194 of 255 = 76%
B 133 of 255 = 52%

140
194
133

R + G + B ~ 61%. #8CC285 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 194 + 133 = 467 (100%)
R 140 of 467 ~ 29.98%
G 194 of 467 ~ 41.54%
B 133 of 467 ~ 28.48'%

%29.98
%41.54
%28.48

CMYK color model

#8CC285 color CMYK value is (28,0,31,24).

  • cyan value is 27.84%
  • magenta value is 0.00%
  • yellow value is 31.44%
  • key color value is 23.92%
CMYK: (28,0,31,24) C28M0Y31K24 (28%,0%,31%,24%) (0.28/0.00/0.31/0.24) 

CMYK percentages

%27.84
%0
%31.44
%23.92

Codes

Color #8CC285 in popluar color models

8C C2 85
RGB 140 194 133
HSL 113° 33.33% 64.12%
HSB/HSV 113° 31.44% 76.08%
CMYK 27.84% 0.00% 31.44%
23.92%

Color #8CC285 in popluar number systems.

HEX 8C C2 85
Decimal 140 194 133
Binary 10001100 11000010 10000101
Octal 214 302 205

Shades and tints

Shades of #8CC285

#8CC285
(140,194,133)
#80B179
(128,177,121)
#74A06D
(116,160,109)
#688F61
(104,143,97)
#5C7E55
(92,126,85)
#506D49
(80,109,73)
#445C3D
(68,92,61)
#384B31
(56,75,49)
#2C3A25
(44,58,37)
#202919
(32,41,25)
#14180D
(20,24,13)
#000000
(0,0,0)

Tints of #8CC285

#8CC285
(140,194,133)
#96C790
(150,199,144)
#A0CC9B
(160,204,155)
#AAD1A6
(170,209,166)
#B4D6B1
(180,214,177)
#BEDBBC
(190,219,188)
#C8E0C7
(200,224,199)
#D2E5D2
(210,229,210)
#DCEADD
(220,234,221)
#E6EFE8
(230,239,232)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC285 color. Also use rgb(140,194,133) instead hex code.

Text Font Color

.myTextColor { color: #8CC285; }

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

This text font color is #8CC285.

Background Color

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

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

This div background color is #8CC285.

Border color

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

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

This div border color is #8CC285.

Opacity

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

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

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

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

This text has shadow with #8CC285 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CC285.

Preview

Color preview on black background

This text has color #8CC285 on black background.


Color preview on white background

This text has color #8CC285 on white background.


Black color preview on #8CC285 background

This text has black color on #8CC285 background.


White color preview on #8CC285 background

This text has white color on #8CC285 background.


Related colors

Complementary color

Complementary color for #hex is #733D7A.


I love getcolorcode.com

Triadic colors

1 #858CC2 and #C2858C with #8CC285 are triadic colors.

2 #85C28C and #C28C85 with #8CC285 are triadic colors.