COLOR #89A5A5

HEX: #89A5A5
RGB: (137,165,165)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

137
165
165

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

Portions of RGB colors in percentages

R + G + B =
137 + 165 + 165 = 467 (100%)
R 137 of 467 ~ 29.34%
G 165 of 467 ~ 35.33%
B 165 of 467 ~ 35.33%

%29.34
%35.33
%35.33

CMYK color model

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

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

CMYK percentages

%16.97
%0
%0
%35.29

Codes

Color #89A5A5 in popluar color models

89A5A5
RGB137165165
HSL180°13.46%59.22%
HSB/HSV180°16.97%64.71%
CMYK16.97%0.00%0.00%
35.29%

Color #89A5A5 in popluar number systems.

HEX89A5A5
Decimal137165165
Binary100010011010010110100101
Octal211245245

Shades and tints

Shades of #89A5A5

#89A5A5
(137,165,165)
#7D9696
(125,150,150)
#718787
(113,135,135)
#657878
(101,120,120)
#596969
(89,105,105)
#4D5A5A
(77,90,90)
#414B4B
(65,75,75)
#353C3C
(53,60,60)
#292D2D
(41,45,45)
#1D1E1E
(29,30,30)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #89A5A5

#89A5A5
(137,165,165)
#93ADAD
(147,173,173)
#9DB5B5
(157,181,181)
#A7BDBD
(167,189,189)
#B1C5C5
(177,197,197)
#BBCDCD
(187,205,205)
#C5D5D5
(197,213,213)
#CFDDDD
(207,221,221)
#D9E5E5
(217,229,229)
#E3EDED
(227,237,237)
#EDF5F5
(237,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A5A5; }

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

This text font color is #89A5A5.


Background Color

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

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

This div background color is #89A5A5.


Border color

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

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

This div border color is #89A5A5.


Opacity

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

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

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

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

This text has shadow with #89A5A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A5A5 on black background.


Color preview on white background

This text has color #89A5A5 on white background.



Black color preview on #89A5A5 background

This text has black color on #89A5A5 background.


White color preview on #89A5A5 background

This text has white color on #89A5A5 background.