COLOR #89A798

HEX: #89A798
RGB: (137,167,152)

Color info

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

RGB color model

#89A798 color RGB value is (137,167,152).

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

RGB channels and saturation

R 137 of 255 = 54%
G 167 of 255 = 65%
B 152 of 255 = 60%

137
167
152

R + G + B ~ 60%. #89A798 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 167 + 152 = 456 (100%)
R 137 of 456 ~ 30.04%
G 167 of 456 ~ 36.62%
B 152 of 456 ~ 33.33%

%30.04
%36.62
%33.33

CMYK color model

#89A798 color CMYK value is (18,0,9,35).

  • cyan value is 17.96%
  • magenta value is 0.00%
  • yellow value is 8.98%
  • key color value is 34.51%
CMYK:
(18,0,9,35)
C18M0Y9K35 
(18%,0%,9%,35%)
(0.18/0.00/0.09/0.35)	

CMYK percentages

%17.96
%0
%8.98
%34.51

Codes

Color #89A798 in popluar color models

89A798
RGB137167152
HSL150°14.56%59.61%
HSB/HSV150°17.96%65.49%
CMYK17.96%0.00%8.98%
34.51%

Color #89A798 in popluar number systems.

HEX89A798
Decimal137167152
Binary100010011010011110011000
Octal211247230

Shades and tints

Shades of #89A798

#89A798
(137,167,152)
#7D988B
(125,152,139)
#71897E
(113,137,126)
#657A71
(101,122,113)
#596B64
(89,107,100)
#4D5C57
(77,92,87)
#414D4A
(65,77,74)
#353E3D
(53,62,61)
#292F30
(41,47,48)
#1D2023
(29,32,35)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #89A798

#89A798
(137,167,152)
#93AFA1
(147,175,161)
#9DB7AA
(157,183,170)
#A7BFB3
(167,191,179)
#B1C7BC
(177,199,188)
#BBCFC5
(187,207,197)
#C5D7CE
(197,215,206)
#CFDFD7
(207,223,215)
#D9E7E0
(217,231,224)
#E3EFE9
(227,239,233)
#EDF7F2
(237,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A798; }

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

This text font color is #89A798.


Background Color

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

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

This div background color is #89A798.


Border color

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

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

This div border color is #89A798.


Opacity

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

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

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

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

This text has shadow with #89A798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A798 on black background.


Color preview on white background

This text has color #89A798 on white background.



Black color preview on #89A798 background

This text has black color on #89A798 background.


White color preview on #89A798 background

This text has white color on #89A798 background.