COLOR #89ADD2

HEX: #89ADD2
RGB: (137,173,210)

Color info

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

RGB color model

#89ADD2 color RGB value is (137,173,210).

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

RGB channels and saturation

R 137 of 255 = 54%
G 173 of 255 = 68%
B 210 of 255 = 82%

137
173
210

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

Portions of RGB colors in percentages

R + G + B =
137 + 173 + 210 = 520 (100%)
R 137 of 520 ~ 26.35%
G 173 of 520 ~ 33.27%
B 210 of 520 ~ 40.38%

%26.35
%33.27
%40.38

CMYK color model

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

  • cyan value is 34.76%
  • magenta value is 17.62%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(35,18,0,18)
C35M18Y0K18 
(35%,18%,0%,18%)
(0.35/0.18/0.00/0.18)	

CMYK percentages

%34.76
%17.62
%0
%17.65

Codes

Color #89ADD2 in popluar color models

89ADD2
RGB137173210
HSL210°44.79%68.04%
HSB/HSV210°34.76%82.35%
CMYK34.76%17.62%0.00%
17.65%

Color #89ADD2 in popluar number systems.

HEX89ADD2
Decimal137173210
Binary100010011010110111010010
Octal211255322

Shades and tints

Shades of #89ADD2

#89ADD2
(137,173,210)
#7D9EBF
(125,158,191)
#718FAC
(113,143,172)
#658099
(101,128,153)
#597186
(89,113,134)
#4D6273
(77,98,115)
#415360
(65,83,96)
#35444D
(53,68,77)
#29353A
(41,53,58)
#1D2627
(29,38,39)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #89ADD2

#89ADD2
(137,173,210)
#93B4D6
(147,180,214)
#9DBBDA
(157,187,218)
#A7C2DE
(167,194,222)
#B1C9E2
(177,201,226)
#BBD0E6
(187,208,230)
#C5D7EA
(197,215,234)
#CFDEEE
(207,222,238)
#D9E5F2
(217,229,242)
#E3ECF6
(227,236,246)
#EDF3FA
(237,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89ADD2; }

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

This text font color is #89ADD2.


Background Color

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

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

This div background color is #89ADD2.


Border color

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

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

This div border color is #89ADD2.


Opacity

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

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

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

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

This text has shadow with #89ADD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89ADD2 on black background.


Color preview on white background

This text has color #89ADD2 on white background.



Black color preview on #89ADD2 background

This text has black color on #89ADD2 background.


White color preview on #89ADD2 background

This text has white color on #89ADD2 background.