COLOR #8DC996

HEX: #8DC996 RGB: (141,201,150)

Color info

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

RGB color model

#8DC996 color RGB value is (141,201,150).

RGB: (141,201,150) (55%, 79%, 59%)

RGB channels and saturation

R 141 of 255 = 55%
G 201 of 255 = 79%
B 150 of 255 = 59%

141
201
150

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

Portions of RGB colors in percentages

R + G + B = 141 + 201 + 150 = 492 (100%)
R 141 of 492 ~ 28.66%
G 201 of 492 ~ 40.85%
B 150 of 492 ~ 30.49'%

%28.66
%40.85
%30.49

CMYK color model

#8DC996 color CMYK value is (30,0,25,21).

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

CMYK: (30,0,25,21)
C30M0Y25K21 (30%, 0%, 25%, 21%)
(0.30 / 0.00 / 0.25 / 0.21)

CMYK percentages

%29.85
%0
%25.37
%21.18

Codes

Color #8DC996 in popluar color models

8D C9 96
RGB 141 201 150
HSL 129° 35.71% 67.06%
HSB/HSV 129° 29.85% 78.82%
CMYK 29.85% 0.00% 25.37%
21.18%

Color #8DC996 in popluar number systems.

HEX 8D C9 96
Decimal 141 201 150
Binary 10001101 11001001 10010110
Octal 215 311 226

Shades and tints

Shades of #8DC996

#8DC996
(141,201,150)
#81B789
(129,183,137)
#75A57C
(117,165,124)
#69936F
(105,147,111)
#5D8162
(93,129,98)
#516F55
(81,111,85)
#455D48
(69,93,72)
#394B3B
(57,75,59)
#2D392E
(45,57,46)
#212721
(33,39,33)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #8DC996

#8DC996
(141,201,150)
#97CD9F
(151,205,159)
#A1D1A8
(161,209,168)
#ABD5B1
(171,213,177)
#B5D9BA
(181,217,186)
#BFDDC3
(191,221,195)
#C9E1CC
(201,225,204)
#D3E5D5
(211,229,213)
#DDE9DE
(221,233,222)
#E7EDE7
(231,237,231)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DC996; }

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

This text font color is #8DC996.

Background Color

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

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

This div background color is #8DC996.

Border color

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

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

This div border color is #8DC996.

Opacity

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

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

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

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

This text has shadow with #8DC996 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DC996.

Preview

Color preview on black background

This text has color #8DC996 on black background.


Color preview on white background

This text has color #8DC996 on white background.


Black color preview on #8DC996 background

This text has black color on #8DC996 background.


White color preview on #8DC996 background

This text has white color on #8DC996 background.


Related colors

Complementary color

Complementary color for #hex is #723669.


I love getcolorcode.com

Triadic colors

1 #968DC9 and #C9968D with #8DC996 are triadic colors.

2 #96C98D and #C98D96 with #8DC996 are triadic colors.