COLOR #89AF99

HEX: #89AF99
RGB: (137,175,153)

Color info

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

RGB color model

#89AF99 color RGB value is (137,175,153).

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

RGB channels and saturation

R 137 of 255 = 54%
G 175 of 255 = 69%
B 153 of 255 = 60%

137
175
153

R + G + B ~ 61%. #89AF99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 175 + 153 = 465 (100%)
R 137 of 465 ~ 29.46%
G 175 of 465 ~ 37.63%
B 153 of 465 ~ 32.9%

%29.46
%37.63
%32.9

CMYK color model

#89AF99 color CMYK value is (22,0,13,31).

  • cyan value is 21.71%
  • magenta value is 0.00%
  • yellow value is 12.57%
  • key color value is 31.37%
CMYK:
(22,0,13,31)
C22M0Y13K31 
(22%,0%,13%,31%)
(0.22/0.00/0.13/0.31)	

CMYK percentages

%21.71
%0
%12.57
%31.37

Codes

Color #89AF99 in popluar color models

89AF99
RGB137175153
HSL145°19.19%61.18%
HSB/HSV145°21.71%68.63%
CMYK21.71%0.00%12.57%
31.37%

Color #89AF99 in popluar number systems.

HEX89AF99
Decimal137175153
Binary100010011010111110011001
Octal211257231

Shades and tints

Shades of #89AF99

#89AF99
(137,175,153)
#7DA08C
(125,160,140)
#71917F
(113,145,127)
#658272
(101,130,114)
#597365
(89,115,101)
#4D6458
(77,100,88)
#41554B
(65,85,75)
#35463E
(53,70,62)
#293731
(41,55,49)
#1D2824
(29,40,36)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #89AF99

#89AF99
(137,175,153)
#93B6A2
(147,182,162)
#9DBDAB
(157,189,171)
#A7C4B4
(167,196,180)
#B1CBBD
(177,203,189)
#BBD2C6
(187,210,198)
#C5D9CF
(197,217,207)
#CFE0D8
(207,224,216)
#D9E7E1
(217,231,225)
#E3EEEA
(227,238,234)
#EDF5F3
(237,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89AF99; }

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

This text font color is #89AF99.


Background Color

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

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

This div background color is #89AF99.


Border color

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

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

This div border color is #89AF99.


Opacity

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

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

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

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

This text has shadow with #89AF99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89AF99 on black background.


Color preview on white background

This text has color #89AF99 on white background.



Black color preview on #89AF99 background

This text has black color on #89AF99 background.


White color preview on #89AF99 background

This text has white color on #89AF99 background.