COLOR #89AC85

HEX: #89AC85
RGB: (137,172,133)

Color info

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

RGB color model

#89AC85 color RGB value is (137,172,133).

  • red value is 137;
  • green value is 172;
  • blue value is 133.
RGB:
(137,172,133)
(54%,67%,52%)

RGB channels and saturation

R 137 of 255 = 54%
G 172 of 255 = 67%
B 133 of 255 = 52%

137
172
133

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

Portions of RGB colors in percentages

R + G + B =
137 + 172 + 133 = 442 (100%)
R 137 of 442 ~ 31%
G 172 of 442 ~ 38.91%
B 133 of 442 ~ 30.09%

%31
%38.91
%30.09

CMYK color model

#89AC85 color CMYK value is (20,0,23,33).

  • cyan value is 20.35%
  • magenta value is 0.00%
  • yellow value is 22.67%
  • key color value is 32.55%
CMYK:
(20,0,23,33)
C20M0Y23K33 
(20%,0%,23%,33%)
(0.20/0.00/0.23/0.33)	

CMYK percentages

%20.35
%0
%22.67
%32.55

Codes

Color #89AC85 in popluar color models

89AC85
RGB137172133
HSL114°19.02%59.80%
HSB/HSV114°22.67%67.45%
CMYK20.35%0.00%22.67%
32.55%

Color #89AC85 in popluar number systems.

HEX89AC85
Decimal137172133
Binary100010011010110010000101
Octal211254205

Shades and tints

Shades of #89AC85

#89AC85
(137,172,133)
#7D9D79
(125,157,121)
#718E6D
(113,142,109)
#657F61
(101,127,97)
#597055
(89,112,85)
#4D6149
(77,97,73)
#41523D
(65,82,61)
#354331
(53,67,49)
#293425
(41,52,37)
#1D2519
(29,37,25)
#11160D
(17,22,13)
#000000
(0,0,0)

Tints of #89AC85

#89AC85
(137,172,133)
#93B390
(147,179,144)
#9DBA9B
(157,186,155)
#A7C1A6
(167,193,166)
#B1C8B1
(177,200,177)
#BBCFBC
(187,207,188)
#C5D6C7
(197,214,199)
#CFDDD2
(207,221,210)
#D9E4DD
(217,228,221)
#E3EBE8
(227,235,232)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89AC85 color. Also use rgb(137,172,133) instead hex code.

Text Font Color

.myTextColor { color: #89AC85; }

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

This text font color is #89AC85.


Background Color

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

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

This div background color is #89AC85.


Border color

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

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

This div border color is #89AC85.


Opacity

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

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

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

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

This text has shadow with #89AC85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89AC85 on black background.


Color preview on white background

This text has color #89AC85 on white background.



Black color preview on #89AC85 background

This text has black color on #89AC85 background.


White color preview on #89AC85 background

This text has white color on #89AC85 background.