COLOR #89C49B

HEX: #89C49B
RGB: (137,196,155)

Color info

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

RGB color model

#89C49B color RGB value is (137,196,155).

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

RGB channels and saturation

R 137 of 255 = 54%
G 196 of 255 = 77%
B 155 of 255 = 61%

137
196
155

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

Portions of RGB colors in percentages

R + G + B =
137 + 196 + 155 = 488 (100%)
R 137 of 488 ~ 28.07%
G 196 of 488 ~ 40.16%
B 155 of 488 ~ 31.76%

%28.07
%40.16
%31.76

CMYK color model

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

  • cyan value is 30.10%
  • magenta value is 0.00%
  • yellow value is 20.92%
  • 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
%20.92
%23.14

Codes

Color #89C49B in popluar color models

89C49B
RGB137196155
HSL138°33.33%65.29%
HSB/HSV138°30.10%76.86%
CMYK30.10%0.00%20.92%
23.14%

Color #89C49B in popluar number systems.

HEX89C49B
Decimal137196155
Binary100010011100010010011011
Octal211304233

Shades and tints

Shades of #89C49B

#89C49B
(137,196,155)
#7DB38D
(125,179,141)
#71A27F
(113,162,127)
#659171
(101,145,113)
#598063
(89,128,99)
#4D6F55
(77,111,85)
#415E47
(65,94,71)
#354D39
(53,77,57)
#293C2B
(41,60,43)
#1D2B1D
(29,43,29)
#111A0F
(17,26,15)
#000000
(0,0,0)

Tints of #89C49B

#89C49B
(137,196,155)
#93C9A4
(147,201,164)
#9DCEAD
(157,206,173)
#A7D3B6
(167,211,182)
#B1D8BF
(177,216,191)
#BBDDC8
(187,221,200)
#C5E2D1
(197,226,209)
#CFE7DA
(207,231,218)
#D9ECE3
(217,236,227)
#E3F1EC
(227,241,236)
#EDF6F5
(237,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89C49B; }

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

This text font color is #89C49B.


Background Color

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

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

This div background color is #89C49B.


Border color

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

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

This div border color is #89C49B.


Opacity

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

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

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

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

This text has shadow with #89C49B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89C49B on black background.


Color preview on white background

This text has color #89C49B on white background.



Black color preview on #89C49B background

This text has black color on #89C49B background.


White color preview on #89C49B background

This text has white color on #89C49B background.