COLOR #89E9C5

HEX: #89E9C5
RGB: (137,233,197)

Color info

#89E9C5 contains mainly green and blue colors. Web safe color of #89E9C5 is #99FFCC (or #9FC).

RGB color model

#89E9C5 color RGB value is (137,233,197).

  • red value is 137;
  • green value is 233;
  • blue value is 197.
RGB:
(137,233,197)
(54%,91%,77%)

RGB channels and saturation

R 137 of 255 = 54%
G 233 of 255 = 91%
B 197 of 255 = 77%

137
233
197

R + G + B ~ 74%. #89E9C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 233 + 197 = 567 (100%)
R 137 of 567 ~ 24.16%
G 233 of 567 ~ 41.09%
B 197 of 567 ~ 34.74%

%24.16
%41.09
%34.74

CMYK color model

#89E9C5 color CMYK value is (41,0,15,9).

  • cyan value is 41.20%
  • magenta value is 0.00%
  • yellow value is 15.45%
  • key color value is 8.63%
CMYK:
(41,0,15,9)
C41M0Y15K9 
(41%,0%,15%,9%)
(0.41/0.00/0.15/0.09)	

CMYK percentages

%41.2
%0
%15.45
%8.63

Codes

Color #89E9C5 in popluar color models

89E9C5
RGB137233197
HSL158°68.57%72.55%
HSB/HSV158°41.20%91.37%
CMYK41.20%0.00%15.45%
8.63%

Color #89E9C5 in popluar number systems.

HEX89E9C5
Decimal137233197
Binary100010011110100111000101
Octal211351305

Shades and tints

Shades of #89E9C5

#89E9C5
(137,233,197)
#7DD4B4
(125,212,180)
#71BFA3
(113,191,163)
#65AA92
(101,170,146)
#599581
(89,149,129)
#4D8070
(77,128,112)
#416B5F
(65,107,95)
#35564E
(53,86,78)
#29413D
(41,65,61)
#1D2C2C
(29,44,44)
#11171B
(17,23,27)
#000000
(0,0,0)

Tints of #89E9C5

#89E9C5
(137,233,197)
#93EBCA
(147,235,202)
#9DEDCF
(157,237,207)
#A7EFD4
(167,239,212)
#B1F1D9
(177,241,217)
#BBF3DE
(187,243,222)
#C5F5E3
(197,245,227)
#CFF7E8
(207,247,232)
#D9F9ED
(217,249,237)
#E3FBF2
(227,251,242)
#EDFDF7
(237,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89E9C5 color. Also use rgb(137,233,197) instead hex code.

Text Font Color

.myTextColor { color: #89E9C5; }

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

This text font color is #89E9C5.


Background Color

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

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

This div background color is #89E9C5.


Border color

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

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

This div border color is #89E9C5.


Opacity

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

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

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

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

This text has shadow with #89E9C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89E9C5 on black background.


Color preview on white background

This text has color #89E9C5 on white background.



Black color preview on #89E9C5 background

This text has black color on #89E9C5 background.


White color preview on #89E9C5 background

This text has white color on #89E9C5 background.