COLOR #89EEC2

HEX: #89EEC2
RGB: (137,238,194)

Color info

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

RGB color model

#89EEC2 color RGB value is (137,238,194).

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

RGB channels and saturation

R 137 of 255 = 54%
G 238 of 255 = 93%
B 194 of 255 = 76%

137
238
194

R + G + B ~ 74%. #89EEC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 238 + 194 = 569 (100%)
R 137 of 569 ~ 24.08%
G 238 of 569 ~ 41.83%
B 194 of 569 ~ 34.09%

%24.08
%41.83
%34.09

CMYK color model

#89EEC2 color CMYK value is (42,0,18,7).

  • cyan value is 42.44%
  • magenta value is 0.00%
  • yellow value is 18.49%
  • key color value is 6.67%
CMYK:
(42,0,18,7)
C42M0Y18K7 
(42%,0%,18%,7%)
(0.42/0.00/0.18/0.07)	

CMYK percentages

%42.44
%0
%18.49
%6.67

Codes

Color #89EEC2 in popluar color models

89EEC2
RGB137238194
HSL154°74.81%73.53%
HSB/HSV154°42.44%93.33%
CMYK42.44%0.00%18.49%
6.67%

Color #89EEC2 in popluar number systems.

HEX89EEC2
Decimal137238194
Binary100010011110111011000010
Octal211356302

Shades and tints

Shades of #89EEC2

#89EEC2
(137,238,194)
#7DD9B1
(125,217,177)
#71C4A0
(113,196,160)
#65AF8F
(101,175,143)
#599A7E
(89,154,126)
#4D856D
(77,133,109)
#41705C
(65,112,92)
#355B4B
(53,91,75)
#29463A
(41,70,58)
#1D3129
(29,49,41)
#111C18
(17,28,24)
#000000
(0,0,0)

Tints of #89EEC2

#89EEC2
(137,238,194)
#93EFC7
(147,239,199)
#9DF0CC
(157,240,204)
#A7F1D1
(167,241,209)
#B1F2D6
(177,242,214)
#BBF3DB
(187,243,219)
#C5F4E0
(197,244,224)
#CFF5E5
(207,245,229)
#D9F6EA
(217,246,234)
#E3F7EF
(227,247,239)
#EDF8F4
(237,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89EEC2; }

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

This text font color is #89EEC2.


Background Color

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

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

This div background color is #89EEC2.


Border color

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

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

This div border color is #89EEC2.


Opacity

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

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

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

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

This text has shadow with #89EEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89EEC2 on black background.


Color preview on white background

This text has color #89EEC2 on white background.



Black color preview on #89EEC2 background

This text has black color on #89EEC2 background.


White color preview on #89EEC2 background

This text has white color on #89EEC2 background.