COLOR #89A6D1

HEX: #89A6D1
RGB: (137,166,209)

Color info

#89A6D1 contains mainly green and blue colors. Web safe color of #89A6D1 is #9999CC (or #99C).

RGB color model

#89A6D1 color RGB value is (137,166,209).

  • red value is 137;
  • green value is 166;
  • blue value is 209.
RGB:
(137,166,209)
(54%,65%,82%)

RGB channels and saturation

R 137 of 255 = 54%
G 166 of 255 = 65%
B 209 of 255 = 82%

137
166
209

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

Portions of RGB colors in percentages

R + G + B =
137 + 166 + 209 = 512 (100%)
R 137 of 512 ~ 26.76%
G 166 of 512 ~ 32.42%
B 209 of 512 ~ 40.82%

%26.76
%32.42
%40.82

CMYK color model

#89A6D1 color CMYK value is (34,21,0,18).

  • cyan value is 34.45%
  • magenta value is 20.57%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(34,21,0,18)
C34M21Y0K18 
(34%,21%,0%,18%)
(0.34/0.21/0.00/0.18)	

CMYK percentages

%34.45
%20.57
%0
%18.04

Codes

Color #89A6D1 in popluar color models

89A6D1
RGB137166209
HSL216°43.90%67.84%
HSB/HSV216°34.45%81.96%
CMYK34.45%20.57%0.00%
18.04%

Color #89A6D1 in popluar number systems.

HEX89A6D1
Decimal137166209
Binary100010011010011011010001
Octal211246321

Shades and tints

Shades of #89A6D1

#89A6D1
(137,166,209)
#7D97BE
(125,151,190)
#7188AB
(113,136,171)
#657998
(101,121,152)
#596A85
(89,106,133)
#4D5B72
(77,91,114)
#414C5F
(65,76,95)
#353D4C
(53,61,76)
#292E39
(41,46,57)
#1D1F26
(29,31,38)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #89A6D1

#89A6D1
(137,166,209)
#93AED5
(147,174,213)
#9DB6D9
(157,182,217)
#A7BEDD
(167,190,221)
#B1C6E1
(177,198,225)
#BBCEE5
(187,206,229)
#C5D6E9
(197,214,233)
#CFDEED
(207,222,237)
#D9E6F1
(217,230,241)
#E3EEF5
(227,238,245)
#EDF6F9
(237,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A6D1; }

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

This text font color is #89A6D1.


Background Color

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

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

This div background color is #89A6D1.


Border color

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

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

This div border color is #89A6D1.


Opacity

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

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

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

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

This text has shadow with #89A6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A6D1 on black background.


Color preview on white background

This text has color #89A6D1 on white background.



Black color preview on #89A6D1 background

This text has black color on #89A6D1 background.


White color preview on #89A6D1 background

This text has white color on #89A6D1 background.