COLOR #89DD92

HEX: #89DD92
RGB: (137,221,146)

Color info

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

RGB color model

#89DD92 color RGB value is (137,221,146).

  • red value is 137;
  • green value is 221;
  • blue value is 146.
RGB:
(137,221,146)
(54%,87%,57%)

RGB channels and saturation

R 137 of 255 = 54%
G 221 of 255 = 87%
B 146 of 255 = 57%

137
221
146

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

Portions of RGB colors in percentages

R + G + B =
137 + 221 + 146 = 504 (100%)
R 137 of 504 ~ 27.18%
G 221 of 504 ~ 43.85%
B 146 of 504 ~ 28.97%

%27.18
%43.85
%28.97

CMYK color model

#89DD92 color CMYK value is (38,0,34,13).

  • cyan value is 38.01%
  • magenta value is 0.00%
  • yellow value is 33.94%
  • key color value is 13.33%
CMYK:
(38,0,34,13)
C38M0Y34K13 
(38%,0%,34%,13%)
(0.38/0.00/0.34/0.13)	

CMYK percentages

%38.01
%0
%33.94
%13.33

Codes

Color #89DD92 in popluar color models

89DD92
RGB137221146
HSL126°55.26%70.20%
HSB/HSV126°38.01%86.67%
CMYK38.01%0.00%33.94%
13.33%

Color #89DD92 in popluar number systems.

HEX89DD92
Decimal137221146
Binary100010011101110110010010
Octal211335222

Shades and tints

Shades of #89DD92

#89DD92
(137,221,146)
#7DC985
(125,201,133)
#71B578
(113,181,120)
#65A16B
(101,161,107)
#598D5E
(89,141,94)
#4D7951
(77,121,81)
#416544
(65,101,68)
#355137
(53,81,55)
#293D2A
(41,61,42)
#1D291D
(29,41,29)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #89DD92

#89DD92
(137,221,146)
#93E09B
(147,224,155)
#9DE3A4
(157,227,164)
#A7E6AD
(167,230,173)
#B1E9B6
(177,233,182)
#BBECBF
(187,236,191)
#C5EFC8
(197,239,200)
#CFF2D1
(207,242,209)
#D9F5DA
(217,245,218)
#E3F8E3
(227,248,227)
#EDFBEC
(237,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89DD92 color. Also use rgb(137,221,146) instead hex code.

Text Font Color

.myTextColor { color: #89DD92; }

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

This text font color is #89DD92.


Background Color

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

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

This div background color is #89DD92.


Border color

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

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

This div border color is #89DD92.


Opacity

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

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

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

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

This text has shadow with #89DD92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89DD92 on black background.


Color preview on white background

This text has color #89DD92 on white background.



Black color preview on #89DD92 background

This text has black color on #89DD92 background.


White color preview on #89DD92 background

This text has white color on #89DD92 background.