COLOR #89DC92

HEX: #89DC92 RGB: (137,220,146)

Color info

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

RGB color model

#89DC92 color RGB value is (137,220,146).

RGB: (137,220,146) (54%, 86%, 57%)

RGB channels and saturation

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

137
220
146

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

Portions of RGB colors in percentages

R + G + B = 137 + 220 + 146 = 503 (100%)
R 137 of 503 ~ 27.24%
G 220 of 503 ~ 43.74%
B 146 of 503 ~ 29.03'%

%27.24
%43.74
%29.03

CMYK color model

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

  • cyan value is 37.73%
  • magenta value is 0.00%
  • yellow value is 33.64%
  • 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
%33.64
%13.73

Codes

Color #89DC92 in popluar color models

89 DC 92
RGB 137 220 146
HSL 127° 54.25% 70.00%
HSB/HSV 127° 37.73% 86.27%
CMYK 37.73% 0.00% 33.64%
13.73%

Color #89DC92 in popluar number systems.

HEX 89 DC 92
Decimal 137 220 146
Binary 10001001 11011100 10010010
Octal 211 334 222

Shades and tints

Shades of #89DC92

#89DC92
(137,220,146)
#7DC885
(125,200,133)
#71B478
(113,180,120)
#65A06B
(101,160,107)
#598C5E
(89,140,94)
#4D7851
(77,120,81)
#416444
(65,100,68)
#355037
(53,80,55)
#293C2A
(41,60,42)
#1D281D
(29,40,29)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #89DC92

#89DC92
(137,220,146)
#93DF9B
(147,223,155)
#9DE2A4
(157,226,164)
#A7E5AD
(167,229,173)
#B1E8B6
(177,232,182)
#BBEBBF
(187,235,191)
#C5EEC8
(197,238,200)
#CFF1D1
(207,241,209)
#D9F4DA
(217,244,218)
#E3F7E3
(227,247,227)
#EDFAEC
(237,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89DC92; }

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

This text font color is #89DC92.

Background Color

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

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

This div background color is #89DC92.

Border color

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

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

This div border color is #89DC92.

Opacity

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

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

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

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

This text has shadow with #89DC92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89DC92.

Preview

Color preview on black background

This text has color #89DC92 on black background.


Color preview on white background

This text has color #89DC92 on white background.


Black color preview on #89DC92 background

This text has black color on #89DC92 background.


White color preview on #89DC92 background

This text has white color on #89DC92 background.


Related colors

Complementary color

Complementary color for #hex is #76236D.


I love getcolorcode.com

Triadic colors

1 #9289DC and #DC9289 with #89DC92 are triadic colors.

2 #92DC89 and #DC8992 with #89DC92 are triadic colors.