COLOR #8CC493

HEX: #8CC493 RGB: (140,196,147)

Color info

#8CC493 contains red, green and blue colors in about the same proportion. Web safe color of #8CC493 is #99CC99 (or #9C9).

RGB color model

#8CC493 color RGB value is (140,196,147).

RGB: (140,196,147) (55%, 77%, 58%)

RGB channels and saturation

R 140 of 255 = 55%
G 196 of 255 = 77%
B 147 of 255 = 58%

140
196
147

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

Portions of RGB colors in percentages

R + G + B = 140 + 196 + 147 = 483 (100%)
R 140 of 483 ~ 28.99%
G 196 of 483 ~ 40.58%
B 147 of 483 ~ 30.43'%

%28.99
%40.58
%30.43

CMYK color model

#8CC493 color CMYK value is (29,0,25,23).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 23.14%

CMYK: (29,0,25,23)
C29M0Y25K23 (29%, 0%, 25%, 23%)
(0.29 / 0.00 / 0.25 / 0.23)

CMYK percentages

%28.57
%0
%25
%23.14

Codes

Color #8CC493 in popluar color models

8C C4 93
RGB 140 196 147
HSL 128° 32.18% 65.88%
HSB/HSV 128° 28.57% 76.86%
CMYK 28.57% 0.00% 25.00%
23.14%

Color #8CC493 in popluar number systems.

HEX 8C C4 93
Decimal 140 196 147
Binary 10001100 11000100 10010011
Octal 214 304 223

Shades and tints

Shades of #8CC493

#8CC493
(140,196,147)
#80B386
(128,179,134)
#74A279
(116,162,121)
#68916C
(104,145,108)
#5C805F
(92,128,95)
#506F52
(80,111,82)
#445E45
(68,94,69)
#384D38
(56,77,56)
#2C3C2B
(44,60,43)
#202B1E
(32,43,30)
#141A11
(20,26,17)
#000000
(0,0,0)

Tints of #8CC493

#8CC493
(140,196,147)
#96C99C
(150,201,156)
#A0CEA5
(160,206,165)
#AAD3AE
(170,211,174)
#B4D8B7
(180,216,183)
#BEDDC0
(190,221,192)
#C8E2C9
(200,226,201)
#D2E7D2
(210,231,210)
#DCECDB
(220,236,219)
#E6F1E4
(230,241,228)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC493 color. Also use rgb(140,196,147) instead hex code.

Text Font Color

.myTextColor { color: #8CC493; }

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

This text font color is #8CC493.

Background Color

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

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

This div background color is #8CC493.

Border color

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

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

This div border color is #8CC493.

Opacity

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

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

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

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

This text has shadow with #8CC493 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CC493.

Preview

Color preview on black background

This text has color #8CC493 on black background.


Color preview on white background

This text has color #8CC493 on white background.


Black color preview on #8CC493 background

This text has black color on #8CC493 background.


White color preview on #8CC493 background

This text has white color on #8CC493 background.


Related colors

Complementary color

Complementary color for #hex is #733B6C.


I love getcolorcode.com

Triadic colors

1 #938CC4 and #C4938C with #8CC493 are triadic colors.

2 #93C48C and #C48C93 with #8CC493 are triadic colors.