COLOR #8CC189

HEX: #8CC189 RGB: (140,193,137)

Color info

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

RGB color model

#8CC189 color RGB value is (140,193,137).

RGB: (140,193,137) (55%, 76%, 54%)

RGB channels and saturation

R 140 of 255 = 55%
G 193 of 255 = 76%
B 137 of 255 = 54%

140
193
137

R + G + B ~ 62%. #8CC189 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 193 + 137 = 470 (100%)
R 140 of 470 ~ 29.79%
G 193 of 470 ~ 41.06%
B 137 of 470 ~ 29.15'%

%29.79
%41.06
%29.15

CMYK color model

#8CC189 color CMYK value is (27,0,29,24).

  • cyan value is 27.46%
  • magenta value is 0.00%
  • yellow value is 29.02%
  • key color value is 24.31%

CMYK: (27,0,29,24)
C27M0Y29K24 (27%, 0%, 29%, 24%)
(0.27 / 0.00 / 0.29 / 0.24)

CMYK percentages

%27.46
%0
%29.02
%24.31

Codes

Color #8CC189 in popluar color models

8C C1 89
RGB 140 193 137
HSL 117° 31.11% 64.71%
HSB/HSV 117° 29.02% 75.69%
CMYK 27.46% 0.00% 29.02%
24.31%

Color #8CC189 in popluar number systems.

HEX 8C C1 89
Decimal 140 193 137
Binary 10001100 11000001 10001001
Octal 214 301 211

Shades and tints

Shades of #8CC189

#8CC189
(140,193,137)
#80B07D
(128,176,125)
#749F71
(116,159,113)
#688E65
(104,142,101)
#5C7D59
(92,125,89)
#506C4D
(80,108,77)
#445B41
(68,91,65)
#384A35
(56,74,53)
#2C3929
(44,57,41)
#20281D
(32,40,29)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #8CC189

#8CC189
(140,193,137)
#96C693
(150,198,147)
#A0CB9D
(160,203,157)
#AAD0A7
(170,208,167)
#B4D5B1
(180,213,177)
#BEDABB
(190,218,187)
#C8DFC5
(200,223,197)
#D2E4CF
(210,228,207)
#DCE9D9
(220,233,217)
#E6EEE3
(230,238,227)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC189 color. Also use rgb(140,193,137) instead hex code.

Text Font Color

.myTextColor { color: #8CC189; }

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

This text font color is #8CC189.

Background Color

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

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

This div background color is #8CC189.

Border color

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

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

This div border color is #8CC189.

Opacity

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

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

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

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

This text has shadow with #8CC189 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CC189.

Preview

Color preview on black background

This text has color #8CC189 on black background.


Color preview on white background

This text has color #8CC189 on white background.


Black color preview on #8CC189 background

This text has black color on #8CC189 background.


White color preview on #8CC189 background

This text has white color on #8CC189 background.


Related colors

Complementary color

Complementary color for #hex is #733E76.


I love getcolorcode.com

Triadic colors

1 #898CC1 and #C1898C with #8CC189 are triadic colors.

2 #89C18C and #C18C89 with #8CC189 are triadic colors.