COLOR #89A5D2

HEX: #89A5D2
RGB: (137,165,210)

Color info

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

RGB color model

#89A5D2 color RGB value is (137,165,210).

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

RGB channels and saturation

R 137 of 255 = 54%
G 165 of 255 = 65%
B 210 of 255 = 82%

137
165
210

R + G + B ~ 67%. #89A5D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 165 + 210 = 512 (100%)
R 137 of 512 ~ 26.76%
G 165 of 512 ~ 32.23%
B 210 of 512 ~ 41.02%

%26.76
%32.23
%41.02

CMYK color model

#89A5D2 color CMYK value is (35,21,0,18).

  • cyan value is 34.76%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(35,21,0,18)
C35M21Y0K18 
(35%,21%,0%,18%)
(0.35/0.21/0.00/0.18)	

CMYK percentages

%34.76
%21.43
%0
%17.65

Codes

Color #89A5D2 in popluar color models

89A5D2
RGB137165210
HSL217°44.79%68.04%
HSB/HSV217°34.76%82.35%
CMYK34.76%21.43%0.00%
17.65%

Color #89A5D2 in popluar number systems.

HEX89A5D2
Decimal137165210
Binary100010011010010111010010
Octal211245322

Shades and tints

Shades of #89A5D2

#89A5D2
(137,165,210)
#7D96BF
(125,150,191)
#7187AC
(113,135,172)
#657899
(101,120,153)
#596986
(89,105,134)
#4D5A73
(77,90,115)
#414B60
(65,75,96)
#353C4D
(53,60,77)
#292D3A
(41,45,58)
#1D1E27
(29,30,39)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #89A5D2

#89A5D2
(137,165,210)
#93ADD6
(147,173,214)
#9DB5DA
(157,181,218)
#A7BDDE
(167,189,222)
#B1C5E2
(177,197,226)
#BBCDE6
(187,205,230)
#C5D5EA
(197,213,234)
#CFDDEE
(207,221,238)
#D9E5F2
(217,229,242)
#E3EDF6
(227,237,246)
#EDF5FA
(237,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A5D2; }

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

This text font color is #89A5D2.


Background Color

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

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

This div background color is #89A5D2.


Border color

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

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

This div border color is #89A5D2.


Opacity

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

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

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

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

This text has shadow with #89A5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A5D2 on black background.


Color preview on white background

This text has color #89A5D2 on white background.



Black color preview on #89A5D2 background

This text has black color on #89A5D2 background.


White color preview on #89A5D2 background

This text has white color on #89A5D2 background.