COLOR #89ABBB

HEX: #89ABBB RGB: (137,171,187)

Color info

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

RGB color model

#89ABBB color RGB value is (137,171,187).

RGB: (137,171,187) (54%, 67%, 73%)

RGB channels and saturation

R 137 of 255 = 54%
G 171 of 255 = 67%
B 187 of 255 = 73%

137
171
187

R + G + B ~ 65%. #89ABBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 171 + 187 = 495 (100%)
R 137 of 495 ~ 27.68%
G 171 of 495 ~ 34.55%
B 187 of 495 ~ 37.78'%

%27.68
%34.55
%37.78

CMYK color model

#89ABBB color CMYK value is (27,9,0,27).

  • cyan value is 26.74%
  • magenta value is 8.56%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (27,9,0,27)
C27M9Y0K27 (27%, 9%, 0%, 27%)
(0.27 / 0.09 / 0.00 / 0.27)

CMYK percentages

%26.74
%8.56
%0
%26.67

Codes

Color #89ABBB in popluar color models

89 AB BB
RGB 137 171 187
HSL 199° 26.88% 63.53%
HSB/HSV 199° 26.74% 73.33%
CMYK 26.74% 8.56% 0.00%
26.67%

Color #89ABBB in popluar number systems.

HEX 89 AB BB
Decimal 137 171 187
Binary 10001001 10101011 10111011
Octal 211 253 273

Shades and tints

Shades of #89ABBB

#89ABBB
(137,171,187)
#7D9CAA
(125,156,170)
#718D99
(113,141,153)
#657E88
(101,126,136)
#596F77
(89,111,119)
#4D6066
(77,96,102)
#415155
(65,81,85)
#354244
(53,66,68)
#293333
(41,51,51)
#1D2422
(29,36,34)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #89ABBB

#89ABBB
(137,171,187)
#93B2C1
(147,178,193)
#9DB9C7
(157,185,199)
#A7C0CD
(167,192,205)
#B1C7D3
(177,199,211)
#BBCED9
(187,206,217)
#C5D5DF
(197,213,223)
#CFDCE5
(207,220,229)
#D9E3EB
(217,227,235)
#E3EAF1
(227,234,241)
#EDF1F7
(237,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89ABBB; }

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

This text font color is #89ABBB.

Background Color

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

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

This div background color is #89ABBB.

Border color

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

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

This div border color is #89ABBB.

Opacity

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

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

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

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

This text has shadow with #89ABBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89ABBB.

Preview

Color preview on black background

This text has color #89ABBB on black background.


Color preview on white background

This text has color #89ABBB on white background.


Black color preview on #89ABBB background

This text has black color on #89ABBB background.


White color preview on #89ABBB background

This text has white color on #89ABBB background.


Related colors

Complementary color

Complementary color for #hex is #765444.


I love getcolorcode.com

Triadic colors

1 #BB89AB and #ABBB89 with #89ABBB are triadic colors.

2 #BBAB89 and #AB89BB with #89ABBB are triadic colors.