COLOR #89DF97

HEX: #89DF97 RGB: (137,223,151)

Color info

#89DF97 contains mainly green color. Web safe color of #89DF97 is #99CC99 (or #9C9).

RGB color model

#89DF97 color RGB value is (137,223,151).

RGB: (137,223,151) (54%, 87%, 59%)

RGB channels and saturation

R 137 of 255 = 54%
G 223 of 255 = 87%
B 151 of 255 = 59%

137
223
151

R + G + B ~ 67%. #89DF97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 223 + 151 = 511 (100%)
R 137 of 511 ~ 26.81%
G 223 of 511 ~ 43.64%
B 151 of 511 ~ 29.55'%

%26.81
%43.64
%29.55

CMYK color model

#89DF97 color CMYK value is (39,0,32,13).

  • cyan value is 38.57%
  • magenta value is 0.00%
  • yellow value is 32.29%
  • key color value is 12.55%

CMYK: (39,0,32,13)
C39M0Y32K13 (39%, 0%, 32%, 13%)
(0.39 / 0.00 / 0.32 / 0.13)

CMYK percentages

%38.57
%0
%32.29
%12.55

Codes

Color #89DF97 in popluar color models

89 DF 97
RGB 137 223 151
HSL 130° 57.33% 70.59%
HSB/HSV 130° 38.57% 87.45%
CMYK 38.57% 0.00% 32.29%
12.55%

Color #89DF97 in popluar number systems.

HEX 89 DF 97
Decimal 137 223 151
Binary 10001001 11011111 10010111
Octal 211 337 227

Shades and tints

Shades of #89DF97

#89DF97
(137,223,151)
#7DCB8A
(125,203,138)
#71B77D
(113,183,125)
#65A370
(101,163,112)
#598F63
(89,143,99)
#4D7B56
(77,123,86)
#416749
(65,103,73)
#35533C
(53,83,60)
#293F2F
(41,63,47)
#1D2B22
(29,43,34)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #89DF97

#89DF97
(137,223,151)
#93E1A0
(147,225,160)
#9DE3A9
(157,227,169)
#A7E5B2
(167,229,178)
#B1E7BB
(177,231,187)
#BBE9C4
(187,233,196)
#C5EBCD
(197,235,205)
#CFEDD6
(207,237,214)
#D9EFDF
(217,239,223)
#E3F1E8
(227,241,232)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89DF97 color. Also use rgb(137,223,151) instead hex code.

Text Font Color

.myTextColor { color: #89DF97; }

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

This text font color is #89DF97.

Background Color

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

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

This div background color is #89DF97.

Border color

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

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

This div border color is #89DF97.

Opacity

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

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

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

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

This text has shadow with #89DF97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89DF97.

Preview

Color preview on black background

This text has color #89DF97 on black background.


Color preview on white background

This text has color #89DF97 on white background.


Black color preview on #89DF97 background

This text has black color on #89DF97 background.


White color preview on #89DF97 background

This text has white color on #89DF97 background.


Related colors

Complementary color

Complementary color for #hex is #762068.


I love getcolorcode.com

Triadic colors

1 #9789DF and #DF9789 with #89DF97 are triadic colors.

2 #97DF89 and #DF8997 with #89DF97 are triadic colors.