COLOR #89B9B9

HEX: #89B9B9
RGB: (137,185,185)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

137
185
185

R + G + B ~ 67%. #89B9B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 185 + 185 = 507 (100%)
R 137 of 507 ~ 27.02%
G 185 of 507 ~ 36.49%
B 185 of 507 ~ 36.49%

%27.02
%36.49
%36.49

CMYK color model

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

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

CMYK percentages

%25.95
%0
%0
%27.45

Codes

Color #89B9B9 in popluar color models

89B9B9
RGB137185185
HSL180°25.53%63.14%
HSB/HSV180°25.95%72.55%
CMYK25.95%0.00%0.00%
27.45%

Color #89B9B9 in popluar number systems.

HEX89B9B9
Decimal137185185
Binary100010011011100110111001
Octal211271271

Shades and tints

Shades of #89B9B9

#89B9B9
(137,185,185)
#7DA9A9
(125,169,169)
#719999
(113,153,153)
#658989
(101,137,137)
#597979
(89,121,121)
#4D6969
(77,105,105)
#415959
(65,89,89)
#354949
(53,73,73)
#293939
(41,57,57)
#1D2929
(29,41,41)
#111919
(17,25,25)
#000000
(0,0,0)

Tints of #89B9B9

#89B9B9
(137,185,185)
#93BFBF
(147,191,191)
#9DC5C5
(157,197,197)
#A7CBCB
(167,203,203)
#B1D1D1
(177,209,209)
#BBD7D7
(187,215,215)
#C5DDDD
(197,221,221)
#CFE3E3
(207,227,227)
#D9E9E9
(217,233,233)
#E3EFEF
(227,239,239)
#EDF5F5
(237,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89B9B9; }

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

This text font color is #89B9B9.


Background Color

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

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

This div background color is #89B9B9.


Border color

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

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

This div border color is #89B9B9.


Opacity

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

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

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

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

This text has shadow with #89B9B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B9B9 on black background.


Color preview on white background

This text has color #89B9B9 on white background.



Black color preview on #89B9B9 background

This text has black color on #89B9B9 background.


White color preview on #89B9B9 background

This text has white color on #89B9B9 background.