COLOR #89A5E0

HEX: #89A5E0
RGB: (137,165,224)

Color info

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

RGB color model

#89A5E0 color RGB value is (137,165,224).

  • red value is 137;
  • green value is 165;
  • blue value is 224.
RGB:
(137,165,224)
(54%,65%,88%)

RGB channels and saturation

R 137 of 255 = 54%
G 165 of 255 = 65%
B 224 of 255 = 88%

137
165
224

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

Portions of RGB colors in percentages

R + G + B =
137 + 165 + 224 = 526 (100%)
R 137 of 526 ~ 26.05%
G 165 of 526 ~ 31.37%
B 224 of 526 ~ 42.59%

%26.05
%31.37
%42.59

CMYK color model

#89A5E0 color CMYK value is (39,26,0,12).

  • cyan value is 38.84%
  • magenta value is 26.34%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(39,26,0,12)
C39M26Y0K12 
(39%,26%,0%,12%)
(0.39/0.26/0.00/0.12)	

CMYK percentages

%38.84
%26.34
%0
%12.16

Codes

Color #89A5E0 in popluar color models

89A5E0
RGB137165224
HSL221°58.39%70.78%
HSB/HSV221°38.84%87.84%
CMYK38.84%26.34%0.00%
12.16%

Color #89A5E0 in popluar number systems.

HEX89A5E0
Decimal137165224
Binary100010011010010111100000
Octal211245340

Shades and tints

Shades of #89A5E0

#89A5E0
(137,165,224)
#7D96CC
(125,150,204)
#7187B8
(113,135,184)
#6578A4
(101,120,164)
#596990
(89,105,144)
#4D5A7C
(77,90,124)
#414B68
(65,75,104)
#353C54
(53,60,84)
#292D40
(41,45,64)
#1D1E2C
(29,30,44)
#110F18
(17,15,24)
#000000
(0,0,0)

Tints of #89A5E0

#89A5E0
(137,165,224)
#93ADE2
(147,173,226)
#9DB5E4
(157,181,228)
#A7BDE6
(167,189,230)
#B1C5E8
(177,197,232)
#BBCDEA
(187,205,234)
#C5D5EC
(197,213,236)
#CFDDEE
(207,221,238)
#D9E5F0
(217,229,240)
#E3EDF2
(227,237,242)
#EDF5F4
(237,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A5E0 color. Also use rgb(137,165,224) instead hex code.

Text Font Color

.myTextColor { color: #89A5E0; }

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

This text font color is #89A5E0.


Background Color

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

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

This div background color is #89A5E0.


Border color

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

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

This div border color is #89A5E0.


Opacity

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

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

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

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

This text has shadow with #89A5E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A5E0 on black background.


Color preview on white background

This text has color #89A5E0 on white background.



Black color preview on #89A5E0 background

This text has black color on #89A5E0 background.


White color preview on #89A5E0 background

This text has white color on #89A5E0 background.