COLOR #89F7CE

HEX: #89F7CE
RGB: (137,247,206)

Color info

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

RGB color model

#89F7CE color RGB value is (137,247,206).

  • red value is 137;
  • green value is 247;
  • blue value is 206.
RGB:
(137,247,206)
(54%,97%,81%)

RGB channels and saturation

R 137 of 255 = 54%
G 247 of 255 = 97%
B 206 of 255 = 81%

137
247
206

R + G + B ~ 77%. #89F7CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 247 + 206 = 590 (100%)
R 137 of 590 ~ 23.22%
G 247 of 590 ~ 41.86%
B 206 of 590 ~ 34.92%

%23.22
%41.86
%34.92

CMYK color model

#89F7CE color CMYK value is (45,0,17,3).

  • cyan value is 44.53%
  • magenta value is 0.00%
  • yellow value is 16.60%
  • key color value is 3.14%
CMYK:
(45,0,17,3)
C45M0Y17K3 
(45%,0%,17%,3%)
(0.45/0.00/0.17/0.03)	

CMYK percentages

%44.53
%0
%16.6
%3.14

Codes

Color #89F7CE in popluar color models

89F7CE
RGB137247206
HSL158°87.30%75.29%
HSB/HSV158°44.53%96.86%
CMYK44.53%0.00%16.60%
3.14%

Color #89F7CE in popluar number systems.

HEX89F7CE
Decimal137247206
Binary100010011111011111001110
Octal211367316

Shades and tints

Shades of #89F7CE

#89F7CE
(137,247,206)
#7DE1BC
(125,225,188)
#71CBAA
(113,203,170)
#65B598
(101,181,152)
#599F86
(89,159,134)
#4D8974
(77,137,116)
#417362
(65,115,98)
#355D50
(53,93,80)
#29473E
(41,71,62)
#1D312C
(29,49,44)
#111B1A
(17,27,26)
#000000
(0,0,0)

Tints of #89F7CE

#89F7CE
(137,247,206)
#93F7D2
(147,247,210)
#9DF7D6
(157,247,214)
#A7F7DA
(167,247,218)
#B1F7DE
(177,247,222)
#BBF7E2
(187,247,226)
#C5F7E6
(197,247,230)
#CFF7EA
(207,247,234)
#D9F7EE
(217,247,238)
#E3F7F2
(227,247,242)
#EDF7F6
(237,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89F7CE color. Also use rgb(137,247,206) instead hex code.

Text Font Color

.myTextColor { color: #89F7CE; }

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

This text font color is #89F7CE.


Background Color

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

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

This div background color is #89F7CE.


Border color

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

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

This div border color is #89F7CE.


Opacity

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

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

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

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

This text has shadow with #89F7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89F7CE on black background.


Color preview on white background

This text has color #89F7CE on white background.



Black color preview on #89F7CE background

This text has black color on #89F7CE background.


White color preview on #89F7CE background

This text has white color on #89F7CE background.