COLOR #89AEA9

HEX: #89AEA9
RGB: (137,174,169)

Color info

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

RGB color model

#89AEA9 color RGB value is (137,174,169).

  • red value is 137;
  • green value is 174;
  • blue value is 169.
RGB:
(137,174,169)
(54%,68%,66%)

RGB channels and saturation

R 137 of 255 = 54%
G 174 of 255 = 68%
B 169 of 255 = 66%

137
174
169

R + G + B ~ 63%. #89AEA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 174 + 169 = 480 (100%)
R 137 of 480 ~ 28.54%
G 174 of 480 ~ 36.25%
B 169 of 480 ~ 35.21%

%28.54
%36.25
%35.21

CMYK color model

#89AEA9 color CMYK value is (21,0,3,32).

  • cyan value is 21.26%
  • magenta value is 0.00%
  • yellow value is 2.87%
  • key color value is 31.76%
CMYK:
(21,0,3,32)
C21M0Y3K32 
(21%,0%,3%,32%)
(0.21/0.00/0.03/0.32)	

CMYK percentages

%21.26
%0
%2.87
%31.76

Codes

Color #89AEA9 in popluar color models

89AEA9
RGB137174169
HSL172°18.59%60.98%
HSB/HSV172°21.26%68.24%
CMYK21.26%0.00%2.87%
31.76%

Color #89AEA9 in popluar number systems.

HEX89AEA9
Decimal137174169
Binary100010011010111010101001
Octal211256251

Shades and tints

Shades of #89AEA9

#89AEA9
(137,174,169)
#7D9F9A
(125,159,154)
#71908B
(113,144,139)
#65817C
(101,129,124)
#59726D
(89,114,109)
#4D635E
(77,99,94)
#41544F
(65,84,79)
#354540
(53,69,64)
#293631
(41,54,49)
#1D2722
(29,39,34)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #89AEA9

#89AEA9
(137,174,169)
#93B5B0
(147,181,176)
#9DBCB7
(157,188,183)
#A7C3BE
(167,195,190)
#B1CAC5
(177,202,197)
#BBD1CC
(187,209,204)
#C5D8D3
(197,216,211)
#CFDFDA
(207,223,218)
#D9E6E1
(217,230,225)
#E3EDE8
(227,237,232)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89AEA9; }

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

This text font color is #89AEA9.


Background Color

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

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

This div background color is #89AEA9.


Border color

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

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

This div border color is #89AEA9.


Opacity

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

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

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

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

This text has shadow with #89AEA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89AEA9 on black background.


Color preview on white background

This text has color #89AEA9 on white background.



Black color preview on #89AEA9 background

This text has black color on #89AEA9 background.


White color preview on #89AEA9 background

This text has white color on #89AEA9 background.