COLOR #89A195

HEX: #89A195 RGB: (137,161,149)

Color info

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

RGB color model

#89A195 color RGB value is (137,161,149).

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

RGB channels and saturation

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

137
161
149

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

Portions of RGB colors in percentages

R + G + B = 137 + 161 + 149 = 447 (100%)
R 137 of 447 ~ 30.65%
G 161 of 447 ~ 36.02%
B 149 of 447 ~ 33.33'%

%30.65
%36.02
%33.33

CMYK color model

#89A195 color CMYK value is (15,0,7,37).

  • cyan value is 14.91%
  • magenta value is 0.00%
  • yellow value is 7.45%
  • key color value is 36.86%
CMYK: (15,0,7,37) C15M0Y7K37 (15%,0%,7%,37%) (0.15/0.00/0.07/0.37) 

CMYK percentages

%14.91
%0
%7.45
%36.86

Codes

Color #89A195 in popluar color models

89 A1 95
RGB 137 161 149
HSL 150° 11.32% 58.43%
HSB/HSV 150° 14.91% 63.14%
CMYK 14.91% 0.00% 7.45%
36.86%

Color #89A195 in popluar number systems.

HEX 89 A1 95
Decimal 137 161 149
Binary 10001001 10100001 10010101
Octal 211 241 225

Shades and tints

Shades of #89A195

#89A195
(137,161,149)
#7D9388
(125,147,136)
#71857B
(113,133,123)
#65776E
(101,119,110)
#596961
(89,105,97)
#4D5B54
(77,91,84)
#414D47
(65,77,71)
#353F3A
(53,63,58)
#29312D
(41,49,45)
#1D2320
(29,35,32)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #89A195

#89A195
(137,161,149)
#93A99E
(147,169,158)
#9DB1A7
(157,177,167)
#A7B9B0
(167,185,176)
#B1C1B9
(177,193,185)
#BBC9C2
(187,201,194)
#C5D1CB
(197,209,203)
#CFD9D4
(207,217,212)
#D9E1DD
(217,225,221)
#E3E9E6
(227,233,230)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A195; }

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

This text font color is #89A195.

Background Color

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

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

This div background color is #89A195.

Border color

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

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

This div border color is #89A195.

Opacity

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

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

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

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

This text has shadow with #89A195 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89A195.

Preview

Color preview on black background

This text has color #89A195 on black background.


Color preview on white background

This text has color #89A195 on white background.


Black color preview on #89A195 background

This text has black color on #89A195 background.


White color preview on #89A195 background

This text has white color on #89A195 background.


Related colors

Complementary color

Complementary color for #hex is #765E6A.


I love getcolorcode.com

Triadic colors

1 #9589A1 and #A19589 with #89A195 are triadic colors.

2 #95A189 and #A18995 with #89A195 are triadic colors.