COLOR #8DC994

HEX: #8DC994 RGB: (141,201,148)

Color info

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

RGB color model

#8DC994 color RGB value is (141,201,148).

RGB: (141,201,148) (55%, 79%, 58%)

RGB channels and saturation

R 141 of 255 = 55%
G 201 of 255 = 79%
B 148 of 255 = 58%

141
201
148

R + G + B ~ 64%. #8DC994 is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 201 + 148 = 490 (100%)
R 141 of 490 ~ 28.78%
G 201 of 490 ~ 41.02%
B 148 of 490 ~ 30.2'%

%28.78
%41.02
%30.2

CMYK color model

#8DC994 color CMYK value is (30,0,26,21).

  • cyan value is 29.85%
  • magenta value is 0.00%
  • yellow value is 26.37%
  • key color value is 21.18%

CMYK: (30,0,26,21)
C30M0Y26K21 (30%, 0%, 26%, 21%)
(0.30 / 0.00 / 0.26 / 0.21)

CMYK percentages

%29.85
%0
%26.37
%21.18

Codes

Color #8DC994 in popluar color models

8D C9 94
RGB 141 201 148
HSL 127° 35.71% 67.06%
HSB/HSV 127° 29.85% 78.82%
CMYK 29.85% 0.00% 26.37%
21.18%

Color #8DC994 in popluar number systems.

HEX 8D C9 94
Decimal 141 201 148
Binary 10001101 11001001 10010100
Octal 215 311 224

Shades and tints

Shades of #8DC994

#8DC994
(141,201,148)
#81B787
(129,183,135)
#75A57A
(117,165,122)
#69936D
(105,147,109)
#5D8160
(93,129,96)
#516F53
(81,111,83)
#455D46
(69,93,70)
#394B39
(57,75,57)
#2D392C
(45,57,44)
#21271F
(33,39,31)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #8DC994

#8DC994
(141,201,148)
#97CD9D
(151,205,157)
#A1D1A6
(161,209,166)
#ABD5AF
(171,213,175)
#B5D9B8
(181,217,184)
#BFDDC1
(191,221,193)
#C9E1CA
(201,225,202)
#D3E5D3
(211,229,211)
#DDE9DC
(221,233,220)
#E7EDE5
(231,237,229)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DC994 color. Also use rgb(141,201,148) instead hex code.

Text Font Color

.myTextColor { color: #8DC994; }

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

This text font color is #8DC994.

Background Color

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

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

This div background color is #8DC994.

Border color

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

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

This div border color is #8DC994.

Opacity

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

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

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

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

This text has shadow with #8DC994 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DC994.

Preview

Color preview on black background

This text has color #8DC994 on black background.


Color preview on white background

This text has color #8DC994 on white background.


Black color preview on #8DC994 background

This text has black color on #8DC994 background.


White color preview on #8DC994 background

This text has white color on #8DC994 background.


Related colors

Complementary color

Complementary color for #hex is #72366B.


I love getcolorcode.com

Triadic colors

1 #948DC9 and #C9948D with #8DC994 are triadic colors.

2 #94C98D and #C98D94 with #8DC994 are triadic colors.