COLOR #89AD92

HEX: #89AD92
RGB: (137,173,146)

Color info

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

RGB color model

#89AD92 color RGB value is (137,173,146).

  • red value is 137;
  • green value is 173;
  • blue value is 146.
RGB:
(137,173,146)
(54%,68%,57%)

RGB channels and saturation

R 137 of 255 = 54%
G 173 of 255 = 68%
B 146 of 255 = 57%

137
173
146

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

Portions of RGB colors in percentages

R + G + B =
137 + 173 + 146 = 456 (100%)
R 137 of 456 ~ 30.04%
G 173 of 456 ~ 37.94%
B 146 of 456 ~ 32.02%

%30.04
%37.94
%32.02

CMYK color model

#89AD92 color CMYK value is (21,0,16,32).

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 15.61%
  • key color value is 32.16%
CMYK:
(21,0,16,32)
C21M0Y16K32 
(21%,0%,16%,32%)
(0.21/0.00/0.16/0.32)	

CMYK percentages

%20.81
%0
%15.61
%32.16

Codes

Color #89AD92 in popluar color models

89AD92
RGB137173146
HSL135°18.00%60.78%
HSB/HSV135°20.81%67.84%
CMYK20.81%0.00%15.61%
32.16%

Color #89AD92 in popluar number systems.

HEX89AD92
Decimal137173146
Binary100010011010110110010010
Octal211255222

Shades and tints

Shades of #89AD92

#89AD92
(137,173,146)
#7D9E85
(125,158,133)
#718F78
(113,143,120)
#65806B
(101,128,107)
#59715E
(89,113,94)
#4D6251
(77,98,81)
#415344
(65,83,68)
#354437
(53,68,55)
#29352A
(41,53,42)
#1D261D
(29,38,29)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #89AD92

#89AD92
(137,173,146)
#93B49B
(147,180,155)
#9DBBA4
(157,187,164)
#A7C2AD
(167,194,173)
#B1C9B6
(177,201,182)
#BBD0BF
(187,208,191)
#C5D7C8
(197,215,200)
#CFDED1
(207,222,209)
#D9E5DA
(217,229,218)
#E3ECE3
(227,236,227)
#EDF3EC
(237,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89AD92 color. Also use rgb(137,173,146) instead hex code.

Text Font Color

.myTextColor { color: #89AD92; }

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

This text font color is #89AD92.


Background Color

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

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

This div background color is #89AD92.


Border color

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

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

This div border color is #89AD92.


Opacity

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

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

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

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

This text has shadow with #89AD92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89AD92 on black background.


Color preview on white background

This text has color #89AD92 on white background.



Black color preview on #89AD92 background

This text has black color on #89AD92 background.


White color preview on #89AD92 background

This text has white color on #89AD92 background.