COLOR #89BABC

HEX: #89BABC RGB: (137,186,188)

Color info

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

RGB color model

#89BABC color RGB value is (137,186,188).

RGB: (137,186,188) (54%, 73%, 74%)

RGB channels and saturation

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

137
186
188

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

Portions of RGB colors in percentages

R + G + B = 137 + 186 + 188 = 511 (100%)
R 137 of 511 ~ 26.81%
G 186 of 511 ~ 36.4%
B 188 of 511 ~ 36.79'%

%26.81
%36.4
%36.79

CMYK color model

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

  • cyan value is 27.13%
  • magenta value is 1.06%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (27,1,0,26)
C27M1Y0K26 (27%, 1%, 0%, 26%)
(0.27 / 0.01 / 0.00 / 0.26)

CMYK percentages

%27.13
%1.06
%0
%26.27

Codes

Color #89BABC in popluar color models

89 BA BC
RGB 137 186 188
HSL 182° 27.57% 63.73%
HSB/HSV 182° 27.13% 73.73%
CMYK 27.13% 1.06% 0.00%
26.27%

Color #89BABC in popluar number systems.

HEX 89 BA BC
Decimal 137 186 188
Binary 10001001 10111010 10111100
Octal 211 272 274

Shades and tints

Shades of #89BABC

#89BABC
(137,186,188)
#7DAAAB
(125,170,171)
#719A9A
(113,154,154)
#658A89
(101,138,137)
#597A78
(89,122,120)
#4D6A67
(77,106,103)
#415A56
(65,90,86)
#354A45
(53,74,69)
#293A34
(41,58,52)
#1D2A23
(29,42,35)
#111A12
(17,26,18)
#000000
(0,0,0)

Tints of #89BABC

#89BABC
(137,186,188)
#93C0C2
(147,192,194)
#9DC6C8
(157,198,200)
#A7CCCE
(167,204,206)
#B1D2D4
(177,210,212)
#BBD8DA
(187,216,218)
#C5DEE0
(197,222,224)
#CFE4E6
(207,228,230)
#D9EAEC
(217,234,236)
#E3F0F2
(227,240,242)
#EDF6F8
(237,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89BABC; }

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

This text font color is #89BABC.

Background Color

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

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

This div background color is #89BABC.

Border color

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

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

This div border color is #89BABC.

Opacity

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

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

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

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

This text has shadow with #89BABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89BABC.

Preview

Color preview on black background

This text has color #89BABC on black background.


Color preview on white background

This text has color #89BABC on white background.


Black color preview on #89BABC background

This text has black color on #89BABC background.


White color preview on #89BABC background

This text has white color on #89BABC background.


Related colors

Complementary color

Complementary color for #hex is #764543.


I love getcolorcode.com

Triadic colors

1 #BC89BA and #BABC89 with #89BABC are triadic colors.

2 #BCBA89 and #BA89BC with #89BABC are triadic colors.