COLOR #89A087

HEX: #89A087
RGB: (137,160,135)

Color info

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

RGB color model

#89A087 color RGB value is (137,160,135).

  • red value is 137;
  • green value is 160;
  • blue value is 135.
RGB:
(137,160,135)
(54%,63%,53%)

RGB channels and saturation

R 137 of 255 = 54%
G 160 of 255 = 63%
B 135 of 255 = 53%

137
160
135

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

Portions of RGB colors in percentages

R + G + B =
137 + 160 + 135 = 432 (100%)
R 137 of 432 ~ 31.71%
G 160 of 432 ~ 37.04%
B 135 of 432 ~ 31.25%

%31.71
%37.04
%31.25

CMYK color model

#89A087 color CMYK value is (14,0,16,37).

  • cyan value is 14.38%
  • magenta value is 0.00%
  • yellow value is 15.63%
  • key color value is 37.25%
CMYK:
(14,0,16,37)
C14M0Y16K37 
(14%,0%,16%,37%)
(0.14/0.00/0.16/0.37)	

CMYK percentages

%14.38
%0
%15.63
%37.25

Codes

Color #89A087 in popluar color models

89A087
RGB137160135
HSL115°11.63%57.84%
HSB/HSV115°15.63%62.75%
CMYK14.38%0.00%15.63%
37.25%

Color #89A087 in popluar number systems.

HEX89A087
Decimal137160135
Binary100010011010000010000111
Octal211240207

Shades and tints

Shades of #89A087

#89A087
(137,160,135)
#7D927B
(125,146,123)
#71846F
(113,132,111)
#657663
(101,118,99)
#596857
(89,104,87)
#4D5A4B
(77,90,75)
#414C3F
(65,76,63)
#353E33
(53,62,51)
#293027
(41,48,39)
#1D221B
(29,34,27)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #89A087

#89A087
(137,160,135)
#93A891
(147,168,145)
#9DB09B
(157,176,155)
#A7B8A5
(167,184,165)
#B1C0AF
(177,192,175)
#BBC8B9
(187,200,185)
#C5D0C3
(197,208,195)
#CFD8CD
(207,216,205)
#D9E0D7
(217,224,215)
#E3E8E1
(227,232,225)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A087 color. Also use rgb(137,160,135) instead hex code.

Text Font Color

.myTextColor { color: #89A087; }

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

This text font color is #89A087.


Background Color

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

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

This div background color is #89A087.


Border color

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

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

This div border color is #89A087.


Opacity

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

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

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

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

This text has shadow with #89A087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A087 on black background.


Color preview on white background

This text has color #89A087 on white background.



Black color preview on #89A087 background

This text has black color on #89A087 background.


White color preview on #89A087 background

This text has white color on #89A087 background.