COLOR #8DA59E

HEX: #8DA59E RGB: (141,165,158)

Color info

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

RGB color model

#8DA59E color RGB value is (141,165,158).

RGB: (141,165,158) (55%, 65%, 62%)

RGB channels and saturation

R 141 of 255 = 55%
G 165 of 255 = 65%
B 158 of 255 = 62%

141
165
158

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

Portions of RGB colors in percentages

R + G + B = 141 + 165 + 158 = 464 (100%)
R 141 of 464 ~ 30.39%
G 165 of 464 ~ 35.56%
B 158 of 464 ~ 34.05'%

%30.39
%35.56
%34.05

CMYK color model

#8DA59E color CMYK value is (15,0,4,35).

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

CMYK: (15,0,4,35)
C15M0Y4K35 (15%, 0%, 4%, 35%)
(0.15 / 0.00 / 0.04 / 0.35)

CMYK percentages

%14.55
%0
%4.24
%35.29

Codes

Color #8DA59E in popluar color models

8D A5 9E
RGB 141 165 158
HSL 163° 11.76% 60.00%
HSB/HSV 163° 14.55% 64.71%
CMYK 14.55% 0.00% 4.24%
35.29%

Color #8DA59E in popluar number systems.

HEX 8D A5 9E
Decimal 141 165 158
Binary 10001101 10100101 10011110
Octal 215 245 236

Shades and tints

Shades of #8DA59E

#8DA59E
(141,165,158)
#819690
(129,150,144)
#758782
(117,135,130)
#697874
(105,120,116)
#5D6966
(93,105,102)
#515A58
(81,90,88)
#454B4A
(69,75,74)
#393C3C
(57,60,60)
#2D2D2E
(45,45,46)
#211E20
(33,30,32)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #8DA59E

#8DA59E
(141,165,158)
#97ADA6
(151,173,166)
#A1B5AE
(161,181,174)
#ABBDB6
(171,189,182)
#B5C5BE
(181,197,190)
#BFCDC6
(191,205,198)
#C9D5CE
(201,213,206)
#D3DDD6
(211,221,214)
#DDE5DE
(221,229,222)
#E7EDE6
(231,237,230)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA59E; }

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

This text font color is #8DA59E.

Background Color

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

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

This div background color is #8DA59E.

Border color

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

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

This div border color is #8DA59E.

Opacity

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

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

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

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

This text has shadow with #8DA59E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA59E.

Preview

Color preview on black background

This text has color #8DA59E on black background.


Color preview on white background

This text has color #8DA59E on white background.


Black color preview on #8DA59E background

This text has black color on #8DA59E background.


White color preview on #8DA59E background

This text has white color on #8DA59E background.


Related colors

Complementary color

Complementary color for #hex is #725A61.


I love getcolorcode.com

Triadic colors

1 #9E8DA5 and #A59E8D with #8DA59E are triadic colors.

2 #9EA58D and #A58D9E with #8DA59E are triadic colors.