COLOR #89B3B9

HEX: #89B3B9
RGB: (137,179,185)

Color info

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

RGB color model

#89B3B9 color RGB value is (137,179,185).

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

RGB channels and saturation

R 137 of 255 = 54%
G 179 of 255 = 70%
B 185 of 255 = 73%

137
179
185

R + G + B ~ 66%. #89B3B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 179 + 185 = 501 (100%)
R 137 of 501 ~ 27.35%
G 179 of 501 ~ 35.73%
B 185 of 501 ~ 36.93%

%27.35
%35.73
%36.93

CMYK color model

#89B3B9 color CMYK value is (26,3,0,27).

  • cyan value is 25.95%
  • magenta value is 3.24%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(26,3,0,27)
C26M3Y0K27 
(26%,3%,0%,27%)
(0.26/0.03/0.00/0.27)	

CMYK percentages

%25.95
%3.24
%0
%27.45

Codes

Color #89B3B9 in popluar color models

89B3B9
RGB137179185
HSL188°25.53%63.14%
HSB/HSV188°25.95%72.55%
CMYK25.95%3.24%0.00%
27.45%

Color #89B3B9 in popluar number systems.

HEX89B3B9
Decimal137179185
Binary100010011011001110111001
Octal211263271

Shades and tints

Shades of #89B3B9

#89B3B9
(137,179,185)
#7DA3A9
(125,163,169)
#719399
(113,147,153)
#658389
(101,131,137)
#597379
(89,115,121)
#4D6369
(77,99,105)
#415359
(65,83,89)
#354349
(53,67,73)
#293339
(41,51,57)
#1D2329
(29,35,41)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #89B3B9

#89B3B9
(137,179,185)
#93B9BF
(147,185,191)
#9DBFC5
(157,191,197)
#A7C5CB
(167,197,203)
#B1CBD1
(177,203,209)
#BBD1D7
(187,209,215)
#C5D7DD
(197,215,221)
#CFDDE3
(207,221,227)
#D9E3E9
(217,227,233)
#E3E9EF
(227,233,239)
#EDEFF5
(237,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89B3B9; }

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

This text font color is #89B3B9.


Background Color

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

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

This div background color is #89B3B9.


Border color

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

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

This div border color is #89B3B9.


Opacity

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

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

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

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

This text has shadow with #89B3B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B3B9 on black background.


Color preview on white background

This text has color #89B3B9 on white background.



Black color preview on #89B3B9 background

This text has black color on #89B3B9 background.


White color preview on #89B3B9 background

This text has white color on #89B3B9 background.