COLOR #89DF95

HEX: #89DF95
RGB: (137,223,149)

Color info

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

RGB color model

#89DF95 color RGB value is (137,223,149).

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

RGB channels and saturation

R 137 of 255 = 54%
G 223 of 255 = 87%
B 149 of 255 = 58%

137
223
149

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

Portions of RGB colors in percentages

R + G + B =
137 + 223 + 149 = 509 (100%)
R 137 of 509 ~ 26.92%
G 223 of 509 ~ 43.81%
B 149 of 509 ~ 29.27%

%26.92
%43.81
%29.27

CMYK color model

#89DF95 color CMYK value is (39,0,33,13).

  • cyan value is 38.57%
  • magenta value is 0.00%
  • yellow value is 33.18%
  • key color value is 12.55%
CMYK:
(39,0,33,13)
C39M0Y33K13 
(39%,0%,33%,13%)
(0.39/0.00/0.33/0.13)	

CMYK percentages

%38.57
%0
%33.18
%12.55

Codes

Color #89DF95 in popluar color models

89DF95
RGB137223149
HSL128°57.33%70.59%
HSB/HSV128°38.57%87.45%
CMYK38.57%0.00%33.18%
12.55%

Color #89DF95 in popluar number systems.

HEX89DF95
Decimal137223149
Binary100010011101111110010101
Octal211337225

Shades and tints

Shades of #89DF95

#89DF95
(137,223,149)
#7DCB88
(125,203,136)
#71B77B
(113,183,123)
#65A36E
(101,163,110)
#598F61
(89,143,97)
#4D7B54
(77,123,84)
#416747
(65,103,71)
#35533A
(53,83,58)
#293F2D
(41,63,45)
#1D2B20
(29,43,32)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #89DF95

#89DF95
(137,223,149)
#93E19E
(147,225,158)
#9DE3A7
(157,227,167)
#A7E5B0
(167,229,176)
#B1E7B9
(177,231,185)
#BBE9C2
(187,233,194)
#C5EBCB
(197,235,203)
#CFEDD4
(207,237,212)
#D9EFDD
(217,239,221)
#E3F1E6
(227,241,230)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89DF95; }

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

This text font color is #89DF95.


Background Color

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

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

This div background color is #89DF95.


Border color

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

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

This div border color is #89DF95.


Opacity

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

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

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

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

This text has shadow with #89DF95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89DF95 on black background.


Color preview on white background

This text has color #89DF95 on white background.



Black color preview on #89DF95 background

This text has black color on #89DF95 background.


White color preview on #89DF95 background

This text has white color on #89DF95 background.