COLOR #89BCB9

HEX: #89BCB9
RGB: (137,188,185)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

137
188
185

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

Portions of RGB colors in percentages

R + G + B =
137 + 188 + 185 = 510 (100%)
R 137 of 510 ~ 26.86%
G 188 of 510 ~ 36.86%
B 185 of 510 ~ 36.27%

%26.86
%36.86
%36.27

CMYK color model

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

  • cyan value is 27.13%
  • magenta value is 0.00%
  • yellow value is 1.60%
  • key color value is 26.27%
CMYK:
(27,0,2,26)
C27M0Y2K26 
(27%,0%,2%,26%)
(0.27/0.00/0.02/0.26)	

CMYK percentages

%27.13
%0
%1.6
%26.27

Codes

Color #89BCB9 in popluar color models

89BCB9
RGB137188185
HSL176°27.57%63.73%
HSB/HSV176°27.13%73.73%
CMYK27.13%0.00%1.60%
26.27%

Color #89BCB9 in popluar number systems.

HEX89BCB9
Decimal137188185
Binary100010011011110010111001
Octal211274271

Shades and tints

Shades of #89BCB9

#89BCB9
(137,188,185)
#7DABA9
(125,171,169)
#719A99
(113,154,153)
#658989
(101,137,137)
#597879
(89,120,121)
#4D6769
(77,103,105)
#415659
(65,86,89)
#354549
(53,69,73)
#293439
(41,52,57)
#1D2329
(29,35,41)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #89BCB9

#89BCB9
(137,188,185)
#93C2BF
(147,194,191)
#9DC8C5
(157,200,197)
#A7CECB
(167,206,203)
#B1D4D1
(177,212,209)
#BBDAD7
(187,218,215)
#C5E0DD
(197,224,221)
#CFE6E3
(207,230,227)
#D9ECE9
(217,236,233)
#E3F2EF
(227,242,239)
#EDF8F5
(237,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89BCB9; }

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

This text font color is #89BCB9.


Background Color

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

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

This div background color is #89BCB9.


Border color

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

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

This div border color is #89BCB9.


Opacity

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

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

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

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

This text has shadow with #89BCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89BCB9 on black background.


Color preview on white background

This text has color #89BCB9 on white background.



Black color preview on #89BCB9 background

This text has black color on #89BCB9 background.


White color preview on #89BCB9 background

This text has white color on #89BCB9 background.