COLOR #89DC91

HEX: #89DC91
RGB: (137,220,145)

Color info

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

RGB color model

#89DC91 color RGB value is (137,220,145).

  • red value is 137;
  • green value is 220;
  • blue value is 145.
RGB: (137,220,145) (54%,86%,57%)

RGB channels and saturation

R 137 of 255 = 54%
G 220 of 255 = 86%
B 145 of 255 = 57%

137
220
145

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

Portions of RGB colors in percentages

R + G + B =
137 + 220 + 145 = 502 (100%)
R 137 of 502 ~ 27.29%
G 220 of 502 ~ 43.82%
B 145 of 502 ~ 28.88%

%27.29
%43.82
%28.88

CMYK color model

#89DC91 color CMYK value is (38,0,34,14).

  • cyan value is 37.73%
  • magenta value is 0.00%
  • yellow value is 34.09%
  • key color value is 13.73%
CMYK: (38,0,34,14) C38M0Y34K14 (38%,0%,34%,14%) (0.38/0.00/0.34/0.14)

CMYK percentages

%37.73
%0
%34.09
%13.73

Codes

Color #89DC91 in popluar color models

89DC91
RGB137220145
HSL126°54.25%70.00%
HSB/HSV126°37.73%86.27%
CMYK37.73%0.00%34.09%
13.73%

Color #89DC91 in popluar number systems.

HEX89DC91
Decimal137220145
Binary100010011101110010010001
Octal211334221

Shades and tints

Shades of #89DC91

#89DC91
(137,220,145)
#7DC884
(125,200,132)
#71B477
(113,180,119)
#65A06A
(101,160,106)
#598C5D
(89,140,93)
#4D7850
(77,120,80)
#416443
(65,100,67)
#355036
(53,80,54)
#293C29
(41,60,41)
#1D281C
(29,40,28)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #89DC91

#89DC91
(137,220,145)
#93DF9B
(147,223,155)
#9DE2A5
(157,226,165)
#A7E5AF
(167,229,175)
#B1E8B9
(177,232,185)
#BBEBC3
(187,235,195)
#C5EECD
(197,238,205)
#CFF1D7
(207,241,215)
#D9F4E1
(217,244,225)
#E3F7EB
(227,247,235)
#EDFAF5
(237,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89DC91 color. Also use rgb(137,220,145) instead hex code.

Text Font Color

.myTextColor { color: #89DC91; }

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

This text font color is #89DC91.


Background Color

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

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

This div background color is #89DC91.


Border color

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

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

This div border color is #89DC91.


Opacity

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

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

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

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

This text has shadow with #89DC91 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #89DC91 on black background.


Color preview on white background

This text has color #89DC91 on white background.



Black color preview on #89DC91 background

This text has black color on #89DC91 background.


White color preview on #89DC91 background

This text has white color on #89DC91 background.