COLOR #89AD9D

HEX: #89AD9D
RGB: (137,173,157)

Color info

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

RGB color model

#89AD9D color RGB value is (137,173,157).

  • red value is 137;
  • green value is 173;
  • blue value is 157.
RGB:
(137,173,157)
(54%,68%,62%)

RGB channels and saturation

R 137 of 255 = 54%
G 173 of 255 = 68%
B 157 of 255 = 62%

137
173
157

R + G + B ~ 61%. #89AD9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 173 + 157 = 467 (100%)
R 137 of 467 ~ 29.34%
G 173 of 467 ~ 37.04%
B 157 of 467 ~ 33.62%

%29.34
%37.04
%33.62

CMYK color model

#89AD9D color CMYK value is (21,0,9,32).

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 9.25%
  • key color value is 32.16%
CMYK:
(21,0,9,32)
C21M0Y9K32 
(21%,0%,9%,32%)
(0.21/0.00/0.09/0.32)	

CMYK percentages

%20.81
%0
%9.25
%32.16

Codes

Color #89AD9D in popluar color models

89AD9D
RGB137173157
HSL153°18.00%60.78%
HSB/HSV153°20.81%67.84%
CMYK20.81%0.00%9.25%
32.16%

Color #89AD9D in popluar number systems.

HEX89AD9D
Decimal137173157
Binary100010011010110110011101
Octal211255235

Shades and tints

Shades of #89AD9D

#89AD9D
(137,173,157)
#7D9E8F
(125,158,143)
#718F81
(113,143,129)
#658073
(101,128,115)
#597165
(89,113,101)
#4D6257
(77,98,87)
#415349
(65,83,73)
#35443B
(53,68,59)
#29352D
(41,53,45)
#1D261F
(29,38,31)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #89AD9D

#89AD9D
(137,173,157)
#93B4A5
(147,180,165)
#9DBBAD
(157,187,173)
#A7C2B5
(167,194,181)
#B1C9BD
(177,201,189)
#BBD0C5
(187,208,197)
#C5D7CD
(197,215,205)
#CFDED5
(207,222,213)
#D9E5DD
(217,229,221)
#E3ECE5
(227,236,229)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89AD9D; }

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

This text font color is #89AD9D.


Background Color

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

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

This div background color is #89AD9D.


Border color

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

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

This div border color is #89AD9D.


Opacity

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

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

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

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

This text has shadow with #89AD9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89AD9D on black background.


Color preview on white background

This text has color #89AD9D on white background.



Black color preview on #89AD9D background

This text has black color on #89AD9D background.


White color preview on #89AD9D background

This text has white color on #89AD9D background.