COLOR #89ADA1

HEX: #89ADA1 RGB: (137,173,161)

Color info

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

RGB color model

#89ADA1 color RGB value is (137,173,161).

RGB: (137,173,161) (54%, 68%, 63%)

RGB channels and saturation

R 137 of 255 = 54%
G 173 of 255 = 68%
B 161 of 255 = 63%

137
173
161

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

Portions of RGB colors in percentages

R + G + B = 137 + 173 + 161 = 471 (100%)
R 137 of 471 ~ 29.09%
G 173 of 471 ~ 36.73%
B 161 of 471 ~ 34.18'%

%29.09
%36.73
%34.18

CMYK color model

#89ADA1 color CMYK value is (21,0,7,32).

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 6.94%
  • key color value is 32.16%

CMYK: (21,0,7,32)
C21M0Y7K32 (21%, 0%, 7%, 32%)
(0.21 / 0.00 / 0.07 / 0.32)

CMYK percentages

%20.81
%0
%6.94
%32.16

Codes

Color #89ADA1 in popluar color models

89 AD A1
RGB 137 173 161
HSL 160° 18.00% 60.78%
HSB/HSV 160° 20.81% 67.84%
CMYK 20.81% 0.00% 6.94%
32.16%

Color #89ADA1 in popluar number systems.

HEX 89 AD A1
Decimal 137 173 161
Binary 10001001 10101101 10100001
Octal 211 255 241

Shades and tints

Shades of #89ADA1

#89ADA1
(137,173,161)
#7D9E93
(125,158,147)
#718F85
(113,143,133)
#658077
(101,128,119)
#597169
(89,113,105)
#4D625B
(77,98,91)
#41534D
(65,83,77)
#35443F
(53,68,63)
#293531
(41,53,49)
#1D2623
(29,38,35)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #89ADA1

#89ADA1
(137,173,161)
#93B4A9
(147,180,169)
#9DBBB1
(157,187,177)
#A7C2B9
(167,194,185)
#B1C9C1
(177,201,193)
#BBD0C9
(187,208,201)
#C5D7D1
(197,215,209)
#CFDED9
(207,222,217)
#D9E5E1
(217,229,225)
#E3ECE9
(227,236,233)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89ADA1; }

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

This text font color is #89ADA1.

Background Color

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

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

This div background color is #89ADA1.

Border color

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

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

This div border color is #89ADA1.

Opacity

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

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

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

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

This text has shadow with #89ADA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89ADA1.

Preview

Color preview on black background

This text has color #89ADA1 on black background.


Color preview on white background

This text has color #89ADA1 on white background.


Black color preview on #89ADA1 background

This text has black color on #89ADA1 background.


White color preview on #89ADA1 background

This text has white color on #89ADA1 background.


Related colors

Complementary color

Complementary color for #hex is #76525E.


I love getcolorcode.com

Triadic colors

1 #A189AD and #ADA189 with #89ADA1 are triadic colors.

2 #A1AD89 and #AD89A1 with #89ADA1 are triadic colors.