COLOR #89CC9C

HEX: #89CC9C
RGB: (137,204,156)

Color info

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

RGB color model

#89CC9C color RGB value is (137,204,156).

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

RGB channels and saturation

R 137 of 255 = 54%
G 204 of 255 = 80%
B 156 of 255 = 61%

137
204
156

R + G + B ~ 65%. #89CC9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 204 + 156 = 497 (100%)
R 137 of 497 ~ 27.57%
G 204 of 497 ~ 41.05%
B 156 of 497 ~ 31.39%

%27.57
%41.05
%31.39

CMYK color model

#89CC9C color CMYK value is (33,0,24,20).

  • cyan value is 32.84%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 20.00%
CMYK:
(33,0,24,20)
C33M0Y24K20 
(33%,0%,24%,20%)
(0.33/0.00/0.24/0.20)	

CMYK percentages

%32.84
%0
%23.53
%20

Codes

Color #89CC9C in popluar color models

89CC9C
RGB137204156
HSL137°39.64%66.86%
HSB/HSV137°32.84%80.00%
CMYK32.84%0.00%23.53%
20.00%

Color #89CC9C in popluar number systems.

HEX89CC9C
Decimal137204156
Binary100010011100110010011100
Octal211314234

Shades and tints

Shades of #89CC9C

#89CC9C
(137,204,156)
#7DBA8E
(125,186,142)
#71A880
(113,168,128)
#659672
(101,150,114)
#598464
(89,132,100)
#4D7256
(77,114,86)
#416048
(65,96,72)
#354E3A
(53,78,58)
#293C2C
(41,60,44)
#1D2A1E
(29,42,30)
#111810
(17,24,16)
#000000
(0,0,0)

Tints of #89CC9C

#89CC9C
(137,204,156)
#93D0A5
(147,208,165)
#9DD4AE
(157,212,174)
#A7D8B7
(167,216,183)
#B1DCC0
(177,220,192)
#BBE0C9
(187,224,201)
#C5E4D2
(197,228,210)
#CFE8DB
(207,232,219)
#D9ECE4
(217,236,228)
#E3F0ED
(227,240,237)
#EDF4F6
(237,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89CC9C; }

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

This text font color is #89CC9C.


Background Color

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

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

This div background color is #89CC9C.


Border color

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

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

This div border color is #89CC9C.


Opacity

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

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

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

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

This text has shadow with #89CC9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89CC9C on black background.


Color preview on white background

This text has color #89CC9C on white background.



Black color preview on #89CC9C background

This text has black color on #89CC9C background.


White color preview on #89CC9C background

This text has white color on #89CC9C background.