COLOR #89A095

HEX: #89A095 RGB: (137,160,149)

Color info

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

RGB color model

#89A095 color RGB value is (137,160,149).

RGB: (137,160,149) (54%, 63%, 58%)

RGB channels and saturation

R 137 of 255 = 54%
G 160 of 255 = 63%
B 149 of 255 = 58%

137
160
149

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

Portions of RGB colors in percentages

R + G + B = 137 + 160 + 149 = 446 (100%)
R 137 of 446 ~ 30.72%
G 160 of 446 ~ 35.87%
B 149 of 446 ~ 33.41'%

%30.72
%35.87
%33.41

CMYK color model

#89A095 color CMYK value is (14,0,7,37).

  • cyan value is 14.38%
  • magenta value is 0.00%
  • yellow value is 6.87%
  • key color value is 37.25%

CMYK: (14,0,7,37)
C14M0Y7K37 (14%, 0%, 7%, 37%)
(0.14 / 0.00 / 0.07 / 0.37)

CMYK percentages

%14.38
%0
%6.87
%37.25

Codes

Color #89A095 in popluar color models

89 A0 95
RGB 137 160 149
HSL 151° 10.80% 58.24%
HSB/HSV 151° 14.38% 62.75%
CMYK 14.38% 0.00% 6.87%
37.25%

Color #89A095 in popluar number systems.

HEX 89 A0 95
Decimal 137 160 149
Binary 10001001 10100000 10010101
Octal 211 240 225

Shades and tints

Shades of #89A095

#89A095
(137,160,149)
#7D9288
(125,146,136)
#71847B
(113,132,123)
#65766E
(101,118,110)
#596861
(89,104,97)
#4D5A54
(77,90,84)
#414C47
(65,76,71)
#353E3A
(53,62,58)
#29302D
(41,48,45)
#1D2220
(29,34,32)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #89A095

#89A095
(137,160,149)
#93A89E
(147,168,158)
#9DB0A7
(157,176,167)
#A7B8B0
(167,184,176)
#B1C0B9
(177,192,185)
#BBC8C2
(187,200,194)
#C5D0CB
(197,208,203)
#CFD8D4
(207,216,212)
#D9E0DD
(217,224,221)
#E3E8E6
(227,232,230)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A095; }

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

This text font color is #89A095.

Background Color

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

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

This div background color is #89A095.

Border color

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

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

This div border color is #89A095.

Opacity

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

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

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

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

This text has shadow with #89A095 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89A095.

Preview

Color preview on black background

This text has color #89A095 on black background.


Color preview on white background

This text has color #89A095 on white background.


Black color preview on #89A095 background

This text has black color on #89A095 background.


White color preview on #89A095 background

This text has white color on #89A095 background.


Related colors

Complementary color

Complementary color for #hex is #765F6A.


I love getcolorcode.com

Triadic colors

1 #9589A0 and #A09589 with #89A095 are triadic colors.

2 #95A089 and #A08995 with #89A095 are triadic colors.