COLOR #89AEA8

HEX: #89AEA8
RGB: (137,174,168)

Color info

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

RGB color model

#89AEA8 color RGB value is (137,174,168).

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

RGB channels and saturation

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

137
174
168

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

Portions of RGB colors in percentages

R + G + B =
137 + 174 + 168 = 479 (100%)
R 137 of 479 ~ 28.6%
G 174 of 479 ~ 36.33%
B 168 of 479 ~ 35.07%

%28.6
%36.33
%35.07

CMYK color model

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

  • cyan value is 21.26%
  • magenta value is 0.00%
  • yellow value is 3.45%
  • 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
%3.45
%31.76

Codes

Color #89AEA8 in popluar color models

89AEA8
RGB137174168
HSL170°18.59%60.98%
HSB/HSV170°21.26%68.24%
CMYK21.26%0.00%3.45%
31.76%

Color #89AEA8 in popluar number systems.

HEX89AEA8
Decimal137174168
Binary100010011010111010101000
Octal211256250

Shades and tints

Shades of #89AEA8

#89AEA8
(137,174,168)
#7D9F99
(125,159,153)
#71908A
(113,144,138)
#65817B
(101,129,123)
#59726C
(89,114,108)
#4D635D
(77,99,93)
#41544E
(65,84,78)
#35453F
(53,69,63)
#293630
(41,54,48)
#1D2721
(29,39,33)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #89AEA8

#89AEA8
(137,174,168)
#93B5AF
(147,181,175)
#9DBCB6
(157,188,182)
#A7C3BD
(167,195,189)
#B1CAC4
(177,202,196)
#BBD1CB
(187,209,203)
#C5D8D2
(197,216,210)
#CFDFD9
(207,223,217)
#D9E6E0
(217,230,224)
#E3EDE7
(227,237,231)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89AEA8; }

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

This text font color is #89AEA8.


Background Color

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

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

This div background color is #89AEA8.


Border color

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

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

This div border color is #89AEA8.


Opacity

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

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

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

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

This text has shadow with #89AEA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89AEA8 on black background.


Color preview on white background

This text has color #89AEA8 on white background.



Black color preview on #89AEA8 background

This text has black color on #89AEA8 background.


White color preview on #89AEA8 background

This text has white color on #89AEA8 background.