COLOR #8DA58E

HEX: #8DA58E RGB: (141,165,142)

Color info

#8DA58E contains red, green and blue colors in about the same proportion. Web safe color of #8DA58E is #999999 (or #999).

RGB color model

#8DA58E color RGB value is (141,165,142).

RGB: (141,165,142) (55%, 65%, 56%)

RGB channels and saturation

R 141 of 255 = 55%
G 165 of 255 = 65%
B 142 of 255 = 56%

141
165
142

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

Portions of RGB colors in percentages

R + G + B = 141 + 165 + 142 = 448 (100%)
R 141 of 448 ~ 31.47%
G 165 of 448 ~ 36.83%
B 142 of 448 ~ 31.7'%

%31.47
%36.83
%31.7

CMYK color model

#8DA58E color CMYK value is (15,0,14,35).

  • cyan value is 14.55%
  • magenta value is 0.00%
  • yellow value is 13.94%
  • key color value is 35.29%

CMYK: (15,0,14,35)
C15M0Y14K35 (15%, 0%, 14%, 35%)
(0.15 / 0.00 / 0.14 / 0.35)

CMYK percentages

%14.55
%0
%13.94
%35.29

Codes

Color #8DA58E in popluar color models

8D A5 8E
RGB 141 165 142
HSL 123° 11.76% 60.00%
HSB/HSV 123° 14.55% 64.71%
CMYK 14.55% 0.00% 13.94%
35.29%

Color #8DA58E in popluar number systems.

HEX 8D A5 8E
Decimal 141 165 142
Binary 10001101 10100101 10001110
Octal 215 245 216

Shades and tints

Shades of #8DA58E

#8DA58E
(141,165,142)
#819682
(129,150,130)
#758776
(117,135,118)
#69786A
(105,120,106)
#5D695E
(93,105,94)
#515A52
(81,90,82)
#454B46
(69,75,70)
#393C3A
(57,60,58)
#2D2D2E
(45,45,46)
#211E22
(33,30,34)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #8DA58E

#8DA58E
(141,165,142)
#97AD98
(151,173,152)
#A1B5A2
(161,181,162)
#ABBDAC
(171,189,172)
#B5C5B6
(181,197,182)
#BFCDC0
(191,205,192)
#C9D5CA
(201,213,202)
#D3DDD4
(211,221,212)
#DDE5DE
(221,229,222)
#E7EDE8
(231,237,232)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA58E color. Also use rgb(141,165,142) instead hex code.

Text Font Color

.myTextColor { color: #8DA58E; }

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

This text font color is #8DA58E.

Background Color

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

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

This div background color is #8DA58E.

Border color

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

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

This div border color is #8DA58E.

Opacity

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

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

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

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

This text has shadow with #8DA58E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA58E.

Preview

Color preview on black background

This text has color #8DA58E on black background.


Color preview on white background

This text has color #8DA58E on white background.


Black color preview on #8DA58E background

This text has black color on #8DA58E background.


White color preview on #8DA58E background

This text has white color on #8DA58E background.


Related colors

Complementary color

Complementary color for #hex is #725A71.


I love getcolorcode.com

Triadic colors

1 #8E8DA5 and #A58E8D with #8DA58E are triadic colors.

2 #8EA58D and #A58D8E with #8DA58E are triadic colors.