COLOR #89C49A

HEX: #89C49A
RGB: (137,196,154)

Color info

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

RGB color model

#89C49A color RGB value is (137,196,154).

  • red value is 137;
  • green value is 196;
  • blue value is 154.
RGB:
(137,196,154)
(54%,77%,60%)

RGB channels and saturation

R 137 of 255 = 54%
G 196 of 255 = 77%
B 154 of 255 = 60%

137
196
154

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

Portions of RGB colors in percentages

R + G + B =
137 + 196 + 154 = 487 (100%)
R 137 of 487 ~ 28.13%
G 196 of 487 ~ 40.25%
B 154 of 487 ~ 31.62%

%28.13
%40.25
%31.62

CMYK color model

#89C49A color CMYK value is (30,0,21,23).

  • cyan value is 30.10%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 23.14%
CMYK:
(30,0,21,23)
C30M0Y21K23 
(30%,0%,21%,23%)
(0.30/0.00/0.21/0.23)	

CMYK percentages

%30.1
%0
%21.43
%23.14

Codes

Color #89C49A in popluar color models

89C49A
RGB137196154
HSL137°33.33%65.29%
HSB/HSV137°30.10%76.86%
CMYK30.10%0.00%21.43%
23.14%

Color #89C49A in popluar number systems.

HEX89C49A
Decimal137196154
Binary100010011100010010011010
Octal211304232

Shades and tints

Shades of #89C49A

#89C49A
(137,196,154)
#7DB38C
(125,179,140)
#71A27E
(113,162,126)
#659170
(101,145,112)
#598062
(89,128,98)
#4D6F54
(77,111,84)
#415E46
(65,94,70)
#354D38
(53,77,56)
#293C2A
(41,60,42)
#1D2B1C
(29,43,28)
#111A0E
(17,26,14)
#000000
(0,0,0)

Tints of #89C49A

#89C49A
(137,196,154)
#93C9A3
(147,201,163)
#9DCEAC
(157,206,172)
#A7D3B5
(167,211,181)
#B1D8BE
(177,216,190)
#BBDDC7
(187,221,199)
#C5E2D0
(197,226,208)
#CFE7D9
(207,231,217)
#D9ECE2
(217,236,226)
#E3F1EB
(227,241,235)
#EDF6F4
(237,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89C49A color. Also use rgb(137,196,154) instead hex code.

Text Font Color

.myTextColor { color: #89C49A; }

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

This text font color is #89C49A.


Background Color

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

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

This div background color is #89C49A.


Border color

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

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

This div border color is #89C49A.


Opacity

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

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

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

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

This text has shadow with #89C49A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89C49A on black background.


Color preview on white background

This text has color #89C49A on white background.



Black color preview on #89C49A background

This text has black color on #89C49A background.


White color preview on #89C49A background

This text has white color on #89C49A background.