COLOR #89A7AA

HEX: #89A7AA
RGB: (137,167,170)

Color info

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

RGB color model

#89A7AA color RGB value is (137,167,170).

  • red value is 137;
  • green value is 167;
  • blue value is 170.
RGB:
(137,167,170)
(54%,65%,67%)

RGB channels and saturation

R 137 of 255 = 54%
G 167 of 255 = 65%
B 170 of 255 = 67%

137
167
170

R + G + B ~ 62%. #89A7AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 167 + 170 = 474 (100%)
R 137 of 474 ~ 28.9%
G 167 of 474 ~ 35.23%
B 170 of 474 ~ 35.86%

%28.9
%35.23
%35.86

CMYK color model

#89A7AA color CMYK value is (19,2,0,33).

  • cyan value is 19.41%
  • magenta value is 1.76%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(19,2,0,33)
C19M2Y0K33 
(19%,2%,0%,33%)
(0.19/0.02/0.00/0.33)	

CMYK percentages

%19.41
%1.76
%0
%33.33

Codes

Color #89A7AA in popluar color models

89A7AA
RGB137167170
HSL185°16.26%60.20%
HSB/HSV185°19.41%66.67%
CMYK19.41%1.76%0.00%
33.33%

Color #89A7AA in popluar number systems.

HEX89A7AA
Decimal137167170
Binary100010011010011110101010
Octal211247252

Shades and tints

Shades of #89A7AA

#89A7AA
(137,167,170)
#7D989B
(125,152,155)
#71898C
(113,137,140)
#657A7D
(101,122,125)
#596B6E
(89,107,110)
#4D5C5F
(77,92,95)
#414D50
(65,77,80)
#353E41
(53,62,65)
#292F32
(41,47,50)
#1D2023
(29,32,35)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #89A7AA

#89A7AA
(137,167,170)
#93AFB1
(147,175,177)
#9DB7B8
(157,183,184)
#A7BFBF
(167,191,191)
#B1C7C6
(177,199,198)
#BBCFCD
(187,207,205)
#C5D7D4
(197,215,212)
#CFDFDB
(207,223,219)
#D9E7E2
(217,231,226)
#E3EFE9
(227,239,233)
#EDF7F0
(237,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A7AA color. Also use rgb(137,167,170) instead hex code.

Text Font Color

.myTextColor { color: #89A7AA; }

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

This text font color is #89A7AA.


Background Color

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

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

This div background color is #89A7AA.


Border color

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

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

This div border color is #89A7AA.


Opacity

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

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

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

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

This text has shadow with #89A7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A7AA on black background.


Color preview on white background

This text has color #89A7AA on white background.



Black color preview on #89A7AA background

This text has black color on #89A7AA background.


White color preview on #89A7AA background

This text has white color on #89A7AA background.