COLOR #89CC94

HEX: #89CC94
RGB: (137,204,148)

Color info

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

RGB color model

#89CC94 color RGB value is (137,204,148).

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

RGB channels and saturation

R 137 of 255 = 54%
G 204 of 255 = 80%
B 148 of 255 = 58%

137
204
148

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

Portions of RGB colors in percentages

R + G + B =
137 + 204 + 148 = 489 (100%)
R 137 of 489 ~ 28.02%
G 204 of 489 ~ 41.72%
B 148 of 489 ~ 30.27%

%28.02
%41.72
%30.27

CMYK color model

#89CC94 color CMYK value is (33,0,27,20).

  • cyan value is 32.84%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 20.00%
CMYK:
(33,0,27,20)
C33M0Y27K20 
(33%,0%,27%,20%)
(0.33/0.00/0.27/0.20)	

CMYK percentages

%32.84
%0
%27.45
%20

Codes

Color #89CC94 in popluar color models

89CC94
RGB137204148
HSL130°39.64%66.86%
HSB/HSV130°32.84%80.00%
CMYK32.84%0.00%27.45%
20.00%

Color #89CC94 in popluar number systems.

HEX89CC94
Decimal137204148
Binary100010011100110010010100
Octal211314224

Shades and tints

Shades of #89CC94

#89CC94
(137,204,148)
#7DBA87
(125,186,135)
#71A87A
(113,168,122)
#65966D
(101,150,109)
#598460
(89,132,96)
#4D7253
(77,114,83)
#416046
(65,96,70)
#354E39
(53,78,57)
#293C2C
(41,60,44)
#1D2A1F
(29,42,31)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #89CC94

#89CC94
(137,204,148)
#93D09D
(147,208,157)
#9DD4A6
(157,212,166)
#A7D8AF
(167,216,175)
#B1DCB8
(177,220,184)
#BBE0C1
(187,224,193)
#C5E4CA
(197,228,202)
#CFE8D3
(207,232,211)
#D9ECDC
(217,236,220)
#E3F0E5
(227,240,229)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89CC94; }

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

This text font color is #89CC94.


Background Color

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

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

This div background color is #89CC94.


Border color

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

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

This div border color is #89CC94.


Opacity

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

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

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

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

This text has shadow with #89CC94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89CC94 on black background.


Color preview on white background

This text has color #89CC94 on white background.



Black color preview on #89CC94 background

This text has black color on #89CC94 background.


White color preview on #89CC94 background

This text has white color on #89CC94 background.