COLOR #89A5B2

HEX: #89A5B2 RGB: (137,165,178)

Color info

#89A5B2 contains red, green and blue colors in about the same proportion. Web safe color of #89A5B2 is #999999 (or #999).

RGB color model

#89A5B2 color RGB value is (137,165,178).

RGB: (137,165,178) (54%, 65%, 70%)

RGB channels and saturation

R 137 of 255 = 54%
G 165 of 255 = 65%
B 178 of 255 = 70%

137
165
178

R + G + B ~ 63%. #89A5B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 165 + 178 = 480 (100%)
R 137 of 480 ~ 28.54%
G 165 of 480 ~ 34.38%
B 178 of 480 ~ 37.08'%

%28.54
%34.38
%37.08

CMYK color model

#89A5B2 color CMYK value is (23,7,0,30).

  • cyan value is 23.03%
  • magenta value is 7.30%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (23,7,0,30)
C23M7Y0K30 (23%, 7%, 0%, 30%)
(0.23 / 0.07 / 0.00 / 0.30)

CMYK percentages

%23.03
%7.3
%0
%30.2

Codes

Color #89A5B2 in popluar color models

89 A5 B2
RGB 137 165 178
HSL 199° 21.03% 61.76%
HSB/HSV 199° 23.03% 69.80%
CMYK 23.03% 7.30% 0.00%
30.20%

Color #89A5B2 in popluar number systems.

HEX 89 A5 B2
Decimal 137 165 178
Binary 10001001 10100101 10110010
Octal 211 245 262

Shades and tints

Shades of #89A5B2

#89A5B2
(137,165,178)
#7D96A2
(125,150,162)
#718792
(113,135,146)
#657882
(101,120,130)
#596972
(89,105,114)
#4D5A62
(77,90,98)
#414B52
(65,75,82)
#353C42
(53,60,66)
#292D32
(41,45,50)
#1D1E22
(29,30,34)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #89A5B2

#89A5B2
(137,165,178)
#93ADB9
(147,173,185)
#9DB5C0
(157,181,192)
#A7BDC7
(167,189,199)
#B1C5CE
(177,197,206)
#BBCDD5
(187,205,213)
#C5D5DC
(197,213,220)
#CFDDE3
(207,221,227)
#D9E5EA
(217,229,234)
#E3EDF1
(227,237,241)
#EDF5F8
(237,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A5B2; }

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

This text font color is #89A5B2.

Background Color

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

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

This div background color is #89A5B2.

Border color

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

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

This div border color is #89A5B2.

Opacity

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

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

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

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

This text has shadow with #89A5B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89A5B2.

Preview

Color preview on black background

This text has color #89A5B2 on black background.


Color preview on white background

This text has color #89A5B2 on white background.


Black color preview on #89A5B2 background

This text has black color on #89A5B2 background.


White color preview on #89A5B2 background

This text has white color on #89A5B2 background.


Related colors

Complementary color

Complementary color for #hex is #765A4D.


I love getcolorcode.com

Triadic colors

1 #B289A5 and #A5B289 with #89A5B2 are triadic colors.

2 #B2A589 and #A589B2 with #89A5B2 are triadic colors.