COLOR #89A98C

HEX: #89A98C RGB: (137,169,140)

Color info

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

RGB color model

#89A98C color RGB value is (137,169,140).

RGB: (137,169,140) (54%, 66%, 55%)

RGB channels and saturation

R 137 of 255 = 54%
G 169 of 255 = 66%
B 140 of 255 = 55%

137
169
140

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

Portions of RGB colors in percentages

R + G + B = 137 + 169 + 140 = 446 (100%)
R 137 of 446 ~ 30.72%
G 169 of 446 ~ 37.89%
B 140 of 446 ~ 31.39'%

%30.72
%37.89
%31.39

CMYK color model

#89A98C color CMYK value is (19,0,17,34).

  • cyan value is 18.93%
  • magenta value is 0.00%
  • yellow value is 17.16%
  • key color value is 33.73%

CMYK: (19,0,17,34)
C19M0Y17K34 (19%, 0%, 17%, 34%)
(0.19 / 0.00 / 0.17 / 0.34)

CMYK percentages

%18.93
%0
%17.16
%33.73

Codes

Color #89A98C in popluar color models

89 A9 8C
RGB 137 169 140
HSL 126° 15.69% 60.00%
HSB/HSV 126° 18.93% 66.27%
CMYK 18.93% 0.00% 17.16%
33.73%

Color #89A98C in popluar number systems.

HEX 89 A9 8C
Decimal 137 169 140
Binary 10001001 10101001 10001100
Octal 211 251 214

Shades and tints

Shades of #89A98C

#89A98C
(137,169,140)
#7D9A80
(125,154,128)
#718B74
(113,139,116)
#657C68
(101,124,104)
#596D5C
(89,109,92)
#4D5E50
(77,94,80)
#414F44
(65,79,68)
#354038
(53,64,56)
#29312C
(41,49,44)
#1D2220
(29,34,32)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #89A98C

#89A98C
(137,169,140)
#93B096
(147,176,150)
#9DB7A0
(157,183,160)
#A7BEAA
(167,190,170)
#B1C5B4
(177,197,180)
#BBCCBE
(187,204,190)
#C5D3C8
(197,211,200)
#CFDAD2
(207,218,210)
#D9E1DC
(217,225,220)
#E3E8E6
(227,232,230)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A98C color. Also use rgb(137,169,140) instead hex code.

Text Font Color

.myTextColor { color: #89A98C; }

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

This text font color is #89A98C.

Background Color

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

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

This div background color is #89A98C.

Border color

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

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

This div border color is #89A98C.

Opacity

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

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

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

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

This text has shadow with #89A98C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89A98C.

Preview

Color preview on black background

This text has color #89A98C on black background.


Color preview on white background

This text has color #89A98C on white background.


Black color preview on #89A98C background

This text has black color on #89A98C background.


White color preview on #89A98C background

This text has white color on #89A98C background.


Related colors

Complementary color

Complementary color for #hex is #765673.


I love getcolorcode.com

Triadic colors

1 #8C89A9 and #A98C89 with #89A98C are triadic colors.

2 #8CA989 and #A9898C with #89A98C are triadic colors.