COLOR #89E1C2

HEX: #89E1C2 RGB: (137,225,194)

Color info

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

RGB color model

#89E1C2 color RGB value is (137,225,194).

RGB: (137,225,194) (54%, 88%, 76%)

RGB channels and saturation

R 137 of 255 = 54%
G 225 of 255 = 88%
B 194 of 255 = 76%

137
225
194

R + G + B ~ 73%. #89E1C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 225 + 194 = 556 (100%)
R 137 of 556 ~ 24.64%
G 225 of 556 ~ 40.47%
B 194 of 556 ~ 34.89'%

%24.64
%40.47
%34.89

CMYK color model

#89E1C2 color CMYK value is (39,0,14,12).

  • cyan value is 39.11%
  • magenta value is 0.00%
  • yellow value is 13.78%
  • key color value is 11.76%

CMYK: (39,0,14,12)
C39M0Y14K12 (39%, 0%, 14%, 12%)
(0.39 / 0.00 / 0.14 / 0.12)

CMYK percentages

%39.11
%0
%13.78
%11.76

Codes

Color #89E1C2 in popluar color models

89 E1 C2
RGB 137 225 194
HSL 159° 59.46% 70.98%
HSB/HSV 159° 39.11% 88.24%
CMYK 39.11% 0.00% 13.78%
11.76%

Color #89E1C2 in popluar number systems.

HEX 89 E1 C2
Decimal 137 225 194
Binary 10001001 11100001 11000010
Octal 211 341 302

Shades and tints

Shades of #89E1C2

#89E1C2
(137,225,194)
#7DCDB1
(125,205,177)
#71B9A0
(113,185,160)
#65A58F
(101,165,143)
#59917E
(89,145,126)
#4D7D6D
(77,125,109)
#41695C
(65,105,92)
#35554B
(53,85,75)
#29413A
(41,65,58)
#1D2D29
(29,45,41)
#111918
(17,25,24)
#000000
(0,0,0)

Tints of #89E1C2

#89E1C2
(137,225,194)
#93E3C7
(147,227,199)
#9DE5CC
(157,229,204)
#A7E7D1
(167,231,209)
#B1E9D6
(177,233,214)
#BBEBDB
(187,235,219)
#C5EDE0
(197,237,224)
#CFEFE5
(207,239,229)
#D9F1EA
(217,241,234)
#E3F3EF
(227,243,239)
#EDF5F4
(237,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89E1C2; }

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

This text font color is #89E1C2.

Background Color

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

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

This div background color is #89E1C2.

Border color

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

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

This div border color is #89E1C2.

Opacity

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

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

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

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

This text has shadow with #89E1C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89E1C2.

Preview

Color preview on black background

This text has color #89E1C2 on black background.


Color preview on white background

This text has color #89E1C2 on white background.


Black color preview on #89E1C2 background

This text has black color on #89E1C2 background.


White color preview on #89E1C2 background

This text has white color on #89E1C2 background.


Related colors

Complementary color

Complementary color for #hex is #761E3D.


I love getcolorcode.com

Triadic colors

1 #C289E1 and #E1C289 with #89E1C2 are triadic colors.

2 #C2E189 and #E189C2 with #89E1C2 are triadic colors.