COLOR #89A5DA

HEX: #89A5DA
RGB: (137,165,218)

Color info

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

RGB color model

#89A5DA color RGB value is (137,165,218).

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

RGB channels and saturation

R 137 of 255 = 54%
G 165 of 255 = 65%
B 218 of 255 = 85%

137
165
218

R + G + B ~ 68%. #89A5DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 165 + 218 = 520 (100%)
R 137 of 520 ~ 26.35%
G 165 of 520 ~ 31.73%
B 218 of 520 ~ 41.92%

%26.35
%31.73
%41.92

CMYK color model

#89A5DA color CMYK value is (37,24,0,15).

  • cyan value is 37.16%
  • magenta value is 24.31%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(37,24,0,15)
C37M24Y0K15 
(37%,24%,0%,15%)
(0.37/0.24/0.00/0.15)	

CMYK percentages

%37.16
%24.31
%0
%14.51

Codes

Color #89A5DA in popluar color models

89A5DA
RGB137165218
HSL219°52.26%69.61%
HSB/HSV219°37.16%85.49%
CMYK37.16%24.31%0.00%
14.51%

Color #89A5DA in popluar number systems.

HEX89A5DA
Decimal137165218
Binary100010011010010111011010
Octal211245332

Shades and tints

Shades of #89A5DA

#89A5DA
(137,165,218)
#7D96C7
(125,150,199)
#7187B4
(113,135,180)
#6578A1
(101,120,161)
#59698E
(89,105,142)
#4D5A7B
(77,90,123)
#414B68
(65,75,104)
#353C55
(53,60,85)
#292D42
(41,45,66)
#1D1E2F
(29,30,47)
#110F1C
(17,15,28)
#000000
(0,0,0)

Tints of #89A5DA

#89A5DA
(137,165,218)
#93ADDD
(147,173,221)
#9DB5E0
(157,181,224)
#A7BDE3
(167,189,227)
#B1C5E6
(177,197,230)
#BBCDE9
(187,205,233)
#C5D5EC
(197,213,236)
#CFDDEF
(207,221,239)
#D9E5F2
(217,229,242)
#E3EDF5
(227,237,245)
#EDF5F8
(237,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A5DA; }

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

This text font color is #89A5DA.


Background Color

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

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

This div background color is #89A5DA.


Border color

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

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

This div border color is #89A5DA.


Opacity

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

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

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

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

This text has shadow with #89A5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A5DA on black background.


Color preview on white background

This text has color #89A5DA on white background.



Black color preview on #89A5DA background

This text has black color on #89A5DA background.


White color preview on #89A5DA background

This text has white color on #89A5DA background.