COLOR #8DC67E

HEX: #8DC67E RGB: (141,198,126)

Color info

#8DC67E contains mainly red and green colors. Web safe color of #8DC67E is #99CC66 (or #9C6).

RGB color model

#8DC67E color RGB value is (141,198,126).

RGB: (141,198,126) (55%, 78%, 49%)

RGB channels and saturation

R 141 of 255 = 55%
G 198 of 255 = 78%
B 126 of 255 = 49%

141
198
126

R + G + B ~ 61%. #8DC67E is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 198 + 126 = 465 (100%)
R 141 of 465 ~ 30.32%
G 198 of 465 ~ 42.58%
B 126 of 465 ~ 27.1'%

%30.32
%42.58
%27.1

CMYK color model

#8DC67E color CMYK value is (29,0,36,22).

  • cyan value is 28.79%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 22.35%
CMYK: (29,0,36,22) C29M0Y36K22 (29%,0%,36%,22%) (0.29/0.00/0.36/0.22) 

CMYK percentages

%28.79
%0
%36.36
%22.35

Codes

Color #8DC67E in popluar color models

8D C6 7E
RGB 141 198 126
HSL 108° 38.71% 63.53%
HSB/HSV 108° 36.36% 77.65%
CMYK 28.79% 0.00% 36.36%
22.35%

Color #8DC67E in popluar number systems.

HEX 8D C6 7E
Decimal 141 198 126
Binary 10001101 11000110 1111110
Octal 215 306 176

Shades and tints

Shades of #8DC67E

#8DC67E
(141,198,126)
#81B473
(129,180,115)
#75A268
(117,162,104)
#69905D
(105,144,93)
#5D7E52
(93,126,82)
#516C47
(81,108,71)
#455A3C
(69,90,60)
#394831
(57,72,49)
#2D3626
(45,54,38)
#21241B
(33,36,27)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #8DC67E

#8DC67E
(141,198,126)
#97CB89
(151,203,137)
#A1D094
(161,208,148)
#ABD59F
(171,213,159)
#B5DAAA
(181,218,170)
#BFDFB5
(191,223,181)
#C9E4C0
(201,228,192)
#D3E9CB
(211,233,203)
#DDEED6
(221,238,214)
#E7F3E1
(231,243,225)
#F1F8EC
(241,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DC67E color. Also use rgb(141,198,126) instead hex code.

Text Font Color

.myTextColor { color: #8DC67E; }

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

This text font color is #8DC67E.

Background Color

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

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

This div background color is #8DC67E.

Border color

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

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

This div border color is #8DC67E.

Opacity

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

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

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

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

This text has shadow with #8DC67E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DC67E.

Preview

Color preview on black background

This text has color #8DC67E on black background.


Color preview on white background

This text has color #8DC67E on white background.


Black color preview on #8DC67E background

This text has black color on #8DC67E background.


White color preview on #8DC67E background

This text has white color on #8DC67E background.


Related colors

Complementary color

Complementary color for #hex is #723981.


I love getcolorcode.com

Triadic colors

1 #7E8DC6 and #C67E8D with #8DC67E are triadic colors.

2 #7EC68D and #C68D7E with #8DC67E are triadic colors.