COLOR #89C08A

HEX: #89C08A RGB: (137,192,138)

Color info

#89C08A contains red, green and blue colors in about the same proportion. Web safe color of #89C08A is #99CC99 (or #9C9).

RGB color model

#89C08A color RGB value is (137,192,138).

RGB: (137,192,138) (54%, 75%, 54%)

RGB channels and saturation

R 137 of 255 = 54%
G 192 of 255 = 75%
B 138 of 255 = 54%

137
192
138

R + G + B ~ 61%. #89C08A is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 192 + 138 = 467 (100%)
R 137 of 467 ~ 29.34%
G 192 of 467 ~ 41.11%
B 138 of 467 ~ 29.55'%

%29.34
%41.11
%29.55

CMYK color model

#89C08A color CMYK value is (29,0,28,25).

  • cyan value is 28.65%
  • magenta value is 0.00%
  • yellow value is 28.13%
  • key color value is 24.71%

CMYK: (29,0,28,25)
C29M0Y28K25 (29%, 0%, 28%, 25%)
(0.29 / 0.00 / 0.28 / 0.25)

CMYK percentages

%28.65
%0
%28.13
%24.71

Codes

Color #89C08A in popluar color models

89 C0 8A
RGB 137 192 138
HSL 121° 30.39% 64.51%
HSB/HSV 121° 28.65% 75.29%
CMYK 28.65% 0.00% 28.13%
24.71%

Color #89C08A in popluar number systems.

HEX 89 C0 8A
Decimal 137 192 138
Binary 10001001 11000000 10001010
Octal 211 300 212

Shades and tints

Shades of #89C08A

#89C08A
(137,192,138)
#7DAF7E
(125,175,126)
#719E72
(113,158,114)
#658D66
(101,141,102)
#597C5A
(89,124,90)
#4D6B4E
(77,107,78)
#415A42
(65,90,66)
#354936
(53,73,54)
#29382A
(41,56,42)
#1D271E
(29,39,30)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #89C08A

#89C08A
(137,192,138)
#93C594
(147,197,148)
#9DCA9E
(157,202,158)
#A7CFA8
(167,207,168)
#B1D4B2
(177,212,178)
#BBD9BC
(187,217,188)
#C5DEC6
(197,222,198)
#CFE3D0
(207,227,208)
#D9E8DA
(217,232,218)
#E3EDE4
(227,237,228)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89C08A color. Also use rgb(137,192,138) instead hex code.

Text Font Color

.myTextColor { color: #89C08A; }

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

This text font color is #89C08A.

Background Color

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

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

This div background color is #89C08A.

Border color

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

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

This div border color is #89C08A.

Opacity

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

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

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

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

This text has shadow with #89C08A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89C08A.

Preview

Color preview on black background

This text has color #89C08A on black background.


Color preview on white background

This text has color #89C08A on white background.


Black color preview on #89C08A background

This text has black color on #89C08A background.


White color preview on #89C08A background

This text has white color on #89C08A background.


Related colors

Complementary color

Complementary color for #hex is #763F75.


I love getcolorcode.com

Triadic colors

1 #8A89C0 and #C08A89 with #89C08A are triadic colors.

2 #8AC089 and #C0898A with #89C08A are triadic colors.