COLOR #89DF9D

HEX: #89DF9D
RGB: (137,223,157)

Color info

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

RGB color model

#89DF9D color RGB value is (137,223,157).

  • red value is 137;
  • green value is 223;
  • blue value is 157.
RGB:
(137,223,157)
(54%,87%,62%)

RGB channels and saturation

R 137 of 255 = 54%
G 223 of 255 = 87%
B 157 of 255 = 62%

137
223
157

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

Portions of RGB colors in percentages

R + G + B =
137 + 223 + 157 = 517 (100%)
R 137 of 517 ~ 26.5%
G 223 of 517 ~ 43.13%
B 157 of 517 ~ 30.37%

%26.5
%43.13
%30.37

CMYK color model

#89DF9D color CMYK value is (39,0,30,13).

  • cyan value is 38.57%
  • magenta value is 0.00%
  • yellow value is 29.60%
  • key color value is 12.55%
CMYK:
(39,0,30,13)
C39M0Y30K13 
(39%,0%,30%,13%)
(0.39/0.00/0.30/0.13)	

CMYK percentages

%38.57
%0
%29.6
%12.55

Codes

Color #89DF9D in popluar color models

89DF9D
RGB137223157
HSL134°57.33%70.59%
HSB/HSV134°38.57%87.45%
CMYK38.57%0.00%29.60%
12.55%

Color #89DF9D in popluar number systems.

HEX89DF9D
Decimal137223157
Binary100010011101111110011101
Octal211337235

Shades and tints

Shades of #89DF9D

#89DF9D
(137,223,157)
#7DCB8F
(125,203,143)
#71B781
(113,183,129)
#65A373
(101,163,115)
#598F65
(89,143,101)
#4D7B57
(77,123,87)
#416749
(65,103,73)
#35533B
(53,83,59)
#293F2D
(41,63,45)
#1D2B1F
(29,43,31)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #89DF9D

#89DF9D
(137,223,157)
#93E1A5
(147,225,165)
#9DE3AD
(157,227,173)
#A7E5B5
(167,229,181)
#B1E7BD
(177,231,189)
#BBE9C5
(187,233,197)
#C5EBCD
(197,235,205)
#CFEDD5
(207,237,213)
#D9EFDD
(217,239,221)
#E3F1E5
(227,241,229)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89DF9D; }

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

This text font color is #89DF9D.


Background Color

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

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

This div background color is #89DF9D.


Border color

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

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

This div border color is #89DF9D.


Opacity

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

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

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

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

This text has shadow with #89DF9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89DF9D on black background.


Color preview on white background

This text has color #89DF9D on white background.



Black color preview on #89DF9D background

This text has black color on #89DF9D background.


White color preview on #89DF9D background

This text has white color on #89DF9D background.