COLOR #89E2D5

HEX: #89E2D5
RGB: (137,226,213)

Color info

#89E2D5 contains mainly green and blue colors. Web safe color of #89E2D5 is #99CCCC (or #9CC).

RGB color model

#89E2D5 color RGB value is (137,226,213).

  • red value is 137;
  • green value is 226;
  • blue value is 213.
RGB:
(137,226,213)
(54%,89%,84%)

RGB channels and saturation

R 137 of 255 = 54%
G 226 of 255 = 89%
B 213 of 255 = 84%

137
226
213

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

Portions of RGB colors in percentages

R + G + B =
137 + 226 + 213 = 576 (100%)
R 137 of 576 ~ 23.78%
G 226 of 576 ~ 39.24%
B 213 of 576 ~ 36.98%

%23.78
%39.24
%36.98

CMYK color model

#89E2D5 color CMYK value is (39,0,6,11).

  • cyan value is 39.38%
  • magenta value is 0.00%
  • yellow value is 5.75%
  • key color value is 11.37%
CMYK:
(39,0,6,11)
C39M0Y6K11 
(39%,0%,6%,11%)
(0.39/0.00/0.06/0.11)	

CMYK percentages

%39.38
%0
%5.75
%11.37

Codes

Color #89E2D5 in popluar color models

89E2D5
RGB137226213
HSL171°60.54%71.18%
HSB/HSV171°39.38%88.63%
CMYK39.38%0.00%5.75%
11.37%

Color #89E2D5 in popluar number systems.

HEX89E2D5
Decimal137226213
Binary100010011110001011010101
Octal211342325

Shades and tints

Shades of #89E2D5

#89E2D5
(137,226,213)
#7DCEC2
(125,206,194)
#71BAAF
(113,186,175)
#65A69C
(101,166,156)
#599289
(89,146,137)
#4D7E76
(77,126,118)
#416A63
(65,106,99)
#355650
(53,86,80)
#29423D
(41,66,61)
#1D2E2A
(29,46,42)
#111A17
(17,26,23)
#000000
(0,0,0)

Tints of #89E2D5

#89E2D5
(137,226,213)
#93E4D8
(147,228,216)
#9DE6DB
(157,230,219)
#A7E8DE
(167,232,222)
#B1EAE1
(177,234,225)
#BBECE4
(187,236,228)
#C5EEE7
(197,238,231)
#CFF0EA
(207,240,234)
#D9F2ED
(217,242,237)
#E3F4F0
(227,244,240)
#EDF6F3
(237,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89E2D5 color. Also use rgb(137,226,213) instead hex code.

Text Font Color

.myTextColor { color: #89E2D5; }

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

This text font color is #89E2D5.


Background Color

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

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

This div background color is #89E2D5.


Border color

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

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

This div border color is #89E2D5.


Opacity

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

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

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

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

This text has shadow with #89E2D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89E2D5 on black background.


Color preview on white background

This text has color #89E2D5 on white background.



Black color preview on #89E2D5 background

This text has black color on #89E2D5 background.


White color preview on #89E2D5 background

This text has white color on #89E2D5 background.