COLOR #89A7C8

HEX: #89A7C8
RGB: (137,167,200)

Color info

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

RGB color model

#89A7C8 color RGB value is (137,167,200).

  • red value is 137;
  • green value is 167;
  • blue value is 200.
RGB:
(137,167,200)
(54%,65%,78%)

RGB channels and saturation

R 137 of 255 = 54%
G 167 of 255 = 65%
B 200 of 255 = 78%

137
167
200

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

Portions of RGB colors in percentages

R + G + B =
137 + 167 + 200 = 504 (100%)
R 137 of 504 ~ 27.18%
G 167 of 504 ~ 33.13%
B 200 of 504 ~ 39.68%

%27.18
%33.13
%39.68

CMYK color model

#89A7C8 color CMYK value is (32,17,0,22).

  • cyan value is 31.50%
  • magenta value is 16.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(32,17,0,22)
C32M17Y0K22 
(32%,17%,0%,22%)
(0.32/0.17/0.00/0.22)	

CMYK percentages

%31.5
%16.5
%0
%21.57

Codes

Color #89A7C8 in popluar color models

89A7C8
RGB137167200
HSL211°36.42%66.08%
HSB/HSV211°31.50%78.43%
CMYK31.50%16.50%0.00%
21.57%

Color #89A7C8 in popluar number systems.

HEX89A7C8
Decimal137167200
Binary100010011010011111001000
Octal211247310

Shades and tints

Shades of #89A7C8

#89A7C8
(137,167,200)
#7D98B6
(125,152,182)
#7189A4
(113,137,164)
#657A92
(101,122,146)
#596B80
(89,107,128)
#4D5C6E
(77,92,110)
#414D5C
(65,77,92)
#353E4A
(53,62,74)
#292F38
(41,47,56)
#1D2026
(29,32,38)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #89A7C8

#89A7C8
(137,167,200)
#93AFCD
(147,175,205)
#9DB7D2
(157,183,210)
#A7BFD7
(167,191,215)
#B1C7DC
(177,199,220)
#BBCFE1
(187,207,225)
#C5D7E6
(197,215,230)
#CFDFEB
(207,223,235)
#D9E7F0
(217,231,240)
#E3EFF5
(227,239,245)
#EDF7FA
(237,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A7C8 color. Also use rgb(137,167,200) instead hex code.

Text Font Color

.myTextColor { color: #89A7C8; }

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

This text font color is #89A7C8.


Background Color

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

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

This div background color is #89A7C8.


Border color

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

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

This div border color is #89A7C8.


Opacity

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

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

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

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

This text has shadow with #89A7C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A7C8 on black background.


Color preview on white background

This text has color #89A7C8 on white background.



Black color preview on #89A7C8 background

This text has black color on #89A7C8 background.


White color preview on #89A7C8 background

This text has white color on #89A7C8 background.