COLOR #89BABB

HEX: #89BABB
RGB: (137,186,187)

Color info

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

RGB color model

#89BABB color RGB value is (137,186,187).

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

RGB channels and saturation

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

137
186
187

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

Portions of RGB colors in percentages

R + G + B =
137 + 186 + 187 = 510 (100%)
R 137 of 510 ~ 26.86%
G 186 of 510 ~ 36.47%
B 187 of 510 ~ 36.67%

%26.86
%36.47
%36.67

CMYK color model

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

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

CMYK percentages

%26.74
%0.53
%0
%26.67

Codes

Color #89BABB in popluar color models

89BABB
RGB137186187
HSL181°26.88%63.53%
HSB/HSV181°26.74%73.33%
CMYK26.74%0.53%0.00%
26.67%

Color #89BABB in popluar number systems.

HEX89BABB
Decimal137186187
Binary100010011011101010111011
Octal211272273

Shades and tints

Shades of #89BABB

#89BABB
(137,186,187)
#7DAAAA
(125,170,170)
#719A99
(113,154,153)
#658A88
(101,138,136)
#597A77
(89,122,119)
#4D6A66
(77,106,102)
#415A55
(65,90,85)
#354A44
(53,74,68)
#293A33
(41,58,51)
#1D2A22
(29,42,34)
#111A11
(17,26,17)
#000000
(0,0,0)

Tints of #89BABB

#89BABB
(137,186,187)
#93C0C1
(147,192,193)
#9DC6C7
(157,198,199)
#A7CCCD
(167,204,205)
#B1D2D3
(177,210,211)
#BBD8D9
(187,216,217)
#C5DEDF
(197,222,223)
#CFE4E5
(207,228,229)
#D9EAEB
(217,234,235)
#E3F0F1
(227,240,241)
#EDF6F7
(237,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89BABB; }

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

This text font color is #89BABB.


Background Color

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

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

This div background color is #89BABB.


Border color

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

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

This div border color is #89BABB.


Opacity

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

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

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

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

This text has shadow with #89BABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89BABB on black background.


Color preview on white background

This text has color #89BABB on white background.



Black color preview on #89BABB background

This text has black color on #89BABB background.


White color preview on #89BABB background

This text has white color on #89BABB background.