COLOR #89ADCF

HEX: #89ADCF
RGB: (137,173,207)

Color info

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

RGB color model

#89ADCF color RGB value is (137,173,207).

  • red value is 137;
  • green value is 173;
  • blue value is 207.
RGB:
(137,173,207)
(54%,68%,81%)

RGB channels and saturation

R 137 of 255 = 54%
G 173 of 255 = 68%
B 207 of 255 = 81%

137
173
207

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

Portions of RGB colors in percentages

R + G + B =
137 + 173 + 207 = 517 (100%)
R 137 of 517 ~ 26.5%
G 173 of 517 ~ 33.46%
B 207 of 517 ~ 40.04%

%26.5
%33.46
%40.04

CMYK color model

#89ADCF color CMYK value is (34,16,0,19).

  • cyan value is 33.82%
  • magenta value is 16.43%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(34,16,0,19)
C34M16Y0K19 
(34%,16%,0%,19%)
(0.34/0.16/0.00/0.19)	

CMYK percentages

%33.82
%16.43
%0
%18.82

Codes

Color #89ADCF in popluar color models

89ADCF
RGB137173207
HSL209°42.17%67.45%
HSB/HSV209°33.82%81.18%
CMYK33.82%16.43%0.00%
18.82%

Color #89ADCF in popluar number systems.

HEX89ADCF
Decimal137173207
Binary100010011010110111001111
Octal211255317

Shades and tints

Shades of #89ADCF

#89ADCF
(137,173,207)
#7D9EBD
(125,158,189)
#718FAB
(113,143,171)
#658099
(101,128,153)
#597187
(89,113,135)
#4D6275
(77,98,117)
#415363
(65,83,99)
#354451
(53,68,81)
#29353F
(41,53,63)
#1D262D
(29,38,45)
#11171B
(17,23,27)
#000000
(0,0,0)

Tints of #89ADCF

#89ADCF
(137,173,207)
#93B4D3
(147,180,211)
#9DBBD7
(157,187,215)
#A7C2DB
(167,194,219)
#B1C9DF
(177,201,223)
#BBD0E3
(187,208,227)
#C5D7E7
(197,215,231)
#CFDEEB
(207,222,235)
#D9E5EF
(217,229,239)
#E3ECF3
(227,236,243)
#EDF3F7
(237,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89ADCF color. Also use rgb(137,173,207) instead hex code.

Text Font Color

.myTextColor { color: #89ADCF; }

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

This text font color is #89ADCF.


Background Color

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

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

This div background color is #89ADCF.


Border color

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

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

This div border color is #89ADCF.


Opacity

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

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

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

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

This text has shadow with #89ADCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89ADCF on black background.


Color preview on white background

This text has color #89ADCF on white background.



Black color preview on #89ADCF background

This text has black color on #89ADCF background.


White color preview on #89ADCF background

This text has white color on #89ADCF background.