COLOR #89BBB9

HEX: #89BBB9
RGB: (137,187,185)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

137
187
185

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

Portions of RGB colors in percentages

R + G + B =
137 + 187 + 185 = 509 (100%)
R 137 of 509 ~ 26.92%
G 187 of 509 ~ 36.74%
B 185 of 509 ~ 36.35%

%26.92
%36.74
%36.35

CMYK color model

#89BBB9 color CMYK value is (27,0,1,27).

  • cyan value is 26.74%
  • magenta value is 0.00%
  • yellow value is 1.07%
  • key color value is 26.67%
CMYK:
(27,0,1,27)
C27M0Y1K27 
(27%,0%,1%,27%)
(0.27/0.00/0.01/0.27)	

CMYK percentages

%26.74
%0
%1.07
%26.67

Codes

Color #89BBB9 in popluar color models

89BBB9
RGB137187185
HSL178°26.88%63.53%
HSB/HSV178°26.74%73.33%
CMYK26.74%0.00%1.07%
26.67%

Color #89BBB9 in popluar number systems.

HEX89BBB9
Decimal137187185
Binary100010011011101110111001
Octal211273271

Shades and tints

Shades of #89BBB9

#89BBB9
(137,187,185)
#7DAAA9
(125,170,169)
#719999
(113,153,153)
#658889
(101,136,137)
#597779
(89,119,121)
#4D6669
(77,102,105)
#415559
(65,85,89)
#354449
(53,68,73)
#293339
(41,51,57)
#1D2229
(29,34,41)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #89BBB9

#89BBB9
(137,187,185)
#93C1BF
(147,193,191)
#9DC7C5
(157,199,197)
#A7CDCB
(167,205,203)
#B1D3D1
(177,211,209)
#BBD9D7
(187,217,215)
#C5DFDD
(197,223,221)
#CFE5E3
(207,229,227)
#D9EBE9
(217,235,233)
#E3F1EF
(227,241,239)
#EDF7F5
(237,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89BBB9; }

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

This text font color is #89BBB9.


Background Color

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

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

This div background color is #89BBB9.


Border color

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

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

This div border color is #89BBB9.


Opacity

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

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

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

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

This text has shadow with #89BBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89BBB9 on black background.


Color preview on white background

This text has color #89BBB9 on white background.



Black color preview on #89BBB9 background

This text has black color on #89BBB9 background.


White color preview on #89BBB9 background

This text has white color on #89BBB9 background.