COLOR #8DC995

HEX: #8DC995 RGB: (141,201,149)

Color info

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

RGB color model

#8DC995 color RGB value is (141,201,149).

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

RGB channels and saturation

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

141
201
149

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

Portions of RGB colors in percentages

R + G + B = 141 + 201 + 149 = 491 (100%)
R 141 of 491 ~ 28.72%
G 201 of 491 ~ 40.94%
B 149 of 491 ~ 30.35'%

%28.72
%40.94
%30.35

CMYK color model

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

  • cyan value is 29.85%
  • magenta value is 0.00%
  • yellow value is 25.87%
  • 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
%25.87
%21.18

Codes

Color #8DC995 in popluar color models

8D C9 95
RGB 141 201 149
HSL 128° 35.71% 67.06%
HSB/HSV 128° 29.85% 78.82%
CMYK 29.85% 0.00% 25.87%
21.18%

Color #8DC995 in popluar number systems.

HEX 8D C9 95
Decimal 141 201 149
Binary 10001101 11001001 10010101
Octal 215 311 225

Shades and tints

Shades of #8DC995

#8DC995
(141,201,149)
#81B788
(129,183,136)
#75A57B
(117,165,123)
#69936E
(105,147,110)
#5D8161
(93,129,97)
#516F54
(81,111,84)
#455D47
(69,93,71)
#394B3A
(57,75,58)
#2D392D
(45,57,45)
#212720
(33,39,32)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #8DC995

#8DC995
(141,201,149)
#97CD9E
(151,205,158)
#A1D1A7
(161,209,167)
#ABD5B0
(171,213,176)
#B5D9B9
(181,217,185)
#BFDDC2
(191,221,194)
#C9E1CB
(201,225,203)
#D3E5D4
(211,229,212)
#DDE9DD
(221,233,221)
#E7EDE6
(231,237,230)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DC995; }

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

This text font color is #8DC995.

Background Color

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

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

This div background color is #8DC995.

Border color

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

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

This div border color is #8DC995.

Opacity

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

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

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

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

This text has shadow with #8DC995 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DC995.

Preview

Color preview on black background

This text has color #8DC995 on black background.


Color preview on white background

This text has color #8DC995 on white background.


Black color preview on #8DC995 background

This text has black color on #8DC995 background.


White color preview on #8DC995 background

This text has white color on #8DC995 background.


Related colors

Complementary color

Complementary color for #hex is #72366A.


I love getcolorcode.com

Triadic colors

1 #958DC9 and #C9958D with #8DC995 are triadic colors.

2 #95C98D and #C98D95 with #8DC995 are triadic colors.