COLOR #89A6BC

HEX: #89A6BC RGB: (137,166,188)

Color info

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

RGB color model

#89A6BC color RGB value is (137,166,188).

RGB: (137,166,188) (54%, 65%, 74%)

RGB channels and saturation

R 137 of 255 = 54%
G 166 of 255 = 65%
B 188 of 255 = 74%

137
166
188

R + G + B ~ 64%. #89A6BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 166 + 188 = 491 (100%)
R 137 of 491 ~ 27.9%
G 166 of 491 ~ 33.81%
B 188 of 491 ~ 38.29'%

%27.9
%33.81
%38.29

CMYK color model

#89A6BC color CMYK value is (27,12,0,26).

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

CMYK: (27,12,0,26)
C27M12Y0K26 (27%, 12%, 0%, 26%)
(0.27 / 0.12 / 0.00 / 0.26)

CMYK percentages

%27.13
%11.7
%0
%26.27

Codes

Color #89A6BC in popluar color models

89 A6 BC
RGB 137 166 188
HSL 206° 27.57% 63.73%
HSB/HSV 206° 27.13% 73.73%
CMYK 27.13% 11.70% 0.00%
26.27%

Color #89A6BC in popluar number systems.

HEX 89 A6 BC
Decimal 137 166 188
Binary 10001001 10100110 10111100
Octal 211 246 274

Shades and tints

Shades of #89A6BC

#89A6BC
(137,166,188)
#7D97AB
(125,151,171)
#71889A
(113,136,154)
#657989
(101,121,137)
#596A78
(89,106,120)
#4D5B67
(77,91,103)
#414C56
(65,76,86)
#353D45
(53,61,69)
#292E34
(41,46,52)
#1D1F23
(29,31,35)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #89A6BC

#89A6BC
(137,166,188)
#93AEC2
(147,174,194)
#9DB6C8
(157,182,200)
#A7BECE
(167,190,206)
#B1C6D4
(177,198,212)
#BBCEDA
(187,206,218)
#C5D6E0
(197,214,224)
#CFDEE6
(207,222,230)
#D9E6EC
(217,230,236)
#E3EEF2
(227,238,242)
#EDF6F8
(237,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A6BC; }

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

This text font color is #89A6BC.

Background Color

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

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

This div background color is #89A6BC.

Border color

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

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

This div border color is #89A6BC.

Opacity

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

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

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

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

This text has shadow with #89A6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89A6BC.

Preview

Color preview on black background

This text has color #89A6BC on black background.


Color preview on white background

This text has color #89A6BC on white background.


Black color preview on #89A6BC background

This text has black color on #89A6BC background.


White color preview on #89A6BC background

This text has white color on #89A6BC background.


Related colors

Complementary color

Complementary color for #hex is #765943.


I love getcolorcode.com

Triadic colors

1 #BC89A6 and #A6BC89 with #89A6BC are triadic colors.

2 #BCA689 and #A689BC with #89A6BC are triadic colors.