COLOR #89A4C1

HEX: #89A4C1
RGB: (137,164,193)

Color info

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

RGB color model

#89A4C1 color RGB value is (137,164,193).

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

RGB channels and saturation

R 137 of 255 = 54%
G 164 of 255 = 64%
B 193 of 255 = 76%

137
164
193

R + G + B ~ 65%. #89A4C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 164 + 193 = 494 (100%)
R 137 of 494 ~ 27.73%
G 164 of 494 ~ 33.2%
B 193 of 494 ~ 39.07%

%27.73
%33.2
%39.07

CMYK color model

#89A4C1 color CMYK value is (29,15,0,24).

  • cyan value is 29.02%
  • magenta value is 15.03%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(29,15,0,24)
C29M15Y0K24 
(29%,15%,0%,24%)
(0.29/0.15/0.00/0.24)	

CMYK percentages

%29.02
%15.03
%0
%24.31

Codes

Color #89A4C1 in popluar color models

89A4C1
RGB137164193
HSL211°31.11%64.71%
HSB/HSV211°29.02%75.69%
CMYK29.02%15.03%0.00%
24.31%

Color #89A4C1 in popluar number systems.

HEX89A4C1
Decimal137164193
Binary100010011010010011000001
Octal211244301

Shades and tints

Shades of #89A4C1

#89A4C1
(137,164,193)
#7D96B0
(125,150,176)
#71889F
(113,136,159)
#657A8E
(101,122,142)
#596C7D
(89,108,125)
#4D5E6C
(77,94,108)
#41505B
(65,80,91)
#35424A
(53,66,74)
#293439
(41,52,57)
#1D2628
(29,38,40)
#111817
(17,24,23)
#000000
(0,0,0)

Tints of #89A4C1

#89A4C1
(137,164,193)
#93ACC6
(147,172,198)
#9DB4CB
(157,180,203)
#A7BCD0
(167,188,208)
#B1C4D5
(177,196,213)
#BBCCDA
(187,204,218)
#C5D4DF
(197,212,223)
#CFDCE4
(207,220,228)
#D9E4E9
(217,228,233)
#E3ECEE
(227,236,238)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A4C1; }

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

This text font color is #89A4C1.


Background Color

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

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

This div background color is #89A4C1.


Border color

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

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

This div border color is #89A4C1.


Opacity

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

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

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

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

This text has shadow with #89A4C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A4C1 on black background.


Color preview on white background

This text has color #89A4C1 on white background.



Black color preview on #89A4C1 background

This text has black color on #89A4C1 background.


White color preview on #89A4C1 background

This text has white color on #89A4C1 background.