COLOR #89A19D

HEX: #89A19D RGB: (137,161,157)

Color info

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

RGB color model

#89A19D color RGB value is (137,161,157).

RGB: (137,161,157) (54%, 63%, 62%)

RGB channels and saturation

R 137 of 255 = 54%
G 161 of 255 = 63%
B 157 of 255 = 62%

137
161
157

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

Portions of RGB colors in percentages

R + G + B = 137 + 161 + 157 = 455 (100%)
R 137 of 455 ~ 30.11%
G 161 of 455 ~ 35.38%
B 157 of 455 ~ 34.51'%

%30.11
%35.38
%34.51

CMYK color model

#89A19D color CMYK value is (15,0,2,37).

  • cyan value is 14.91%
  • magenta value is 0.00%
  • yellow value is 2.48%
  • key color value is 36.86%
CMYK: (15,0,2,37) C15M0Y2K37 (15%,0%,2%,37%) (0.15/0.00/0.02/0.37) 

CMYK percentages

%14.91
%0
%2.48
%36.86

Codes

Color #89A19D in popluar color models

89 A1 9D
RGB 137 161 157
HSL 170° 11.32% 58.43%
HSB/HSV 170° 14.91% 63.14%
CMYK 14.91% 0.00% 2.48%
36.86%

Color #89A19D in popluar number systems.

HEX 89 A1 9D
Decimal 137 161 157
Binary 10001001 10100001 10011101
Octal 211 241 235

Shades and tints

Shades of #89A19D

#89A19D
(137,161,157)
#7D938F
(125,147,143)
#718581
(113,133,129)
#657773
(101,119,115)
#596965
(89,105,101)
#4D5B57
(77,91,87)
#414D49
(65,77,73)
#353F3B
(53,63,59)
#29312D
(41,49,45)
#1D231F
(29,35,31)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #89A19D

#89A19D
(137,161,157)
#93A9A5
(147,169,165)
#9DB1AD
(157,177,173)
#A7B9B5
(167,185,181)
#B1C1BD
(177,193,189)
#BBC9C5
(187,201,197)
#C5D1CD
(197,209,205)
#CFD9D5
(207,217,213)
#D9E1DD
(217,225,221)
#E3E9E5
(227,233,229)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A19D; }

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

This text font color is #89A19D.

Background Color

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

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

This div background color is #89A19D.

Border color

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

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

This div border color is #89A19D.

Opacity

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

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

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

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

This text has shadow with #89A19D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89A19D.

Preview

Color preview on black background

This text has color #89A19D on black background.


Color preview on white background

This text has color #89A19D on white background.


Black color preview on #89A19D background

This text has black color on #89A19D background.


White color preview on #89A19D background

This text has white color on #89A19D background.


Related colors

Complementary color

Complementary color for #hex is #765E62.


I love getcolorcode.com

Triadic colors

1 #9D89A1 and #A19D89 with #89A19D are triadic colors.

2 #9DA189 and #A1899D with #89A19D are triadic colors.