COLOR #89C994

HEX: #89C994
RGB: (137,201,148)

Color info

#89C994 contains mainly green and blue colors. Web safe color of #89C994 is #99CC99 (or #9C9).

RGB color model

#89C994 color RGB value is (137,201,148).

  • red value is 137;
  • green value is 201;
  • blue value is 148.
RGB:
(137,201,148)
(54%,79%,58%)

RGB channels and saturation

R 137 of 255 = 54%
G 201 of 255 = 79%
B 148 of 255 = 58%

137
201
148

R + G + B ~ 64%. #89C994 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 201 + 148 = 486 (100%)
R 137 of 486 ~ 28.19%
G 201 of 486 ~ 41.36%
B 148 of 486 ~ 30.45%

%28.19
%41.36
%30.45

CMYK color model

#89C994 color CMYK value is (32,0,26,21).

  • cyan value is 31.84%
  • magenta value is 0.00%
  • yellow value is 26.37%
  • key color value is 21.18%
CMYK:
(32,0,26,21)
C32M0Y26K21 
(32%,0%,26%,21%)
(0.32/0.00/0.26/0.21)	

CMYK percentages

%31.84
%0
%26.37
%21.18

Codes

Color #89C994 in popluar color models

89C994
RGB137201148
HSL130°37.21%66.27%
HSB/HSV130°31.84%78.82%
CMYK31.84%0.00%26.37%
21.18%

Color #89C994 in popluar number systems.

HEX89C994
Decimal137201148
Binary100010011100100110010100
Octal211311224

Shades and tints

Shades of #89C994

#89C994
(137,201,148)
#7DB787
(125,183,135)
#71A57A
(113,165,122)
#65936D
(101,147,109)
#598160
(89,129,96)
#4D6F53
(77,111,83)
#415D46
(65,93,70)
#354B39
(53,75,57)
#29392C
(41,57,44)
#1D271F
(29,39,31)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #89C994

#89C994
(137,201,148)
#93CD9D
(147,205,157)
#9DD1A6
(157,209,166)
#A7D5AF
(167,213,175)
#B1D9B8
(177,217,184)
#BBDDC1
(187,221,193)
#C5E1CA
(197,225,202)
#CFE5D3
(207,229,211)
#D9E9DC
(217,233,220)
#E3EDE5
(227,237,229)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89C994 color. Also use rgb(137,201,148) instead hex code.

Text Font Color

.myTextColor { color: #89C994; }

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

This text font color is #89C994.


Background Color

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

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

This div background color is #89C994.


Border color

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

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

This div border color is #89C994.


Opacity

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

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

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

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

This text has shadow with #89C994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89C994 on black background.


Color preview on white background

This text has color #89C994 on white background.



Black color preview on #89C994 background

This text has black color on #89C994 background.


White color preview on #89C994 background

This text has white color on #89C994 background.