COLOR #89C48E

HEX: #89C48E
RGB: (137,196,142)

Color info

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

RGB color model

#89C48E color RGB value is (137,196,142).

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

RGB channels and saturation

R 137 of 255 = 54%
G 196 of 255 = 77%
B 142 of 255 = 56%

137
196
142

R + G + B ~ 62%. #89C48E is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 196 + 142 = 475 (100%)
R 137 of 475 ~ 28.84%
G 196 of 475 ~ 41.26%
B 142 of 475 ~ 29.89%

%28.84
%41.26
%29.89

CMYK color model

#89C48E color CMYK value is (30,0,28,23).

  • cyan value is 30.10%
  • magenta value is 0.00%
  • yellow value is 27.55%
  • key color value is 23.14%
CMYK:
(30,0,28,23)
C30M0Y28K23 
(30%,0%,28%,23%)
(0.30/0.00/0.28/0.23)	

CMYK percentages

%30.1
%0
%27.55
%23.14

Codes

Color #89C48E in popluar color models

89C48E
RGB137196142
HSL125°33.33%65.29%
HSB/HSV125°30.10%76.86%
CMYK30.10%0.00%27.55%
23.14%

Color #89C48E in popluar number systems.

HEX89C48E
Decimal137196142
Binary100010011100010010001110
Octal211304216

Shades and tints

Shades of #89C48E

#89C48E
(137,196,142)
#7DB382
(125,179,130)
#71A276
(113,162,118)
#65916A
(101,145,106)
#59805E
(89,128,94)
#4D6F52
(77,111,82)
#415E46
(65,94,70)
#354D3A
(53,77,58)
#293C2E
(41,60,46)
#1D2B22
(29,43,34)
#111A16
(17,26,22)
#000000
(0,0,0)

Tints of #89C48E

#89C48E
(137,196,142)
#93C998
(147,201,152)
#9DCEA2
(157,206,162)
#A7D3AC
(167,211,172)
#B1D8B6
(177,216,182)
#BBDDC0
(187,221,192)
#C5E2CA
(197,226,202)
#CFE7D4
(207,231,212)
#D9ECDE
(217,236,222)
#E3F1E8
(227,241,232)
#EDF6F2
(237,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89C48E; }

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

This text font color is #89C48E.


Background Color

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

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

This div background color is #89C48E.


Border color

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

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

This div border color is #89C48E.


Opacity

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

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

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

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

This text has shadow with #89C48E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89C48E on black background.


Color preview on white background

This text has color #89C48E on white background.



Black color preview on #89C48E background

This text has black color on #89C48E background.


White color preview on #89C48E background

This text has white color on #89C48E background.