COLOR #89AEB9

HEX: #89AEB9
RGB: (137,174,185)

Color info

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

RGB color model

#89AEB9 color RGB value is (137,174,185).

  • red value is 137;
  • green value is 174;
  • blue value is 185.
RGB:
(137,174,185)
(54%,68%,73%)

RGB channels and saturation

R 137 of 255 = 54%
G 174 of 255 = 68%
B 185 of 255 = 73%

137
174
185

R + G + B ~ 65%. #89AEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 174 + 185 = 496 (100%)
R 137 of 496 ~ 27.62%
G 174 of 496 ~ 35.08%
B 185 of 496 ~ 37.3%

%27.62
%35.08
%37.3

CMYK color model

#89AEB9 color CMYK value is (26,6,0,27).

  • cyan value is 25.95%
  • magenta value is 5.95%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(26,6,0,27)
C26M6Y0K27 
(26%,6%,0%,27%)
(0.26/0.06/0.00/0.27)	

CMYK percentages

%25.95
%5.95
%0
%27.45

Codes

Color #89AEB9 in popluar color models

89AEB9
RGB137174185
HSL194°25.53%63.14%
HSB/HSV194°25.95%72.55%
CMYK25.95%5.95%0.00%
27.45%

Color #89AEB9 in popluar number systems.

HEX89AEB9
Decimal137174185
Binary100010011010111010111001
Octal211256271

Shades and tints

Shades of #89AEB9

#89AEB9
(137,174,185)
#7D9FA9
(125,159,169)
#719099
(113,144,153)
#658189
(101,129,137)
#597279
(89,114,121)
#4D6369
(77,99,105)
#415459
(65,84,89)
#354549
(53,69,73)
#293639
(41,54,57)
#1D2729
(29,39,41)
#111819
(17,24,25)
#000000
(0,0,0)

Tints of #89AEB9

#89AEB9
(137,174,185)
#93B5BF
(147,181,191)
#9DBCC5
(157,188,197)
#A7C3CB
(167,195,203)
#B1CAD1
(177,202,209)
#BBD1D7
(187,209,215)
#C5D8DD
(197,216,221)
#CFDFE3
(207,223,227)
#D9E6E9
(217,230,233)
#E3EDEF
(227,237,239)
#EDF4F5
(237,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89AEB9 color. Also use rgb(137,174,185) instead hex code.

Text Font Color

.myTextColor { color: #89AEB9; }

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

This text font color is #89AEB9.


Background Color

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

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

This div background color is #89AEB9.


Border color

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

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

This div border color is #89AEB9.


Opacity

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

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

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

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

This text has shadow with #89AEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89AEB9 on black background.


Color preview on white background

This text has color #89AEB9 on white background.



Black color preview on #89AEB9 background

This text has black color on #89AEB9 background.


White color preview on #89AEB9 background

This text has white color on #89AEB9 background.