COLOR #89A5B8

HEX: #89A5B8
RGB: (137,165,184)

Color info

#89A5B8 contains red, green and blue colors in about the same proportion. Web safe color of #89A5B8 is #9999CC (or #99C).

RGB color model

#89A5B8 color RGB value is (137,165,184).

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

RGB channels and saturation

R 137 of 255 = 54%
G 165 of 255 = 65%
B 184 of 255 = 72%

137
165
184

R + G + B ~ 64%. #89A5B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 165 + 184 = 486 (100%)
R 137 of 486 ~ 28.19%
G 165 of 486 ~ 33.95%
B 184 of 486 ~ 37.86%

%28.19
%33.95
%37.86

CMYK color model

#89A5B8 color CMYK value is (26,10,0,28).

  • cyan value is 25.54%
  • magenta value is 10.33%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(26,10,0,28)
C26M10Y0K28 
(26%,10%,0%,28%)
(0.26/0.10/0.00/0.28)	

CMYK percentages

%25.54
%10.33
%0
%27.84

Codes

Color #89A5B8 in popluar color models

89A5B8
RGB137165184
HSL204°24.87%62.94%
HSB/HSV204°25.54%72.16%
CMYK25.54%10.33%0.00%
27.84%

Color #89A5B8 in popluar number systems.

HEX89A5B8
Decimal137165184
Binary100010011010010110111000
Octal211245270

Shades and tints

Shades of #89A5B8

#89A5B8
(137,165,184)
#7D96A8
(125,150,168)
#718798
(113,135,152)
#657888
(101,120,136)
#596978
(89,105,120)
#4D5A68
(77,90,104)
#414B58
(65,75,88)
#353C48
(53,60,72)
#292D38
(41,45,56)
#1D1E28
(29,30,40)
#110F18
(17,15,24)
#000000
(0,0,0)

Tints of #89A5B8

#89A5B8
(137,165,184)
#93ADBE
(147,173,190)
#9DB5C4
(157,181,196)
#A7BDCA
(167,189,202)
#B1C5D0
(177,197,208)
#BBCDD6
(187,205,214)
#C5D5DC
(197,213,220)
#CFDDE2
(207,221,226)
#D9E5E8
(217,229,232)
#E3EDEE
(227,237,238)
#EDF5F4
(237,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A5B8; }

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

This text font color is #89A5B8.


Background Color

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

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

This div background color is #89A5B8.


Border color

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

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

This div border color is #89A5B8.


Opacity

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

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

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

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

This text has shadow with #89A5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A5B8 on black background.


Color preview on white background

This text has color #89A5B8 on white background.



Black color preview on #89A5B8 background

This text has black color on #89A5B8 background.


White color preview on #89A5B8 background

This text has white color on #89A5B8 background.