COLOR #89E2BD

HEX: #89E2BD RGB: (137,226,189)

Color info

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

RGB color model

#89E2BD color RGB value is (137,226,189).

RGB: (137,226,189) (54%, 89%, 74%)

RGB channels and saturation

R 137 of 255 = 54%
G 226 of 255 = 89%
B 189 of 255 = 74%

137
226
189

R + G + B ~ 72%. #89E2BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 226 + 189 = 552 (100%)
R 137 of 552 ~ 24.82%
G 226 of 552 ~ 40.94%
B 189 of 552 ~ 34.24'%

%24.82
%40.94
%34.24

CMYK color model

#89E2BD color CMYK value is (39,0,16,11).

  • cyan value is 39.38%
  • magenta value is 0.00%
  • yellow value is 16.37%
  • key color value is 11.37%

CMYK: (39,0,16,11)
C39M0Y16K11 (39%, 0%, 16%, 11%)
(0.39 / 0.00 / 0.16 / 0.11)

CMYK percentages

%39.38
%0
%16.37
%11.37

Codes

Color #89E2BD in popluar color models

89 E2 BD
RGB 137 226 189
HSL 155° 60.54% 71.18%
HSB/HSV 155° 39.38% 88.63%
CMYK 39.38% 0.00% 16.37%
11.37%

Color #89E2BD in popluar number systems.

HEX 89 E2 BD
Decimal 137 226 189
Binary 10001001 11100010 10111101
Octal 211 342 275

Shades and tints

Shades of #89E2BD

#89E2BD
(137,226,189)
#7DCEAC
(125,206,172)
#71BA9B
(113,186,155)
#65A68A
(101,166,138)
#599279
(89,146,121)
#4D7E68
(77,126,104)
#416A57
(65,106,87)
#355646
(53,86,70)
#294235
(41,66,53)
#1D2E24
(29,46,36)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #89E2BD

#89E2BD
(137,226,189)
#93E4C3
(147,228,195)
#9DE6C9
(157,230,201)
#A7E8CF
(167,232,207)
#B1EAD5
(177,234,213)
#BBECDB
(187,236,219)
#C5EEE1
(197,238,225)
#CFF0E7
(207,240,231)
#D9F2ED
(217,242,237)
#E3F4F3
(227,244,243)
#EDF6F9
(237,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89E2BD; }

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

This text font color is #89E2BD.

Background Color

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

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

This div background color is #89E2BD.

Border color

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

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

This div border color is #89E2BD.

Opacity

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

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

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

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

This text has shadow with #89E2BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89E2BD.

Preview

Color preview on black background

This text has color #89E2BD on black background.


Color preview on white background

This text has color #89E2BD on white background.


Black color preview on #89E2BD background

This text has black color on #89E2BD background.


White color preview on #89E2BD background

This text has white color on #89E2BD background.


Related colors

Complementary color

Complementary color for #hex is #761D42.


I love getcolorcode.com

Triadic colors

1 #BD89E2 and #E2BD89 with #89E2BD are triadic colors.

2 #BDE289 and #E289BD with #89E2BD are triadic colors.