COLOR #89AAD3

HEX: #89AAD3
RGB: (137,170,211)

Color info

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

RGB color model

#89AAD3 color RGB value is (137,170,211).

  • red value is 137;
  • green value is 170;
  • blue value is 211.
RGB:
(137,170,211)
(54%,67%,83%)

RGB channels and saturation

R 137 of 255 = 54%
G 170 of 255 = 67%
B 211 of 255 = 83%

137
170
211

R + G + B ~ 68%. #89AAD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 170 + 211 = 518 (100%)
R 137 of 518 ~ 26.45%
G 170 of 518 ~ 32.82%
B 211 of 518 ~ 40.73%

%26.45
%32.82
%40.73

CMYK color model

#89AAD3 color CMYK value is (35,19,0,17).

  • cyan value is 35.07%
  • magenta value is 19.43%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(35,19,0,17)
C35M19Y0K17 
(35%,19%,0%,17%)
(0.35/0.19/0.00/0.17)	

CMYK percentages

%35.07
%19.43
%0
%17.25

Codes

Color #89AAD3 in popluar color models

89AAD3
RGB137170211
HSL213°45.68%68.24%
HSB/HSV213°35.07%82.75%
CMYK35.07%19.43%0.00%
17.25%

Color #89AAD3 in popluar number systems.

HEX89AAD3
Decimal137170211
Binary100010011010101011010011
Octal211252323

Shades and tints

Shades of #89AAD3

#89AAD3
(137,170,211)
#7D9BC0
(125,155,192)
#718CAD
(113,140,173)
#657D9A
(101,125,154)
#596E87
(89,110,135)
#4D5F74
(77,95,116)
#415061
(65,80,97)
#35414E
(53,65,78)
#29323B
(41,50,59)
#1D2328
(29,35,40)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #89AAD3

#89AAD3
(137,170,211)
#93B1D7
(147,177,215)
#9DB8DB
(157,184,219)
#A7BFDF
(167,191,223)
#B1C6E3
(177,198,227)
#BBCDE7
(187,205,231)
#C5D4EB
(197,212,235)
#CFDBEF
(207,219,239)
#D9E2F3
(217,226,243)
#E3E9F7
(227,233,247)
#EDF0FB
(237,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89AAD3 color. Also use rgb(137,170,211) instead hex code.

Text Font Color

.myTextColor { color: #89AAD3; }

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

This text font color is #89AAD3.


Background Color

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

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

This div background color is #89AAD3.


Border color

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

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

This div border color is #89AAD3.


Opacity

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

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

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

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

This text has shadow with #89AAD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89AAD3 on black background.


Color preview on white background

This text has color #89AAD3 on white background.



Black color preview on #89AAD3 background

This text has black color on #89AAD3 background.


White color preview on #89AAD3 background

This text has white color on #89AAD3 background.