COLOR #89D29F

HEX: #89D29F
RGB: (137,210,159)

Color info

#89D29F contains mainly green and blue colors. Web safe color of #89D29F is #99CC99 (or #9C9).

RGB color model

#89D29F color RGB value is (137,210,159).

  • red value is 137;
  • green value is 210;
  • blue value is 159.
RGB:
(137,210,159)
(54%,82%,62%)

RGB channels and saturation

R 137 of 255 = 54%
G 210 of 255 = 82%
B 159 of 255 = 62%

137
210
159

R + G + B ~ 66%. #89D29F is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 210 + 159 = 506 (100%)
R 137 of 506 ~ 27.08%
G 210 of 506 ~ 41.5%
B 159 of 506 ~ 31.42%

%27.08
%41.5
%31.42

CMYK color model

#89D29F color CMYK value is (35,0,24,18).

  • cyan value is 34.76%
  • magenta value is 0.00%
  • yellow value is 24.29%
  • key color value is 17.65%
CMYK:
(35,0,24,18)
C35M0Y24K18 
(35%,0%,24%,18%)
(0.35/0.00/0.24/0.18)	

CMYK percentages

%34.76
%0
%24.29
%17.65

Codes

Color #89D29F in popluar color models

89D29F
RGB137210159
HSL138°44.79%68.04%
HSB/HSV138°34.76%82.35%
CMYK34.76%0.00%24.29%
17.65%

Color #89D29F in popluar number systems.

HEX89D29F
Decimal137210159
Binary100010011101001010011111
Octal211322237

Shades and tints

Shades of #89D29F

#89D29F
(137,210,159)
#7DBF91
(125,191,145)
#71AC83
(113,172,131)
#659975
(101,153,117)
#598667
(89,134,103)
#4D7359
(77,115,89)
#41604B
(65,96,75)
#354D3D
(53,77,61)
#293A2F
(41,58,47)
#1D2721
(29,39,33)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #89D29F

#89D29F
(137,210,159)
#93D6A7
(147,214,167)
#9DDAAF
(157,218,175)
#A7DEB7
(167,222,183)
#B1E2BF
(177,226,191)
#BBE6C7
(187,230,199)
#C5EACF
(197,234,207)
#CFEED7
(207,238,215)
#D9F2DF
(217,242,223)
#E3F6E7
(227,246,231)
#EDFAEF
(237,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89D29F color. Also use rgb(137,210,159) instead hex code.

Text Font Color

.myTextColor { color: #89D29F; }

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

This text font color is #89D29F.


Background Color

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

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

This div background color is #89D29F.


Border color

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

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

This div border color is #89D29F.


Opacity

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

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

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

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

This text has shadow with #89D29F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89D29F on black background.


Color preview on white background

This text has color #89D29F on white background.



Black color preview on #89D29F background

This text has black color on #89D29F background.


White color preview on #89D29F background

This text has white color on #89D29F background.