COLOR #89A5D6

HEX: #89A5D6
RGB: (137,165,214)

Color info

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

RGB color model

#89A5D6 color RGB value is (137,165,214).

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

RGB channels and saturation

R 137 of 255 = 54%
G 165 of 255 = 65%
B 214 of 255 = 84%

137
165
214

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

Portions of RGB colors in percentages

R + G + B =
137 + 165 + 214 = 516 (100%)
R 137 of 516 ~ 26.55%
G 165 of 516 ~ 31.98%
B 214 of 516 ~ 41.47%

%26.55
%31.98
%41.47

CMYK color model

#89A5D6 color CMYK value is (36,23,0,16).

  • cyan value is 35.98%
  • magenta value is 22.90%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(36,23,0,16)
C36M23Y0K16 
(36%,23%,0%,16%)
(0.36/0.23/0.00/0.16)	

CMYK percentages

%35.98
%22.9
%0
%16.08

Codes

Color #89A5D6 in popluar color models

89A5D6
RGB137165214
HSL218°48.43%68.82%
HSB/HSV218°35.98%83.92%
CMYK35.98%22.90%0.00%
16.08%

Color #89A5D6 in popluar number systems.

HEX89A5D6
Decimal137165214
Binary100010011010010111010110
Octal211245326

Shades and tints

Shades of #89A5D6

#89A5D6
(137,165,214)
#7D96C3
(125,150,195)
#7187B0
(113,135,176)
#65789D
(101,120,157)
#59698A
(89,105,138)
#4D5A77
(77,90,119)
#414B64
(65,75,100)
#353C51
(53,60,81)
#292D3E
(41,45,62)
#1D1E2B
(29,30,43)
#110F18
(17,15,24)
#000000
(0,0,0)

Tints of #89A5D6

#89A5D6
(137,165,214)
#93ADD9
(147,173,217)
#9DB5DC
(157,181,220)
#A7BDDF
(167,189,223)
#B1C5E2
(177,197,226)
#BBCDE5
(187,205,229)
#C5D5E8
(197,213,232)
#CFDDEB
(207,221,235)
#D9E5EE
(217,229,238)
#E3EDF1
(227,237,241)
#EDF5F4
(237,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A5D6; }

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

This text font color is #89A5D6.


Background Color

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

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

This div background color is #89A5D6.


Border color

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

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

This div border color is #89A5D6.


Opacity

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

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

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

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

This text has shadow with #89A5D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A5D6 on black background.


Color preview on white background

This text has color #89A5D6 on white background.



Black color preview on #89A5D6 background

This text has black color on #89A5D6 background.


White color preview on #89A5D6 background

This text has white color on #89A5D6 background.