COLOR #89A295

HEX: #89A295 RGB: (137,162,149)

Color info

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

RGB color model

#89A295 color RGB value is (137,162,149).

RGB: (137,162,149) (54%, 64%, 58%)

RGB channels and saturation

R 137 of 255 = 54%
G 162 of 255 = 64%
B 149 of 255 = 58%

137
162
149

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

Portions of RGB colors in percentages

R + G + B = 137 + 162 + 149 = 448 (100%)
R 137 of 448 ~ 30.58%
G 162 of 448 ~ 36.16%
B 149 of 448 ~ 33.26'%

%30.58
%36.16
%33.26

CMYK color model

#89A295 color CMYK value is (15,0,8,36).

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

CMYK: (15,0,8,36)
C15M0Y8K36 (15%, 0%, 8%, 36%)
(0.15 / 0.00 / 0.08 / 0.36)

CMYK percentages

%15.43
%0
%8.02
%36.47

Codes

Color #89A295 in popluar color models

89 A2 95
RGB 137 162 149
HSL 149° 11.85% 58.63%
HSB/HSV 149° 15.43% 63.53%
CMYK 15.43% 0.00% 8.02%
36.47%

Color #89A295 in popluar number systems.

HEX 89 A2 95
Decimal 137 162 149
Binary 10001001 10100010 10010101
Octal 211 242 225

Shades and tints

Shades of #89A295

#89A295
(137,162,149)
#7D9488
(125,148,136)
#71867B
(113,134,123)
#65786E
(101,120,110)
#596A61
(89,106,97)
#4D5C54
(77,92,84)
#414E47
(65,78,71)
#35403A
(53,64,58)
#29322D
(41,50,45)
#1D2420
(29,36,32)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #89A295

#89A295
(137,162,149)
#93AA9E
(147,170,158)
#9DB2A7
(157,178,167)
#A7BAB0
(167,186,176)
#B1C2B9
(177,194,185)
#BBCAC2
(187,202,194)
#C5D2CB
(197,210,203)
#CFDAD4
(207,218,212)
#D9E2DD
(217,226,221)
#E3EAE6
(227,234,230)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A295; }

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

This text font color is #89A295.

Background Color

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

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

This div background color is #89A295.

Border color

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

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

This div border color is #89A295.

Opacity

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

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

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

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

This text has shadow with #89A295 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89A295.

Preview

Color preview on black background

This text has color #89A295 on black background.


Color preview on white background

This text has color #89A295 on white background.


Black color preview on #89A295 background

This text has black color on #89A295 background.


White color preview on #89A295 background

This text has white color on #89A295 background.


Related colors

Complementary color

Complementary color for #hex is #765D6A.


I love getcolorcode.com

Triadic colors

1 #9589A2 and #A29589 with #89A295 are triadic colors.

2 #95A289 and #A28995 with #89A295 are triadic colors.