COLOR #8DA58C

HEX: #8DA58C RGB: (141,165,140)

Color info

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

RGB color model

#8DA58C color RGB value is (141,165,140).

RGB: (141,165,140) (55%, 65%, 55%)

RGB channels and saturation

R 141 of 255 = 55%
G 165 of 255 = 65%
B 140 of 255 = 55%

141
165
140

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

Portions of RGB colors in percentages

R + G + B = 141 + 165 + 140 = 446 (100%)
R 141 of 446 ~ 31.61%
G 165 of 446 ~ 37%
B 140 of 446 ~ 31.39'%

%31.61
%37
%31.39

CMYK color model

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

  • cyan value is 14.55%
  • magenta value is 0.00%
  • yellow value is 15.15%
  • key color value is 35.29%
CMYK: (15,0,15,35) C15M0Y15K35 (15%,0%,15%,35%) (0.15/0.00/0.15/0.35) 

CMYK percentages

%14.55
%0
%15.15
%35.29

Codes

Color #8DA58C in popluar color models

8D A5 8C
RGB 141 165 140
HSL 118° 12.20% 59.80%
HSB/HSV 118° 15.15% 64.71%
CMYK 14.55% 0.00% 15.15%
35.29%

Color #8DA58C in popluar number systems.

HEX 8D A5 8C
Decimal 141 165 140
Binary 10001101 10100101 10001100
Octal 215 245 214

Shades and tints

Shades of #8DA58C

#8DA58C
(141,165,140)
#819680
(129,150,128)
#758774
(117,135,116)
#697868
(105,120,104)
#5D695C
(93,105,92)
#515A50
(81,90,80)
#454B44
(69,75,68)
#393C38
(57,60,56)
#2D2D2C
(45,45,44)
#211E20
(33,30,32)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #8DA58C

#8DA58C
(141,165,140)
#97AD96
(151,173,150)
#A1B5A0
(161,181,160)
#ABBDAA
(171,189,170)
#B5C5B4
(181,197,180)
#BFCDBE
(191,205,190)
#C9D5C8
(201,213,200)
#D3DDD2
(211,221,210)
#DDE5DC
(221,229,220)
#E7EDE6
(231,237,230)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA58C; }

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

This text font color is #8DA58C.

Background Color

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

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

This div background color is #8DA58C.

Border color

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

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

This div border color is #8DA58C.

Opacity

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

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

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

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

This text has shadow with #8DA58C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA58C.

Preview

Color preview on black background

This text has color #8DA58C on black background.


Color preview on white background

This text has color #8DA58C on white background.


Black color preview on #8DA58C background

This text has black color on #8DA58C background.


White color preview on #8DA58C background

This text has white color on #8DA58C background.


Related colors

Complementary color

Complementary color for #hex is #725A73.


I love getcolorcode.com

Triadic colors

1 #8C8DA5 and #A58C8D with #8DA58C are triadic colors.

2 #8CA58D and #A58D8C with #8DA58C are triadic colors.