COLOR #8DA089

HEX: #8DA089 RGB: (141,160,137)

Color info

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

RGB color model

#8DA089 color RGB value is (141,160,137).

RGB: (141,160,137) (55%, 63%, 54%)

RGB channels and saturation

R 141 of 255 = 55%
G 160 of 255 = 63%
B 137 of 255 = 54%

141
160
137

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

Portions of RGB colors in percentages

R + G + B = 141 + 160 + 137 = 438 (100%)
R 141 of 438 ~ 32.19%
G 160 of 438 ~ 36.53%
B 137 of 438 ~ 31.28'%

%32.19
%36.53
%31.28

CMYK color model

#8DA089 color CMYK value is (12,0,14,37).

  • cyan value is 11.88%
  • magenta value is 0.00%
  • yellow value is 14.38%
  • key color value is 37.25%
CMYK: (12,0,14,37) C12M0Y14K37 (12%,0%,14%,37%) (0.12/0.00/0.14/0.37) 

CMYK percentages

%11.88
%0
%14.38
%37.25

Codes

Color #8DA089 in popluar color models

8D A0 89
RGB 141 160 137
HSL 110° 10.80% 58.24%
HSB/HSV 110° 14.38% 62.75%
CMYK 11.88% 0.00% 14.38%
37.25%

Color #8DA089 in popluar number systems.

HEX 8D A0 89
Decimal 141 160 137
Binary 10001101 10100000 10001001
Octal 215 240 211

Shades and tints

Shades of #8DA089

#8DA089
(141,160,137)
#81927D
(129,146,125)
#758471
(117,132,113)
#697665
(105,118,101)
#5D6859
(93,104,89)
#515A4D
(81,90,77)
#454C41
(69,76,65)
#393E35
(57,62,53)
#2D3029
(45,48,41)
#21221D
(33,34,29)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #8DA089

#8DA089
(141,160,137)
#97A893
(151,168,147)
#A1B09D
(161,176,157)
#ABB8A7
(171,184,167)
#B5C0B1
(181,192,177)
#BFC8BB
(191,200,187)
#C9D0C5
(201,208,197)
#D3D8CF
(211,216,207)
#DDE0D9
(221,224,217)
#E7E8E3
(231,232,227)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA089; }

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

This text font color is #8DA089.

Background Color

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

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

This div background color is #8DA089.

Border color

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

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

This div border color is #8DA089.

Opacity

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

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

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

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

This text has shadow with #8DA089 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA089.

Preview

Color preview on black background

This text has color #8DA089 on black background.


Color preview on white background

This text has color #8DA089 on white background.


Black color preview on #8DA089 background

This text has black color on #8DA089 background.


White color preview on #8DA089 background

This text has white color on #8DA089 background.


Related colors

Complementary color

Complementary color for #hex is #725F76.


I love getcolorcode.com

Triadic colors

1 #898DA0 and #A0898D with #8DA089 are triadic colors.

2 #89A08D and #A08D89 with #8DA089 are triadic colors.