COLOR #89EFCC

HEX: #89EFCC
RGB: (137,239,204)

Color info

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

RGB color model

#89EFCC color RGB value is (137,239,204).

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

RGB channels and saturation

R 137 of 255 = 54%
G 239 of 255 = 94%
B 204 of 255 = 80%

137
239
204

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

Portions of RGB colors in percentages

R + G + B =
137 + 239 + 204 = 580 (100%)
R 137 of 580 ~ 23.62%
G 239 of 580 ~ 41.21%
B 204 of 580 ~ 35.17%

%23.62
%41.21
%35.17

CMYK color model

#89EFCC color CMYK value is (43,0,15,6).

  • cyan value is 42.68%
  • magenta value is 0.00%
  • yellow value is 14.64%
  • key color value is 6.27%
CMYK:
(43,0,15,6)
C43M0Y15K6 
(43%,0%,15%,6%)
(0.43/0.00/0.15/0.06)	

CMYK percentages

%42.68
%0
%14.64
%6.27

Codes

Color #89EFCC in popluar color models

89EFCC
RGB137239204
HSL159°76.12%73.73%
HSB/HSV159°42.68%93.73%
CMYK42.68%0.00%14.64%
6.27%

Color #89EFCC in popluar number systems.

HEX89EFCC
Decimal137239204
Binary100010011110111111001100
Octal211357314

Shades and tints

Shades of #89EFCC

#89EFCC
(137,239,204)
#7DDABA
(125,218,186)
#71C5A8
(113,197,168)
#65B096
(101,176,150)
#599B84
(89,155,132)
#4D8672
(77,134,114)
#417160
(65,113,96)
#355C4E
(53,92,78)
#29473C
(41,71,60)
#1D322A
(29,50,42)
#111D18
(17,29,24)
#000000
(0,0,0)

Tints of #89EFCC

#89EFCC
(137,239,204)
#93F0D0
(147,240,208)
#9DF1D4
(157,241,212)
#A7F2D8
(167,242,216)
#B1F3DC
(177,243,220)
#BBF4E0
(187,244,224)
#C5F5E4
(197,245,228)
#CFF6E8
(207,246,232)
#D9F7EC
(217,247,236)
#E3F8F0
(227,248,240)
#EDF9F4
(237,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89EFCC; }

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

This text font color is #89EFCC.


Background Color

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

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

This div background color is #89EFCC.


Border color

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

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

This div border color is #89EFCC.


Opacity

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

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

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

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

This text has shadow with #89EFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89EFCC on black background.


Color preview on white background

This text has color #89EFCC on white background.



Black color preview on #89EFCC background

This text has black color on #89EFCC background.


White color preview on #89EFCC background

This text has white color on #89EFCC background.