COLOR #89AB8E

HEX: #89AB8E
RGB: (137,171,142)

Color info

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

RGB color model

#89AB8E color RGB value is (137,171,142).

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

RGB channels and saturation

R 137 of 255 = 54%
G 171 of 255 = 67%
B 142 of 255 = 56%

137
171
142

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

Portions of RGB colors in percentages

R + G + B =
137 + 171 + 142 = 450 (100%)
R 137 of 450 ~ 30.44%
G 171 of 450 ~ 38%
B 142 of 450 ~ 31.56%

%30.44
%38
%31.56

CMYK color model

#89AB8E color CMYK value is (20,0,17,33).

  • cyan value is 19.88%
  • magenta value is 0.00%
  • yellow value is 16.96%
  • key color value is 32.94%
CMYK:
(20,0,17,33)
C20M0Y17K33 
(20%,0%,17%,33%)
(0.20/0.00/0.17/0.33)	

CMYK percentages

%19.88
%0
%16.96
%32.94

Codes

Color #89AB8E in popluar color models

89AB8E
RGB137171142
HSL129°16.83%60.39%
HSB/HSV129°19.88%67.06%
CMYK19.88%0.00%16.96%
32.94%

Color #89AB8E in popluar number systems.

HEX89AB8E
Decimal137171142
Binary100010011010101110001110
Octal211253216

Shades and tints

Shades of #89AB8E

#89AB8E
(137,171,142)
#7D9C82
(125,156,130)
#718D76
(113,141,118)
#657E6A
(101,126,106)
#596F5E
(89,111,94)
#4D6052
(77,96,82)
#415146
(65,81,70)
#35423A
(53,66,58)
#29332E
(41,51,46)
#1D2422
(29,36,34)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #89AB8E

#89AB8E
(137,171,142)
#93B298
(147,178,152)
#9DB9A2
(157,185,162)
#A7C0AC
(167,192,172)
#B1C7B6
(177,199,182)
#BBCEC0
(187,206,192)
#C5D5CA
(197,213,202)
#CFDCD4
(207,220,212)
#D9E3DE
(217,227,222)
#E3EAE8
(227,234,232)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89AB8E; }

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

This text font color is #89AB8E.


Background Color

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

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

This div background color is #89AB8E.


Border color

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

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

This div border color is #89AB8E.


Opacity

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

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

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

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

This text has shadow with #89AB8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89AB8E on black background.


Color preview on white background

This text has color #89AB8E on white background.



Black color preview on #89AB8E background

This text has black color on #89AB8E background.


White color preview on #89AB8E background

This text has white color on #89AB8E background.