COLOR #89ECAE

HEX: #89ECAE
RGB: (137,236,174)

Color info

#89ECAE contains mainly green color. Web safe color of #89ECAE is #99FF99 (or #9F9).

RGB color model

#89ECAE color RGB value is (137,236,174).

  • red value is 137;
  • green value is 236;
  • blue value is 174.
RGB:
(137,236,174)
(54%,93%,68%)

RGB channels and saturation

R 137 of 255 = 54%
G 236 of 255 = 93%
B 174 of 255 = 68%

137
236
174

R + G + B ~ 72%. #89ECAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 236 + 174 = 547 (100%)
R 137 of 547 ~ 25.05%
G 236 of 547 ~ 43.14%
B 174 of 547 ~ 31.81%

%25.05
%43.14
%31.81

CMYK color model

#89ECAE color CMYK value is (42,0,26,7).

  • cyan value is 41.95%
  • magenta value is 0.00%
  • yellow value is 26.27%
  • key color value is 7.45%
CMYK:
(42,0,26,7)
C42M0Y26K7 
(42%,0%,26%,7%)
(0.42/0.00/0.26/0.07)	

CMYK percentages

%41.95
%0
%26.27
%7.45

Codes

Color #89ECAE in popluar color models

89ECAE
RGB137236174
HSL142°72.26%73.14%
HSB/HSV142°41.95%92.55%
CMYK41.95%0.00%26.27%
7.45%

Color #89ECAE in popluar number systems.

HEX89ECAE
Decimal137236174
Binary100010011110110010101110
Octal211354256

Shades and tints

Shades of #89ECAE

#89ECAE
(137,236,174)
#7DD79F
(125,215,159)
#71C290
(113,194,144)
#65AD81
(101,173,129)
#599872
(89,152,114)
#4D8363
(77,131,99)
#416E54
(65,110,84)
#355945
(53,89,69)
#294436
(41,68,54)
#1D2F27
(29,47,39)
#111A18
(17,26,24)
#000000
(0,0,0)

Tints of #89ECAE

#89ECAE
(137,236,174)
#93EDB5
(147,237,181)
#9DEEBC
(157,238,188)
#A7EFC3
(167,239,195)
#B1F0CA
(177,240,202)
#BBF1D1
(187,241,209)
#C5F2D8
(197,242,216)
#CFF3DF
(207,243,223)
#D9F4E6
(217,244,230)
#E3F5ED
(227,245,237)
#EDF6F4
(237,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89ECAE color. Also use rgb(137,236,174) instead hex code.

Text Font Color

.myTextColor { color: #89ECAE; }

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

This text font color is #89ECAE.


Background Color

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

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

This div background color is #89ECAE.


Border color

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

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

This div border color is #89ECAE.


Opacity

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

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

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

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

This text has shadow with #89ECAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89ECAE on black background.


Color preview on white background

This text has color #89ECAE on white background.



Black color preview on #89ECAE background

This text has black color on #89ECAE background.


White color preview on #89ECAE background

This text has white color on #89ECAE background.