COLOR #89A782

HEX: #89A782
RGB: (137,167,130)

Color info

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

RGB color model

#89A782 color RGB value is (137,167,130).

  • red value is 137;
  • green value is 167;
  • blue value is 130.
RGB:
(137,167,130)
(54%,65%,51%)

RGB channels and saturation

R 137 of 255 = 54%
G 167 of 255 = 65%
B 130 of 255 = 51%

137
167
130

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

Portions of RGB colors in percentages

R + G + B =
137 + 167 + 130 = 434 (100%)
R 137 of 434 ~ 31.57%
G 167 of 434 ~ 38.48%
B 130 of 434 ~ 29.95%

%31.57
%38.48
%29.95

CMYK color model

#89A782 color CMYK value is (18,0,22,35).

  • cyan value is 17.96%
  • magenta value is 0.00%
  • yellow value is 22.16%
  • key color value is 34.51%
CMYK:
(18,0,22,35)
C18M0Y22K35 
(18%,0%,22%,35%)
(0.18/0.00/0.22/0.35)	

CMYK percentages

%17.96
%0
%22.16
%34.51

Codes

Color #89A782 in popluar color models

89A782
RGB137167130
HSL109°17.37%58.24%
HSB/HSV109°22.16%65.49%
CMYK17.96%0.00%22.16%
34.51%

Color #89A782 in popluar number systems.

HEX89A782
Decimal137167130
Binary100010011010011110000010
Octal211247202

Shades and tints

Shades of #89A782

#89A782
(137,167,130)
#7D9877
(125,152,119)
#71896C
(113,137,108)
#657A61
(101,122,97)
#596B56
(89,107,86)
#4D5C4B
(77,92,75)
#414D40
(65,77,64)
#353E35
(53,62,53)
#292F2A
(41,47,42)
#1D201F
(29,32,31)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #89A782

#89A782
(137,167,130)
#93AF8D
(147,175,141)
#9DB798
(157,183,152)
#A7BFA3
(167,191,163)
#B1C7AE
(177,199,174)
#BBCFB9
(187,207,185)
#C5D7C4
(197,215,196)
#CFDFCF
(207,223,207)
#D9E7DA
(217,231,218)
#E3EFE5
(227,239,229)
#EDF7F0
(237,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A782 color. Also use rgb(137,167,130) instead hex code.

Text Font Color

.myTextColor { color: #89A782; }

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

This text font color is #89A782.


Background Color

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

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

This div background color is #89A782.


Border color

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

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

This div border color is #89A782.


Opacity

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

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

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

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

This text has shadow with #89A782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A782 on black background.


Color preview on white background

This text has color #89A782 on white background.



Black color preview on #89A782 background

This text has black color on #89A782 background.


White color preview on #89A782 background

This text has white color on #89A782 background.