COLOR #89A29E

HEX: #89A29E RGB: (137,162,158)

Color info

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

RGB color model

#89A29E color RGB value is (137,162,158).

RGB: (137,162,158) (54%, 64%, 62%)

RGB channels and saturation

R 137 of 255 = 54%
G 162 of 255 = 64%
B 158 of 255 = 62%

137
162
158

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

Portions of RGB colors in percentages

R + G + B = 137 + 162 + 158 = 457 (100%)
R 137 of 457 ~ 29.98%
G 162 of 457 ~ 35.45%
B 158 of 457 ~ 34.57'%

%29.98
%35.45
%34.57

CMYK color model

#89A29E color CMYK value is (15,0,2,36).

  • cyan value is 15.43%
  • magenta value is 0.00%
  • yellow value is 2.47%
  • key color value is 36.47%

CMYK: (15,0,2,36)
C15M0Y2K36 (15%, 0%, 2%, 36%)
(0.15 / 0.00 / 0.02 / 0.36)

CMYK percentages

%15.43
%0
%2.47
%36.47

Codes

Color #89A29E in popluar color models

89 A2 9E
RGB 137 162 158
HSL 170° 11.85% 58.63%
HSB/HSV 170° 15.43% 63.53%
CMYK 15.43% 0.00% 2.47%
36.47%

Color #89A29E in popluar number systems.

HEX 89 A2 9E
Decimal 137 162 158
Binary 10001001 10100010 10011110
Octal 211 242 236

Shades and tints

Shades of #89A29E

#89A29E
(137,162,158)
#7D9490
(125,148,144)
#718682
(113,134,130)
#657874
(101,120,116)
#596A66
(89,106,102)
#4D5C58
(77,92,88)
#414E4A
(65,78,74)
#35403C
(53,64,60)
#29322E
(41,50,46)
#1D2420
(29,36,32)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #89A29E

#89A29E
(137,162,158)
#93AAA6
(147,170,166)
#9DB2AE
(157,178,174)
#A7BAB6
(167,186,182)
#B1C2BE
(177,194,190)
#BBCAC6
(187,202,198)
#C5D2CE
(197,210,206)
#CFDAD6
(207,218,214)
#D9E2DE
(217,226,222)
#E3EAE6
(227,234,230)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A29E; }

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

This text font color is #89A29E.

Background Color

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

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

This div background color is #89A29E.

Border color

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

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

This div border color is #89A29E.

Opacity

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

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

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

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

This text has shadow with #89A29E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89A29E.

Preview

Color preview on black background

This text has color #89A29E on black background.


Color preview on white background

This text has color #89A29E on white background.


Black color preview on #89A29E background

This text has black color on #89A29E background.


White color preview on #89A29E background

This text has white color on #89A29E background.


Related colors

Complementary color

Complementary color for #hex is #765D61.


I love getcolorcode.com

Triadic colors

1 #9E89A2 and #A29E89 with #89A29E are triadic colors.

2 #9EA289 and #A2899E with #89A29E are triadic colors.