COLOR #89A0BA

HEX: #89A0BA
RGB: (137,160,186)

Color info

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

RGB color model

#89A0BA color RGB value is (137,160,186).

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

RGB channels and saturation

R 137 of 255 = 54%
G 160 of 255 = 63%
B 186 of 255 = 73%

137
160
186

R + G + B ~ 63%. #89A0BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 160 + 186 = 483 (100%)
R 137 of 483 ~ 28.36%
G 160 of 483 ~ 33.13%
B 186 of 483 ~ 38.51%

%28.36
%33.13
%38.51

CMYK color model

#89A0BA color CMYK value is (26,14,0,27).

  • cyan value is 26.34%
  • magenta value is 13.98%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(26,14,0,27)
C26M14Y0K27 
(26%,14%,0%,27%)
(0.26/0.14/0.00/0.27)	

CMYK percentages

%26.34
%13.98
%0
%27.06

Codes

Color #89A0BA in popluar color models

89A0BA
RGB137160186
HSL212°26.20%63.33%
HSB/HSV212°26.34%72.94%
CMYK26.34%13.98%0.00%
27.06%

Color #89A0BA in popluar number systems.

HEX89A0BA
Decimal137160186
Binary100010011010000010111010
Octal211240272

Shades and tints

Shades of #89A0BA

#89A0BA
(137,160,186)
#7D92AA
(125,146,170)
#71849A
(113,132,154)
#65768A
(101,118,138)
#59687A
(89,104,122)
#4D5A6A
(77,90,106)
#414C5A
(65,76,90)
#353E4A
(53,62,74)
#29303A
(41,48,58)
#1D222A
(29,34,42)
#11141A
(17,20,26)
#000000
(0,0,0)

Tints of #89A0BA

#89A0BA
(137,160,186)
#93A8C0
(147,168,192)
#9DB0C6
(157,176,198)
#A7B8CC
(167,184,204)
#B1C0D2
(177,192,210)
#BBC8D8
(187,200,216)
#C5D0DE
(197,208,222)
#CFD8E4
(207,216,228)
#D9E0EA
(217,224,234)
#E3E8F0
(227,232,240)
#EDF0F6
(237,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A0BA; }

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

This text font color is #89A0BA.


Background Color

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

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

This div background color is #89A0BA.


Border color

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

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

This div border color is #89A0BA.


Opacity

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

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

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

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

This text has shadow with #89A0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A0BA on black background.


Color preview on white background

This text has color #89A0BA on white background.



Black color preview on #89A0BA background

This text has black color on #89A0BA background.


White color preview on #89A0BA background

This text has white color on #89A0BA background.