COLOR #89F2CC

HEX: #89F2CC
RGB: (137,242,204)

Color info

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

RGB color model

#89F2CC color RGB value is (137,242,204).

  • red value is 137;
  • green value is 242;
  • blue value is 204.
RGB:
(137,242,204)
(54%,95%,80%)

RGB channels and saturation

R 137 of 255 = 54%
G 242 of 255 = 95%
B 204 of 255 = 80%

137
242
204

R + G + B ~ 76%. #89F2CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 242 + 204 = 583 (100%)
R 137 of 583 ~ 23.5%
G 242 of 583 ~ 41.51%
B 204 of 583 ~ 34.99%

%23.5
%41.51
%34.99

CMYK color model

#89F2CC color CMYK value is (43,0,16,5).

  • cyan value is 43.39%
  • magenta value is 0.00%
  • yellow value is 15.70%
  • key color value is 5.10%
CMYK:
(43,0,16,5)
C43M0Y16K5 
(43%,0%,16%,5%)
(0.43/0.00/0.16/0.05)	

CMYK percentages

%43.39
%0
%15.7
%5.1

Codes

Color #89F2CC in popluar color models

89F2CC
RGB137242204
HSL158°80.15%74.31%
HSB/HSV158°43.39%94.90%
CMYK43.39%0.00%15.70%
5.10%

Color #89F2CC in popluar number systems.

HEX89F2CC
Decimal137242204
Binary100010011111001011001100
Octal211362314

Shades and tints

Shades of #89F2CC

#89F2CC
(137,242,204)
#7DDCBA
(125,220,186)
#71C6A8
(113,198,168)
#65B096
(101,176,150)
#599A84
(89,154,132)
#4D8472
(77,132,114)
#416E60
(65,110,96)
#35584E
(53,88,78)
#29423C
(41,66,60)
#1D2C2A
(29,44,42)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #89F2CC

#89F2CC
(137,242,204)
#93F3D0
(147,243,208)
#9DF4D4
(157,244,212)
#A7F5D8
(167,245,216)
#B1F6DC
(177,246,220)
#BBF7E0
(187,247,224)
#C5F8E4
(197,248,228)
#CFF9E8
(207,249,232)
#D9FAEC
(217,250,236)
#E3FBF0
(227,251,240)
#EDFCF4
(237,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89F2CC color. Also use rgb(137,242,204) instead hex code.

Text Font Color

.myTextColor { color: #89F2CC; }

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

This text font color is #89F2CC.


Background Color

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

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

This div background color is #89F2CC.


Border color

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

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

This div border color is #89F2CC.


Opacity

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

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

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

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

This text has shadow with #89F2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89F2CC on black background.


Color preview on white background

This text has color #89F2CC on white background.



Black color preview on #89F2CC background

This text has black color on #89F2CC background.


White color preview on #89F2CC background

This text has white color on #89F2CC background.