COLOR #8DC19E

HEX: #8DC19E RGB: (141,193,158)

Color info

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

RGB color model

#8DC19E color RGB value is (141,193,158).

RGB: (141,193,158) (55%, 76%, 62%)

RGB channels and saturation

R 141 of 255 = 55%
G 193 of 255 = 76%
B 158 of 255 = 62%

141
193
158

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

Portions of RGB colors in percentages

R + G + B = 141 + 193 + 158 = 492 (100%)
R 141 of 492 ~ 28.66%
G 193 of 492 ~ 39.23%
B 158 of 492 ~ 32.11'%

%28.66
%39.23
%32.11

CMYK color model

#8DC19E color CMYK value is (27,0,18,24).

  • cyan value is 26.94%
  • magenta value is 0.00%
  • yellow value is 18.13%
  • key color value is 24.31%

CMYK: (27,0,18,24)
C27M0Y18K24 (27%, 0%, 18%, 24%)
(0.27 / 0.00 / 0.18 / 0.24)

CMYK percentages

%26.94
%0
%18.13
%24.31

Codes

Color #8DC19E in popluar color models

8D C1 9E
RGB 141 193 158
HSL 140° 29.55% 65.49%
HSB/HSV 140° 26.94% 75.69%
CMYK 26.94% 0.00% 18.13%
24.31%

Color #8DC19E in popluar number systems.

HEX 8D C1 9E
Decimal 141 193 158
Binary 10001101 11000001 10011110
Octal 215 301 236

Shades and tints

Shades of #8DC19E

#8DC19E
(141,193,158)
#81B090
(129,176,144)
#759F82
(117,159,130)
#698E74
(105,142,116)
#5D7D66
(93,125,102)
#516C58
(81,108,88)
#455B4A
(69,91,74)
#394A3C
(57,74,60)
#2D392E
(45,57,46)
#212820
(33,40,32)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #8DC19E

#8DC19E
(141,193,158)
#97C6A6
(151,198,166)
#A1CBAE
(161,203,174)
#ABD0B6
(171,208,182)
#B5D5BE
(181,213,190)
#BFDAC6
(191,218,198)
#C9DFCE
(201,223,206)
#D3E4D6
(211,228,214)
#DDE9DE
(221,233,222)
#E7EEE6
(231,238,230)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DC19E color. Also use rgb(141,193,158) instead hex code.

Text Font Color

.myTextColor { color: #8DC19E; }

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

This text font color is #8DC19E.

Background Color

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

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

This div background color is #8DC19E.

Border color

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

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

This div border color is #8DC19E.

Opacity

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

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

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

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

This text has shadow with #8DC19E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DC19E.

Preview

Color preview on black background

This text has color #8DC19E on black background.


Color preview on white background

This text has color #8DC19E on white background.


Black color preview on #8DC19E background

This text has black color on #8DC19E background.


White color preview on #8DC19E background

This text has white color on #8DC19E background.


Related colors

Complementary color

Complementary color for #hex is #723E61.


I love getcolorcode.com

Triadic colors

1 #9E8DC1 and #C19E8D with #8DC19E are triadic colors.

2 #9EC18D and #C18D9E with #8DC19E are triadic colors.