COLOR #8DA989

HEX: #8DA989
RGB: (141,169,137)

Color info

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

RGB color model

#8DA989 color RGB value is (141,169,137).

  • red value is 141;
  • green value is 169;
  • blue value is 137.
RGB:
(141,169,137)
(55%,66%,54%)

RGB channels and saturation

R 141 of 255 = 55%
G 169 of 255 = 66%
B 137 of 255 = 54%

141
169
137

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

Portions of RGB colors in percentages

R + G + B =
141 + 169 + 137 = 447 (100%)
R 141 of 447 ~ 31.54%
G 169 of 447 ~ 37.81%
B 137 of 447 ~ 30.65%

%31.54
%37.81
%30.65

CMYK color model

#8DA989 color CMYK value is (17,0,19,34).

  • cyan value is 16.57%
  • magenta value is 0.00%
  • yellow value is 18.93%
  • key color value is 33.73%
CMYK:
(17,0,19,34)
C17M0Y19K34 
(17%,0%,19%,34%)
(0.17/0.00/0.19/0.34)	

CMYK percentages

%16.57
%0
%18.93
%33.73

Codes

Color #8DA989 in popluar color models

8DA989
RGB141169137
HSL113°15.69%60.00%
HSB/HSV113°18.93%66.27%
CMYK16.57%0.00%18.93%
33.73%

Color #8DA989 in popluar number systems.

HEX8DA989
Decimal141169137
Binary100011011010100110001001
Octal215251211

Shades and tints

Shades of #8DA989

#8DA989
(141,169,137)
#819A7D
(129,154,125)
#758B71
(117,139,113)
#697C65
(105,124,101)
#5D6D59
(93,109,89)
#515E4D
(81,94,77)
#454F41
(69,79,65)
#394035
(57,64,53)
#2D3129
(45,49,41)
#21221D
(33,34,29)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #8DA989

#8DA989
(141,169,137)
#97B093
(151,176,147)
#A1B79D
(161,183,157)
#ABBEA7
(171,190,167)
#B5C5B1
(181,197,177)
#BFCCBB
(191,204,187)
#C9D3C5
(201,211,197)
#D3DACF
(211,218,207)
#DDE1D9
(221,225,217)
#E7E8E3
(231,232,227)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA989 color. Also use rgb(141,169,137) instead hex code.

Text Font Color

.myTextColor { color: #8DA989; }

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

This text font color is #8DA989.


Background Color

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

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

This div background color is #8DA989.


Border color

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

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

This div border color is #8DA989.


Opacity

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

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

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

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

This text has shadow with #8DA989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA989 on black background.


Color preview on white background

This text has color #8DA989 on white background.



Black color preview on #8DA989 background

This text has black color on #8DA989 background.


White color preview on #8DA989 background

This text has white color on #8DA989 background.