COLOR #89AB8D

HEX: #89AB8D
RGB: (137,171,141)

Color info

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

RGB color model

#89AB8D color RGB value is (137,171,141).

  • red value is 137;
  • green value is 171;
  • blue value is 141.
RGB:
(137,171,141)
(54%,67%,55%)

RGB channels and saturation

R 137 of 255 = 54%
G 171 of 255 = 67%
B 141 of 255 = 55%

137
171
141

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

Portions of RGB colors in percentages

R + G + B =
137 + 171 + 141 = 449 (100%)
R 137 of 449 ~ 30.51%
G 171 of 449 ~ 38.08%
B 141 of 449 ~ 31.4%

%30.51
%38.08
%31.4

CMYK color model

#89AB8D color CMYK value is (20,0,18,33).

  • cyan value is 19.88%
  • magenta value is 0.00%
  • yellow value is 17.54%
  • key color value is 32.94%
CMYK:
(20,0,18,33)
C20M0Y18K33 
(20%,0%,18%,33%)
(0.20/0.00/0.18/0.33)	

CMYK percentages

%19.88
%0
%17.54
%32.94

Codes

Color #89AB8D in popluar color models

89AB8D
RGB137171141
HSL127°16.83%60.39%
HSB/HSV127°19.88%67.06%
CMYK19.88%0.00%17.54%
32.94%

Color #89AB8D in popluar number systems.

HEX89AB8D
Decimal137171141
Binary100010011010101110001101
Octal211253215

Shades and tints

Shades of #89AB8D

#89AB8D
(137,171,141)
#7D9C81
(125,156,129)
#718D75
(113,141,117)
#657E69
(101,126,105)
#596F5D
(89,111,93)
#4D6051
(77,96,81)
#415145
(65,81,69)
#354239
(53,66,57)
#29332D
(41,51,45)
#1D2421
(29,36,33)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #89AB8D

#89AB8D
(137,171,141)
#93B297
(147,178,151)
#9DB9A1
(157,185,161)
#A7C0AB
(167,192,171)
#B1C7B5
(177,199,181)
#BBCEBF
(187,206,191)
#C5D5C9
(197,213,201)
#CFDCD3
(207,220,211)
#D9E3DD
(217,227,221)
#E3EAE7
(227,234,231)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89AB8D; }

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

This text font color is #89AB8D.


Background Color

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

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

This div background color is #89AB8D.


Border color

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

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

This div border color is #89AB8D.


Opacity

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

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

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

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

This text has shadow with #89AB8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89AB8D on black background.


Color preview on white background

This text has color #89AB8D on white background.



Black color preview on #89AB8D background

This text has black color on #89AB8D background.


White color preview on #89AB8D background

This text has white color on #89AB8D background.