COLOR #89ADA7

HEX: #89ADA7
RGB: (137,173,167)

Color info

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

RGB color model

#89ADA7 color RGB value is (137,173,167).

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

RGB channels and saturation

R 137 of 255 = 54%
G 173 of 255 = 68%
B 167 of 255 = 65%

137
173
167

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

Portions of RGB colors in percentages

R + G + B =
137 + 173 + 167 = 477 (100%)
R 137 of 477 ~ 28.72%
G 173 of 477 ~ 36.27%
B 167 of 477 ~ 35.01%

%28.72
%36.27
%35.01

CMYK color model

#89ADA7 color CMYK value is (21,0,3,32).

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 3.47%
  • key color value is 32.16%
CMYK:
(21,0,3,32)
C21M0Y3K32 
(21%,0%,3%,32%)
(0.21/0.00/0.03/0.32)	

CMYK percentages

%20.81
%0
%3.47
%32.16

Codes

Color #89ADA7 in popluar color models

89ADA7
RGB137173167
HSL170°18.00%60.78%
HSB/HSV170°20.81%67.84%
CMYK20.81%0.00%3.47%
32.16%

Color #89ADA7 in popluar number systems.

HEX89ADA7
Decimal137173167
Binary100010011010110110100111
Octal211255247

Shades and tints

Shades of #89ADA7

#89ADA7
(137,173,167)
#7D9E98
(125,158,152)
#718F89
(113,143,137)
#65807A
(101,128,122)
#59716B
(89,113,107)
#4D625C
(77,98,92)
#41534D
(65,83,77)
#35443E
(53,68,62)
#29352F
(41,53,47)
#1D2620
(29,38,32)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #89ADA7

#89ADA7
(137,173,167)
#93B4AF
(147,180,175)
#9DBBB7
(157,187,183)
#A7C2BF
(167,194,191)
#B1C9C7
(177,201,199)
#BBD0CF
(187,208,207)
#C5D7D7
(197,215,215)
#CFDEDF
(207,222,223)
#D9E5E7
(217,229,231)
#E3ECEF
(227,236,239)
#EDF3F7
(237,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89ADA7; }

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

This text font color is #89ADA7.


Background Color

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

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

This div background color is #89ADA7.


Border color

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

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

This div border color is #89ADA7.


Opacity

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

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

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

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

This text has shadow with #89ADA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89ADA7 on black background.


Color preview on white background

This text has color #89ADA7 on white background.



Black color preview on #89ADA7 background

This text has black color on #89ADA7 background.


White color preview on #89ADA7 background

This text has white color on #89ADA7 background.