COLOR #89AABD

HEX: #89AABD
RGB: (137,170,189)

Color info

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

RGB color model

#89AABD color RGB value is (137,170,189).

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

RGB channels and saturation

R 137 of 255 = 54%
G 170 of 255 = 67%
B 189 of 255 = 74%

137
170
189

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

Portions of RGB colors in percentages

R + G + B =
137 + 170 + 189 = 496 (100%)
R 137 of 496 ~ 27.62%
G 170 of 496 ~ 34.27%
B 189 of 496 ~ 38.1%

%27.62
%34.27
%38.1

CMYK color model

#89AABD color CMYK value is (28,10,0,26).

  • cyan value is 27.51%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(28,10,0,26)
C28M10Y0K26 
(28%,10%,0%,26%)
(0.28/0.10/0.00/0.26)	

CMYK percentages

%27.51
%10.05
%0
%25.88

Codes

Color #89AABD in popluar color models

89AABD
RGB137170189
HSL202°28.26%63.92%
HSB/HSV202°27.51%74.12%
CMYK27.51%10.05%0.00%
25.88%

Color #89AABD in popluar number systems.

HEX89AABD
Decimal137170189
Binary100010011010101010111101
Octal211252275

Shades and tints

Shades of #89AABD

#89AABD
(137,170,189)
#7D9BAC
(125,155,172)
#718C9B
(113,140,155)
#657D8A
(101,125,138)
#596E79
(89,110,121)
#4D5F68
(77,95,104)
#415057
(65,80,87)
#354146
(53,65,70)
#293235
(41,50,53)
#1D2324
(29,35,36)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #89AABD

#89AABD
(137,170,189)
#93B1C3
(147,177,195)
#9DB8C9
(157,184,201)
#A7BFCF
(167,191,207)
#B1C6D5
(177,198,213)
#BBCDDB
(187,205,219)
#C5D4E1
(197,212,225)
#CFDBE7
(207,219,231)
#D9E2ED
(217,226,237)
#E3E9F3
(227,233,243)
#EDF0F9
(237,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89AABD; }

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

This text font color is #89AABD.


Background Color

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

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

This div background color is #89AABD.


Border color

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

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

This div border color is #89AABD.


Opacity

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

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

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

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

This text has shadow with #89AABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89AABD on black background.


Color preview on white background

This text has color #89AABD on white background.



Black color preview on #89AABD background

This text has black color on #89AABD background.


White color preview on #89AABD background

This text has white color on #89AABD background.