COLOR #89AADB

HEX: #89AADB
RGB: (137,170,219)

Color info

#89AADB contains mainly green and blue colors. Web safe color of #89AADB is #9999CC (or #99C).

RGB color model

#89AADB color RGB value is (137,170,219).

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

RGB channels and saturation

R 137 of 255 = 54%
G 170 of 255 = 67%
B 219 of 255 = 86%

137
170
219

R + G + B ~ 69%. #89AADB is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 170 + 219 = 526 (100%)
R 137 of 526 ~ 26.05%
G 170 of 526 ~ 32.32%
B 219 of 526 ~ 41.63%

%26.05
%32.32
%41.63

CMYK color model

#89AADB color CMYK value is (37,22,0,14).

  • cyan value is 37.44%
  • magenta value is 22.37%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(37,22,0,14)
C37M22Y0K14 
(37%,22%,0%,14%)
(0.37/0.22/0.00/0.14)	

CMYK percentages

%37.44
%22.37
%0
%14.12

Codes

Color #89AADB in popluar color models

89AADB
RGB137170219
HSL216°53.25%69.80%
HSB/HSV216°37.44%85.88%
CMYK37.44%22.37%0.00%
14.12%

Color #89AADB in popluar number systems.

HEX89AADB
Decimal137170219
Binary100010011010101011011011
Octal211252333

Shades and tints

Shades of #89AADB

#89AADB
(137,170,219)
#7D9BC8
(125,155,200)
#718CB5
(113,140,181)
#657DA2
(101,125,162)
#596E8F
(89,110,143)
#4D5F7C
(77,95,124)
#415069
(65,80,105)
#354156
(53,65,86)
#293243
(41,50,67)
#1D2330
(29,35,48)
#11141D
(17,20,29)
#000000
(0,0,0)

Tints of #89AADB

#89AADB
(137,170,219)
#93B1DE
(147,177,222)
#9DB8E1
(157,184,225)
#A7BFE4
(167,191,228)
#B1C6E7
(177,198,231)
#BBCDEA
(187,205,234)
#C5D4ED
(197,212,237)
#CFDBF0
(207,219,240)
#D9E2F3
(217,226,243)
#E3E9F6
(227,233,246)
#EDF0F9
(237,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89AADB; }

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

This text font color is #89AADB.


Background Color

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

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

This div background color is #89AADB.


Border color

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

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

This div border color is #89AADB.


Opacity

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

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

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

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

This text has shadow with #89AADB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89AADB on black background.


Color preview on white background

This text has color #89AADB on white background.



Black color preview on #89AADB background

This text has black color on #89AADB background.


White color preview on #89AADB background

This text has white color on #89AADB background.