COLOR #89A4A5

HEX: #89A4A5
RGB: (137,164,165)

Color info

#89A4A5 contains red, green and blue colors in about the same proportion. Web safe color of #89A4A5 is #999999 (or #999).

RGB color model

#89A4A5 color RGB value is (137,164,165).

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

RGB channels and saturation

R 137 of 255 = 54%
G 164 of 255 = 64%
B 165 of 255 = 65%

137
164
165

R + G + B ~ 61%. #89A4A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 164 + 165 = 466 (100%)
R 137 of 466 ~ 29.4%
G 164 of 466 ~ 35.19%
B 165 of 466 ~ 35.41%

%29.4
%35.19
%35.41

CMYK color model

#89A4A5 color CMYK value is (17,1,0,35).

  • cyan value is 16.97%
  • magenta value is 0.61%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(17,1,0,35)
C17M1Y0K35 
(17%,1%,0%,35%)
(0.17/0.01/0.00/0.35)	

CMYK percentages

%16.97
%0.61
%0
%35.29

Codes

Color #89A4A5 in popluar color models

89A4A5
RGB137164165
HSL182°13.46%59.22%
HSB/HSV182°16.97%64.71%
CMYK16.97%0.61%0.00%
35.29%

Color #89A4A5 in popluar number systems.

HEX89A4A5
Decimal137164165
Binary100010011010010010100101
Octal211244245

Shades and tints

Shades of #89A4A5

#89A4A5
(137,164,165)
#7D9696
(125,150,150)
#718887
(113,136,135)
#657A78
(101,122,120)
#596C69
(89,108,105)
#4D5E5A
(77,94,90)
#41504B
(65,80,75)
#35423C
(53,66,60)
#29342D
(41,52,45)
#1D261E
(29,38,30)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #89A4A5

#89A4A5
(137,164,165)
#93ACAD
(147,172,173)
#9DB4B5
(157,180,181)
#A7BCBD
(167,188,189)
#B1C4C5
(177,196,197)
#BBCCCD
(187,204,205)
#C5D4D5
(197,212,213)
#CFDCDD
(207,220,221)
#D9E4E5
(217,228,229)
#E3ECED
(227,236,237)
#EDF4F5
(237,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A4A5; }

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

This text font color is #89A4A5.


Background Color

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

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

This div background color is #89A4A5.


Border color

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

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

This div border color is #89A4A5.


Opacity

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

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

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

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

This text has shadow with #89A4A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A4A5 on black background.


Color preview on white background

This text has color #89A4A5 on white background.



Black color preview on #89A4A5 background

This text has black color on #89A4A5 background.


White color preview on #89A4A5 background

This text has white color on #89A4A5 background.