COLOR #89AD8C

HEX: #89AD8C RGB: (137,173,140)

Color info

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

RGB color model

#89AD8C color RGB value is (137,173,140).

RGB: (137,173,140) (54%, 68%, 55%)

RGB channels and saturation

R 137 of 255 = 54%
G 173 of 255 = 68%
B 140 of 255 = 55%

137
173
140

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

Portions of RGB colors in percentages

R + G + B = 137 + 173 + 140 = 450 (100%)
R 137 of 450 ~ 30.44%
G 173 of 450 ~ 38.44%
B 140 of 450 ~ 31.11'%

%30.44
%38.44
%31.11

CMYK color model

#89AD8C color CMYK value is (21,0,19,32).

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 19.08%
  • key color value is 32.16%

CMYK: (21,0,19,32)
C21M0Y19K32 (21%, 0%, 19%, 32%)
(0.21 / 0.00 / 0.19 / 0.32)

CMYK percentages

%20.81
%0
%19.08
%32.16

Codes

Color #89AD8C in popluar color models

89 AD 8C
RGB 137 173 140
HSL 125° 18.00% 60.78%
HSB/HSV 125° 20.81% 67.84%
CMYK 20.81% 0.00% 19.08%
32.16%

Color #89AD8C in popluar number systems.

HEX 89 AD 8C
Decimal 137 173 140
Binary 10001001 10101101 10001100
Octal 211 255 214

Shades and tints

Shades of #89AD8C

#89AD8C
(137,173,140)
#7D9E80
(125,158,128)
#718F74
(113,143,116)
#658068
(101,128,104)
#59715C
(89,113,92)
#4D6250
(77,98,80)
#415344
(65,83,68)
#354438
(53,68,56)
#29352C
(41,53,44)
#1D2620
(29,38,32)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #89AD8C

#89AD8C
(137,173,140)
#93B496
(147,180,150)
#9DBBA0
(157,187,160)
#A7C2AA
(167,194,170)
#B1C9B4
(177,201,180)
#BBD0BE
(187,208,190)
#C5D7C8
(197,215,200)
#CFDED2
(207,222,210)
#D9E5DC
(217,229,220)
#E3ECE6
(227,236,230)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89AD8C; }

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

This text font color is #89AD8C.

Background Color

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

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

This div background color is #89AD8C.

Border color

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

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

This div border color is #89AD8C.

Opacity

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

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

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

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

This text has shadow with #89AD8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89AD8C.

Preview

Color preview on black background

This text has color #89AD8C on black background.


Color preview on white background

This text has color #89AD8C on white background.


Black color preview on #89AD8C background

This text has black color on #89AD8C background.


White color preview on #89AD8C background

This text has white color on #89AD8C background.


Related colors

Complementary color

Complementary color for #hex is #765273.


I love getcolorcode.com

Triadic colors

1 #8C89AD and #AD8C89 with #89AD8C are triadic colors.

2 #8CAD89 and #AD898C with #89AD8C are triadic colors.