COLOR #89C197

HEX: #89C197 RGB: (137,193,151)

Color info

#89C197 contains red, green and blue colors in about the same proportion. Web safe color of #89C197 is #99CC99 (or #9C9).

RGB color model

#89C197 color RGB value is (137,193,151).

RGB: (137,193,151) (54%, 76%, 59%)

RGB channels and saturation

R 137 of 255 = 54%
G 193 of 255 = 76%
B 151 of 255 = 59%

137
193
151

R + G + B ~ 63%. #89C197 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 193 + 151 = 481 (100%)
R 137 of 481 ~ 28.48%
G 193 of 481 ~ 40.12%
B 151 of 481 ~ 31.39'%

%28.48
%40.12
%31.39

CMYK color model

#89C197 color CMYK value is (29,0,22,24).

  • cyan value is 29.02%
  • magenta value is 0.00%
  • yellow value is 21.76%
  • key color value is 24.31%

CMYK: (29,0,22,24)
C29M0Y22K24 (29%, 0%, 22%, 24%)
(0.29 / 0.00 / 0.22 / 0.24)

CMYK percentages

%29.02
%0
%21.76
%24.31

Codes

Color #89C197 in popluar color models

89 C1 97
RGB 137 193 151
HSL 135° 31.11% 64.71%
HSB/HSV 135° 29.02% 75.69%
CMYK 29.02% 0.00% 21.76%
24.31%

Color #89C197 in popluar number systems.

HEX 89 C1 97
Decimal 137 193 151
Binary 10001001 11000001 10010111
Octal 211 301 227

Shades and tints

Shades of #89C197

#89C197
(137,193,151)
#7DB08A
(125,176,138)
#719F7D
(113,159,125)
#658E70
(101,142,112)
#597D63
(89,125,99)
#4D6C56
(77,108,86)
#415B49
(65,91,73)
#354A3C
(53,74,60)
#29392F
(41,57,47)
#1D2822
(29,40,34)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #89C197

#89C197
(137,193,151)
#93C6A0
(147,198,160)
#9DCBA9
(157,203,169)
#A7D0B2
(167,208,178)
#B1D5BB
(177,213,187)
#BBDAC4
(187,218,196)
#C5DFCD
(197,223,205)
#CFE4D6
(207,228,214)
#D9E9DF
(217,233,223)
#E3EEE8
(227,238,232)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89C197 color. Also use rgb(137,193,151) instead hex code.

Text Font Color

.myTextColor { color: #89C197; }

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

This text font color is #89C197.

Background Color

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

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

This div background color is #89C197.

Border color

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

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

This div border color is #89C197.

Opacity

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

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

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

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

This text has shadow with #89C197 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89C197.

Preview

Color preview on black background

This text has color #89C197 on black background.


Color preview on white background

This text has color #89C197 on white background.


Black color preview on #89C197 background

This text has black color on #89C197 background.


White color preview on #89C197 background

This text has white color on #89C197 background.


Related colors

Complementary color

Complementary color for #hex is #763E68.


I love getcolorcode.com

Triadic colors

1 #9789C1 and #C19789 with #89C197 are triadic colors.

2 #97C189 and #C18997 with #89C197 are triadic colors.