COLOR #89ADB8

HEX: #89ADB8 RGB: (137,173,184)

Color info

#89ADB8 contains red, green and blue colors in about the same proportion. Web safe color of #89ADB8 is #9999CC (or #99C).

RGB color model

#89ADB8 color RGB value is (137,173,184).

RGB: (137,173,184) (54%, 68%, 72%)

RGB channels and saturation

R 137 of 255 = 54%
G 173 of 255 = 68%
B 184 of 255 = 72%

137
173
184

R + G + B ~ 65%. #89ADB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 173 + 184 = 494 (100%)
R 137 of 494 ~ 27.73%
G 173 of 494 ~ 35.02%
B 184 of 494 ~ 37.25'%

%27.73
%35.02
%37.25

CMYK color model

#89ADB8 color CMYK value is (26,6,0,28).

  • cyan value is 25.54%
  • magenta value is 5.98%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (26,6,0,28)
C26M6Y0K28 (26%, 6%, 0%, 28%)
(0.26 / 0.06 / 0.00 / 0.28)

CMYK percentages

%25.54
%5.98
%0
%27.84

Codes

Color #89ADB8 in popluar color models

89 AD B8
RGB 137 173 184
HSL 194° 24.87% 62.94%
HSB/HSV 194° 25.54% 72.16%
CMYK 25.54% 5.98% 0.00%
27.84%

Color #89ADB8 in popluar number systems.

HEX 89 AD B8
Decimal 137 173 184
Binary 10001001 10101101 10111000
Octal 211 255 270

Shades and tints

Shades of #89ADB8

#89ADB8
(137,173,184)
#7D9EA8
(125,158,168)
#718F98
(113,143,152)
#658088
(101,128,136)
#597178
(89,113,120)
#4D6268
(77,98,104)
#415358
(65,83,88)
#354448
(53,68,72)
#293538
(41,53,56)
#1D2628
(29,38,40)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #89ADB8

#89ADB8
(137,173,184)
#93B4BE
(147,180,190)
#9DBBC4
(157,187,196)
#A7C2CA
(167,194,202)
#B1C9D0
(177,201,208)
#BBD0D6
(187,208,214)
#C5D7DC
(197,215,220)
#CFDEE2
(207,222,226)
#D9E5E8
(217,229,232)
#E3ECEE
(227,236,238)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89ADB8; }

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

This text font color is #89ADB8.

Background Color

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

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

This div background color is #89ADB8.

Border color

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

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

This div border color is #89ADB8.

Opacity

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

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

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

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

This text has shadow with #89ADB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89ADB8.

Preview

Color preview on black background

This text has color #89ADB8 on black background.


Color preview on white background

This text has color #89ADB8 on white background.


Black color preview on #89ADB8 background

This text has black color on #89ADB8 background.


White color preview on #89ADB8 background

This text has white color on #89ADB8 background.


Related colors

Complementary color

Complementary color for #hex is #765247.


I love getcolorcode.com

Triadic colors

1 #B889AD and #ADB889 with #89ADB8 are triadic colors.

2 #B8AD89 and #AD89B8 with #89ADB8 are triadic colors.