COLOR #89EECE

HEX: #89EECE
RGB: (137,238,206)

Color info

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

RGB color model

#89EECE color RGB value is (137,238,206).

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

RGB channels and saturation

R 137 of 255 = 54%
G 238 of 255 = 93%
B 206 of 255 = 81%

137
238
206

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

Portions of RGB colors in percentages

R + G + B =
137 + 238 + 206 = 581 (100%)
R 137 of 581 ~ 23.58%
G 238 of 581 ~ 40.96%
B 206 of 581 ~ 35.46%

%23.58
%40.96
%35.46

CMYK color model

#89EECE color CMYK value is (42,0,13,7).

  • cyan value is 42.44%
  • magenta value is 0.00%
  • yellow value is 13.45%
  • key color value is 6.67%
CMYK:
(42,0,13,7)
C42M0Y13K7 
(42%,0%,13%,7%)
(0.42/0.00/0.13/0.07)	

CMYK percentages

%42.44
%0
%13.45
%6.67

Codes

Color #89EECE in popluar color models

89EECE
RGB137238206
HSL161°74.81%73.53%
HSB/HSV161°42.44%93.33%
CMYK42.44%0.00%13.45%
6.67%

Color #89EECE in popluar number systems.

HEX89EECE
Decimal137238206
Binary100010011110111011001110
Octal211356316

Shades and tints

Shades of #89EECE

#89EECE
(137,238,206)
#7DD9BC
(125,217,188)
#71C4AA
(113,196,170)
#65AF98
(101,175,152)
#599A86
(89,154,134)
#4D8574
(77,133,116)
#417062
(65,112,98)
#355B50
(53,91,80)
#29463E
(41,70,62)
#1D312C
(29,49,44)
#111C1A
(17,28,26)
#000000
(0,0,0)

Tints of #89EECE

#89EECE
(137,238,206)
#93EFD2
(147,239,210)
#9DF0D6
(157,240,214)
#A7F1DA
(167,241,218)
#B1F2DE
(177,242,222)
#BBF3E2
(187,243,226)
#C5F4E6
(197,244,230)
#CFF5EA
(207,245,234)
#D9F6EE
(217,246,238)
#E3F7F2
(227,247,242)
#EDF8F6
(237,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89EECE; }

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

This text font color is #89EECE.


Background Color

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

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

This div background color is #89EECE.


Border color

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

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

This div border color is #89EECE.


Opacity

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

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

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

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

This text has shadow with #89EECE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89EECE on black background.


Color preview on white background

This text has color #89EECE on white background.



Black color preview on #89EECE background

This text has black color on #89EECE background.


White color preview on #89EECE background

This text has white color on #89EECE background.