COLOR #89A198

HEX: #89A198
RGB: (137,161,152)

Color info

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

RGB color model

#89A198 color RGB value is (137,161,152).

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

RGB channels and saturation

R 137 of 255 = 54%
G 161 of 255 = 63%
B 152 of 255 = 60%

137
161
152

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

Portions of RGB colors in percentages

R + G + B =
137 + 161 + 152 = 450 (100%)
R 137 of 450 ~ 30.44%
G 161 of 450 ~ 35.78%
B 152 of 450 ~ 33.78%

%30.44
%35.78
%33.78

CMYK color model

#89A198 color CMYK value is (15,0,6,37).

  • cyan value is 14.91%
  • magenta value is 0.00%
  • yellow value is 5.59%
  • key color value is 36.86%
CMYK:
(15,0,6,37)
C15M0Y6K37 
(15%,0%,6%,37%)
(0.15/0.00/0.06/0.37)	

CMYK percentages

%14.91
%0
%5.59
%36.86

Codes

Color #89A198 in popluar color models

89A198
RGB137161152
HSL158°11.32%58.43%
HSB/HSV158°14.91%63.14%
CMYK14.91%0.00%5.59%
36.86%

Color #89A198 in popluar number systems.

HEX89A198
Decimal137161152
Binary100010011010000110011000
Octal211241230

Shades and tints

Shades of #89A198

#89A198
(137,161,152)
#7D938B
(125,147,139)
#71857E
(113,133,126)
#657771
(101,119,113)
#596964
(89,105,100)
#4D5B57
(77,91,87)
#414D4A
(65,77,74)
#353F3D
(53,63,61)
#293130
(41,49,48)
#1D2323
(29,35,35)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #89A198

#89A198
(137,161,152)
#93A9A1
(147,169,161)
#9DB1AA
(157,177,170)
#A7B9B3
(167,185,179)
#B1C1BC
(177,193,188)
#BBC9C5
(187,201,197)
#C5D1CE
(197,209,206)
#CFD9D7
(207,217,215)
#D9E1E0
(217,225,224)
#E3E9E9
(227,233,233)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A198; }

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

This text font color is #89A198.


Background Color

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

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

This div background color is #89A198.


Border color

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

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

This div border color is #89A198.


Opacity

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

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

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

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

This text has shadow with #89A198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A198 on black background.


Color preview on white background

This text has color #89A198 on white background.



Black color preview on #89A198 background

This text has black color on #89A198 background.


White color preview on #89A198 background

This text has white color on #89A198 background.