COLOR #8DA37E

HEX: #8DA37E RGB: (141,163,126)

Color info

#8DA37E contains red, green and blue colors in about the same proportion. Web safe color of #8DA37E is #999966 (or #996).

RGB color model

#8DA37E color RGB value is (141,163,126).

RGB: (141,163,126) (55%, 64%, 49%)

RGB channels and saturation

R 141 of 255 = 55%
G 163 of 255 = 64%
B 126 of 255 = 49%

141
163
126

R + G + B ~ 56%. #8DA37E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 141 + 163 + 126 = 430 (100%)
R 141 of 430 ~ 32.79%
G 163 of 430 ~ 37.91%
B 126 of 430 ~ 29.3'%

%32.79
%37.91
%29.3

CMYK color model

#8DA37E color CMYK value is (13,0,23,36).

  • cyan value is 13.50%
  • magenta value is 0.00%
  • yellow value is 22.70%
  • key color value is 36.08%

CMYK: (13,0,23,36)
C13M0Y23K36 (13%, 0%, 23%, 36%)
(0.13 / 0.00 / 0.23 / 0.36)

CMYK percentages

%13.5
%0
%22.7
%36.08

Codes

Color #8DA37E in popluar color models

8D A3 7E
RGB 141 163 126
HSL 96° 16.74% 56.67%
HSB/HSV 96° 22.70% 63.92%
CMYK 13.50% 0.00% 22.70%
36.08%

Color #8DA37E in popluar number systems.

HEX 8D A3 7E
Decimal 141 163 126
Binary 10001101 10100011 1111110
Octal 215 243 176

Shades and tints

Shades of #8DA37E

#8DA37E
(141,163,126)
#819573
(129,149,115)
#758768
(117,135,104)
#69795D
(105,121,93)
#5D6B52
(93,107,82)
#515D47
(81,93,71)
#454F3C
(69,79,60)
#394131
(57,65,49)
#2D3326
(45,51,38)
#21251B
(33,37,27)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #8DA37E

#8DA37E
(141,163,126)
#97AB89
(151,171,137)
#A1B394
(161,179,148)
#ABBB9F
(171,187,159)
#B5C3AA
(181,195,170)
#BFCBB5
(191,203,181)
#C9D3C0
(201,211,192)
#D3DBCB
(211,219,203)
#DDE3D6
(221,227,214)
#E7EBE1
(231,235,225)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA37E; }

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

This text font color is #8DA37E.

Background Color

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

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

This div background color is #8DA37E.

Border color

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

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

This div border color is #8DA37E.

Opacity

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

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

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

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

This text has shadow with #8DA37E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA37E.

Preview

Color preview on black background

This text has color #8DA37E on black background.


Color preview on white background

This text has color #8DA37E on white background.


Black color preview on #8DA37E background

This text has black color on #8DA37E background.


White color preview on #8DA37E background

This text has white color on #8DA37E background.


Related colors

Complementary color

Complementary color for #hex is #725C81.


I love getcolorcode.com

Triadic colors

1 #7E8DA3 and #A37E8D with #8DA37E are triadic colors.

2 #7EA38D and #A38D7E with #8DA37E are triadic colors.