COLOR #89D9A6

HEX: #89D9A6
RGB: (137,217,166)

Color info

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

RGB color model

#89D9A6 color RGB value is (137,217,166).

  • red value is 137;
  • green value is 217;
  • blue value is 166.
RGB:
(137,217,166)
(54%,85%,65%)

RGB channels and saturation

R 137 of 255 = 54%
G 217 of 255 = 85%
B 166 of 255 = 65%

137
217
166

R + G + B ~ 68%. #89D9A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 217 + 166 = 520 (100%)
R 137 of 520 ~ 26.35%
G 217 of 520 ~ 41.73%
B 166 of 520 ~ 31.92%

%26.35
%41.73
%31.92

CMYK color model

#89D9A6 color CMYK value is (37,0,24,15).

  • cyan value is 36.87%
  • magenta value is 0.00%
  • yellow value is 23.50%
  • key color value is 14.90%
CMYK:
(37,0,24,15)
C37M0Y24K15 
(37%,0%,24%,15%)
(0.37/0.00/0.24/0.15)	

CMYK percentages

%36.87
%0
%23.5
%14.9

Codes

Color #89D9A6 in popluar color models

89D9A6
RGB137217166
HSL142°51.28%69.41%
HSB/HSV142°36.87%85.10%
CMYK36.87%0.00%23.50%
14.90%

Color #89D9A6 in popluar number systems.

HEX89D9A6
Decimal137217166
Binary100010011101100110100110
Octal211331246

Shades and tints

Shades of #89D9A6

#89D9A6
(137,217,166)
#7DC697
(125,198,151)
#71B388
(113,179,136)
#65A079
(101,160,121)
#598D6A
(89,141,106)
#4D7A5B
(77,122,91)
#41674C
(65,103,76)
#35543D
(53,84,61)
#29412E
(41,65,46)
#1D2E1F
(29,46,31)
#111B10
(17,27,16)
#000000
(0,0,0)

Tints of #89D9A6

#89D9A6
(137,217,166)
#93DCAE
(147,220,174)
#9DDFB6
(157,223,182)
#A7E2BE
(167,226,190)
#B1E5C6
(177,229,198)
#BBE8CE
(187,232,206)
#C5EBD6
(197,235,214)
#CFEEDE
(207,238,222)
#D9F1E6
(217,241,230)
#E3F4EE
(227,244,238)
#EDF7F6
(237,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89D9A6 color. Also use rgb(137,217,166) instead hex code.

Text Font Color

.myTextColor { color: #89D9A6; }

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

This text font color is #89D9A6.


Background Color

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

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

This div background color is #89D9A6.


Border color

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

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

This div border color is #89D9A6.


Opacity

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

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

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

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

This text has shadow with #89D9A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89D9A6 on black background.


Color preview on white background

This text has color #89D9A6 on white background.



Black color preview on #89D9A6 background

This text has black color on #89D9A6 background.


White color preview on #89D9A6 background

This text has white color on #89D9A6 background.