COLOR #89E6A4

HEX: #89E6A4
RGB: (137,230,164)

Color info

#89E6A4 contains mainly green color. Web safe color of #89E6A4 is #99CC99 (or #9C9).

RGB color model

#89E6A4 color RGB value is (137,230,164).

  • red value is 137;
  • green value is 230;
  • blue value is 164.
RGB:
(137,230,164)
(54%,90%,64%)

RGB channels and saturation

R 137 of 255 = 54%
G 230 of 255 = 90%
B 164 of 255 = 64%

137
230
164

R + G + B ~ 69%. #89E6A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 230 + 164 = 531 (100%)
R 137 of 531 ~ 25.8%
G 230 of 531 ~ 43.31%
B 164 of 531 ~ 30.89%

%25.8
%43.31
%30.89

CMYK color model

#89E6A4 color CMYK value is (40,0,29,10).

  • cyan value is 40.43%
  • magenta value is 0.00%
  • yellow value is 28.70%
  • key color value is 9.80%
CMYK:
(40,0,29,10)
C40M0Y29K10 
(40%,0%,29%,10%)
(0.40/0.00/0.29/0.10)	

CMYK percentages

%40.43
%0
%28.7
%9.8

Codes

Color #89E6A4 in popluar color models

89E6A4
RGB137230164
HSL137°65.03%71.96%
HSB/HSV137°40.43%90.20%
CMYK40.43%0.00%28.70%
9.80%

Color #89E6A4 in popluar number systems.

HEX89E6A4
Decimal137230164
Binary100010011110011010100100
Octal211346244

Shades and tints

Shades of #89E6A4

#89E6A4
(137,230,164)
#7DD296
(125,210,150)
#71BE88
(113,190,136)
#65AA7A
(101,170,122)
#59966C
(89,150,108)
#4D825E
(77,130,94)
#416E50
(65,110,80)
#355A42
(53,90,66)
#294634
(41,70,52)
#1D3226
(29,50,38)
#111E18
(17,30,24)
#000000
(0,0,0)

Tints of #89E6A4

#89E6A4
(137,230,164)
#93E8AC
(147,232,172)
#9DEAB4
(157,234,180)
#A7ECBC
(167,236,188)
#B1EEC4
(177,238,196)
#BBF0CC
(187,240,204)
#C5F2D4
(197,242,212)
#CFF4DC
(207,244,220)
#D9F6E4
(217,246,228)
#E3F8EC
(227,248,236)
#EDFAF4
(237,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89E6A4 color. Also use rgb(137,230,164) instead hex code.

Text Font Color

.myTextColor { color: #89E6A4; }

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

This text font color is #89E6A4.


Background Color

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

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

This div background color is #89E6A4.


Border color

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

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

This div border color is #89E6A4.


Opacity

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

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

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

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

This text has shadow with #89E6A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89E6A4 on black background.


Color preview on white background

This text has color #89E6A4 on white background.



Black color preview on #89E6A4 background

This text has black color on #89E6A4 background.


White color preview on #89E6A4 background

This text has white color on #89E6A4 background.