COLOR #89F0D9

HEX: #89F0D9
RGB: (137,240,217)

Color info

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

RGB color model

#89F0D9 color RGB value is (137,240,217).

  • red value is 137;
  • green value is 240;
  • blue value is 217.
RGB:
(137,240,217)
(54%,94%,85%)

RGB channels and saturation

R 137 of 255 = 54%
G 240 of 255 = 94%
B 217 of 255 = 85%

137
240
217

R + G + B ~ 78%. #89F0D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 240 + 217 = 594 (100%)
R 137 of 594 ~ 23.06%
G 240 of 594 ~ 40.4%
B 217 of 594 ~ 36.53%

%23.06
%40.4
%36.53

CMYK color model

#89F0D9 color CMYK value is (43,0,10,6).

  • cyan value is 42.92%
  • magenta value is 0.00%
  • yellow value is 9.58%
  • key color value is 5.88%
CMYK:
(43,0,10,6)
C43M0Y10K6 
(43%,0%,10%,6%)
(0.43/0.00/0.10/0.06)	

CMYK percentages

%42.92
%0
%9.58
%5.88

Codes

Color #89F0D9 in popluar color models

89F0D9
RGB137240217
HSL167°77.44%73.92%
HSB/HSV167°42.92%94.12%
CMYK42.92%0.00%9.58%
5.88%

Color #89F0D9 in popluar number systems.

HEX89F0D9
Decimal137240217
Binary100010011111000011011001
Octal211360331

Shades and tints

Shades of #89F0D9

#89F0D9
(137,240,217)
#7DDBC6
(125,219,198)
#71C6B3
(113,198,179)
#65B1A0
(101,177,160)
#599C8D
(89,156,141)
#4D877A
(77,135,122)
#417267
(65,114,103)
#355D54
(53,93,84)
#294841
(41,72,65)
#1D332E
(29,51,46)
#111E1B
(17,30,27)
#000000
(0,0,0)

Tints of #89F0D9

#89F0D9
(137,240,217)
#93F1DC
(147,241,220)
#9DF2DF
(157,242,223)
#A7F3E2
(167,243,226)
#B1F4E5
(177,244,229)
#BBF5E8
(187,245,232)
#C5F6EB
(197,246,235)
#CFF7EE
(207,247,238)
#D9F8F1
(217,248,241)
#E3F9F4
(227,249,244)
#EDFAF7
(237,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89F0D9 color. Also use rgb(137,240,217) instead hex code.

Text Font Color

.myTextColor { color: #89F0D9; }

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

This text font color is #89F0D9.


Background Color

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

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

This div background color is #89F0D9.


Border color

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

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

This div border color is #89F0D9.


Opacity

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

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

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

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

This text has shadow with #89F0D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89F0D9 on black background.


Color preview on white background

This text has color #89F0D9 on white background.



Black color preview on #89F0D9 background

This text has black color on #89F0D9 background.


White color preview on #89F0D9 background

This text has white color on #89F0D9 background.