COLOR #89A8C5

HEX: #89A8C5
RGB: (137,168,197)

Color info

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

RGB color model

#89A8C5 color RGB value is (137,168,197).

  • red value is 137;
  • green value is 168;
  • blue value is 197.
RGB:
(137,168,197)
(54%,66%,77%)

RGB channels and saturation

R 137 of 255 = 54%
G 168 of 255 = 66%
B 197 of 255 = 77%

137
168
197

R + G + B ~ 66%. #89A8C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 168 + 197 = 502 (100%)
R 137 of 502 ~ 27.29%
G 168 of 502 ~ 33.47%
B 197 of 502 ~ 39.24%

%27.29
%33.47
%39.24

CMYK color model

#89A8C5 color CMYK value is (30,15,0,23).

  • cyan value is 30.46%
  • magenta value is 14.72%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(30,15,0,23)
C30M15Y0K23 
(30%,15%,0%,23%)
(0.30/0.15/0.00/0.23)	

CMYK percentages

%30.46
%14.72
%0
%22.75

Codes

Color #89A8C5 in popluar color models

89A8C5
RGB137168197
HSL209°34.09%65.49%
HSB/HSV209°30.46%77.25%
CMYK30.46%14.72%0.00%
22.75%

Color #89A8C5 in popluar number systems.

HEX89A8C5
Decimal137168197
Binary100010011010100011000101
Octal211250305

Shades and tints

Shades of #89A8C5

#89A8C5
(137,168,197)
#7D99B4
(125,153,180)
#718AA3
(113,138,163)
#657B92
(101,123,146)
#596C81
(89,108,129)
#4D5D70
(77,93,112)
#414E5F
(65,78,95)
#353F4E
(53,63,78)
#29303D
(41,48,61)
#1D212C
(29,33,44)
#11121B
(17,18,27)
#000000
(0,0,0)

Tints of #89A8C5

#89A8C5
(137,168,197)
#93AFCA
(147,175,202)
#9DB6CF
(157,182,207)
#A7BDD4
(167,189,212)
#B1C4D9
(177,196,217)
#BBCBDE
(187,203,222)
#C5D2E3
(197,210,227)
#CFD9E8
(207,217,232)
#D9E0ED
(217,224,237)
#E3E7F2
(227,231,242)
#EDEEF7
(237,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A8C5 color. Also use rgb(137,168,197) instead hex code.

Text Font Color

.myTextColor { color: #89A8C5; }

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

This text font color is #89A8C5.


Background Color

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

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

This div background color is #89A8C5.


Border color

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

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

This div border color is #89A8C5.


Opacity

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

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

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

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

This text has shadow with #89A8C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A8C5 on black background.


Color preview on white background

This text has color #89A8C5 on white background.



Black color preview on #89A8C5 background

This text has black color on #89A8C5 background.


White color preview on #89A8C5 background

This text has white color on #89A8C5 background.