COLOR #89ADC1

HEX: #89ADC1
RGB: (137,173,193)

Color info

#89ADC1 contains red, green and blue colors in about the same proportion. Web safe color of #89ADC1 is #9999CC (or #99C).

RGB color model

#89ADC1 color RGB value is (137,173,193).

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

RGB channels and saturation

R 137 of 255 = 54%
G 173 of 255 = 68%
B 193 of 255 = 76%

137
173
193

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

Portions of RGB colors in percentages

R + G + B =
137 + 173 + 193 = 503 (100%)
R 137 of 503 ~ 27.24%
G 173 of 503 ~ 34.39%
B 193 of 503 ~ 38.37%

%27.24
%34.39
%38.37

CMYK color model

#89ADC1 color CMYK value is (29,10,0,24).

  • cyan value is 29.02%
  • magenta value is 10.36%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(29,10,0,24)
C29M10Y0K24 
(29%,10%,0%,24%)
(0.29/0.10/0.00/0.24)	

CMYK percentages

%29.02
%10.36
%0
%24.31

Codes

Color #89ADC1 in popluar color models

89ADC1
RGB137173193
HSL201°31.11%64.71%
HSB/HSV201°29.02%75.69%
CMYK29.02%10.36%0.00%
24.31%

Color #89ADC1 in popluar number systems.

HEX89ADC1
Decimal137173193
Binary100010011010110111000001
Octal211255301

Shades and tints

Shades of #89ADC1

#89ADC1
(137,173,193)
#7D9EB0
(125,158,176)
#718F9F
(113,143,159)
#65808E
(101,128,142)
#59717D
(89,113,125)
#4D626C
(77,98,108)
#41535B
(65,83,91)
#35444A
(53,68,74)
#293539
(41,53,57)
#1D2628
(29,38,40)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #89ADC1

#89ADC1
(137,173,193)
#93B4C6
(147,180,198)
#9DBBCB
(157,187,203)
#A7C2D0
(167,194,208)
#B1C9D5
(177,201,213)
#BBD0DA
(187,208,218)
#C5D7DF
(197,215,223)
#CFDEE4
(207,222,228)
#D9E5E9
(217,229,233)
#E3ECEE
(227,236,238)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89ADC1; }

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

This text font color is #89ADC1.


Background Color

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

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

This div background color is #89ADC1.


Border color

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

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

This div border color is #89ADC1.


Opacity

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

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

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

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

This text has shadow with #89ADC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89ADC1 on black background.


Color preview on white background

This text has color #89ADC1 on white background.



Black color preview on #89ADC1 background

This text has black color on #89ADC1 background.


White color preview on #89ADC1 background

This text has white color on #89ADC1 background.