COLOR #89AF90

HEX: #89AF90
RGB: (137,175,144)

Color info

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

RGB color model

#89AF90 color RGB value is (137,175,144).

  • red value is 137;
  • green value is 175;
  • blue value is 144.
RGB:
(137,175,144)
(54%,69%,56%)

RGB channels and saturation

R 137 of 255 = 54%
G 175 of 255 = 69%
B 144 of 255 = 56%

137
175
144

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

Portions of RGB colors in percentages

R + G + B =
137 + 175 + 144 = 456 (100%)
R 137 of 456 ~ 30.04%
G 175 of 456 ~ 38.38%
B 144 of 456 ~ 31.58%

%30.04
%38.38
%31.58

CMYK color model

#89AF90 color CMYK value is (22,0,18,31).

  • cyan value is 21.71%
  • magenta value is 0.00%
  • yellow value is 17.71%
  • key color value is 31.37%
CMYK:
(22,0,18,31)
C22M0Y18K31 
(22%,0%,18%,31%)
(0.22/0.00/0.18/0.31)	

CMYK percentages

%21.71
%0
%17.71
%31.37

Codes

Color #89AF90 in popluar color models

89AF90
RGB137175144
HSL131°19.19%61.18%
HSB/HSV131°21.71%68.63%
CMYK21.71%0.00%17.71%
31.37%

Color #89AF90 in popluar number systems.

HEX89AF90
Decimal137175144
Binary100010011010111110010000
Octal211257220

Shades and tints

Shades of #89AF90

#89AF90
(137,175,144)
#7DA083
(125,160,131)
#719176
(113,145,118)
#658269
(101,130,105)
#59735C
(89,115,92)
#4D644F
(77,100,79)
#415542
(65,85,66)
#354635
(53,70,53)
#293728
(41,55,40)
#1D281B
(29,40,27)
#11190E
(17,25,14)
#000000
(0,0,0)

Tints of #89AF90

#89AF90
(137,175,144)
#93B69A
(147,182,154)
#9DBDA4
(157,189,164)
#A7C4AE
(167,196,174)
#B1CBB8
(177,203,184)
#BBD2C2
(187,210,194)
#C5D9CC
(197,217,204)
#CFE0D6
(207,224,214)
#D9E7E0
(217,231,224)
#E3EEEA
(227,238,234)
#EDF5F4
(237,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89AF90 color. Also use rgb(137,175,144) instead hex code.

Text Font Color

.myTextColor { color: #89AF90; }

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

This text font color is #89AF90.


Background Color

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

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

This div background color is #89AF90.


Border color

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

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

This div border color is #89AF90.


Opacity

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

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

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

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

This text has shadow with #89AF90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89AF90 on black background.


Color preview on white background

This text has color #89AF90 on white background.



Black color preview on #89AF90 background

This text has black color on #89AF90 background.


White color preview on #89AF90 background

This text has white color on #89AF90 background.