COLOR #89A989

HEX: #89A989
RGB: (137,169,137)

Color info

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

RGB color model

#89A989 color RGB value is (137,169,137).

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

RGB channels and saturation

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

137
169
137

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

Portions of RGB colors in percentages

R + G + B =
137 + 169 + 137 = 443 (100%)
R 137 of 443 ~ 30.93%
G 169 of 443 ~ 38.15%
B 137 of 443 ~ 30.93%

%30.93
%38.15
%30.93

CMYK color model

#89A989 color CMYK value is (19,0,19,34).

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

CMYK percentages

%18.93
%0
%18.93
%33.73

Codes

Color #89A989 in popluar color models

89A989
RGB137169137
HSL120°15.69%60.00%
HSB/HSV120°18.93%66.27%
CMYK18.93%0.00%18.93%
33.73%

Color #89A989 in popluar number systems.

HEX89A989
Decimal137169137
Binary100010011010100110001001
Octal211251211

Shades and tints

Shades of #89A989

#89A989
(137,169,137)
#7D9A7D
(125,154,125)
#718B71
(113,139,113)
#657C65
(101,124,101)
#596D59
(89,109,89)
#4D5E4D
(77,94,77)
#414F41
(65,79,65)
#354035
(53,64,53)
#293129
(41,49,41)
#1D221D
(29,34,29)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #89A989

#89A989
(137,169,137)
#93B093
(147,176,147)
#9DB79D
(157,183,157)
#A7BEA7
(167,190,167)
#B1C5B1
(177,197,177)
#BBCCBB
(187,204,187)
#C5D3C5
(197,211,197)
#CFDACF
(207,218,207)
#D9E1D9
(217,225,217)
#E3E8E3
(227,232,227)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A989; }

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

This text font color is #89A989.


Background Color

.myBgColor { background-color: #89A989; }

<div style="background-color:#89A989">Inner text</div>

This div background color is #89A989.


Border color

.myBorderColor { border: 1px solid #89A989; }

<div style="border:3px solid #89A989">Div</div>

This div border color is #89A989.


Opacity

.myOpacity80 { color: #89A989; opacity: 0.8; }

<p style="color:#89A989;opacity:0.8;">80%</p>

Text with #89A989 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 #89A989;}

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

This text has shadow with #89A989 color.

.textShadow {text-shadow: 3px 3px 1px #89A989, 3px 3px 1px red;}

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

This text has shadow with #89A989 primary color and red secondary color.


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

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

This text has shadow with #89A989 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A989 on black background.


Color preview on white background

This text has color #89A989 on white background.



Black color preview on #89A989 background

This text has black color on #89A989 background.


White color preview on #89A989 background

This text has white color on #89A989 background.