COLOR #89C086

HEX: #89C086
RGB: (137,192,134)

Color info

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

RGB color model

#89C086 color RGB value is (137,192,134).

  • red value is 137;
  • green value is 192;
  • blue value is 134.
RGB:
(137,192,134)
(54%,75%,53%)

RGB channels and saturation

R 137 of 255 = 54%
G 192 of 255 = 75%
B 134 of 255 = 53%

137
192
134

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

Portions of RGB colors in percentages

R + G + B =
137 + 192 + 134 = 463 (100%)
R 137 of 463 ~ 29.59%
G 192 of 463 ~ 41.47%
B 134 of 463 ~ 28.94%

%29.59
%41.47
%28.94

CMYK color model

#89C086 color CMYK value is (29,0,30,25).

  • cyan value is 28.65%
  • magenta value is 0.00%
  • yellow value is 30.21%
  • key color value is 24.71%
CMYK:
(29,0,30,25)
C29M0Y30K25 
(29%,0%,30%,25%)
(0.29/0.00/0.30/0.25)	

CMYK percentages

%28.65
%0
%30.21
%24.71

Codes

Color #89C086 in popluar color models

89C086
RGB137192134
HSL117°31.52%63.92%
HSB/HSV117°30.21%75.29%
CMYK28.65%0.00%30.21%
24.71%

Color #89C086 in popluar number systems.

HEX89C086
Decimal137192134
Binary100010011100000010000110
Octal211300206

Shades and tints

Shades of #89C086

#89C086
(137,192,134)
#7DAF7A
(125,175,122)
#719E6E
(113,158,110)
#658D62
(101,141,98)
#597C56
(89,124,86)
#4D6B4A
(77,107,74)
#415A3E
(65,90,62)
#354932
(53,73,50)
#293826
(41,56,38)
#1D271A
(29,39,26)
#11160E
(17,22,14)
#000000
(0,0,0)

Tints of #89C086

#89C086
(137,192,134)
#93C591
(147,197,145)
#9DCA9C
(157,202,156)
#A7CFA7
(167,207,167)
#B1D4B2
(177,212,178)
#BBD9BD
(187,217,189)
#C5DEC8
(197,222,200)
#CFE3D3
(207,227,211)
#D9E8DE
(217,232,222)
#E3EDE9
(227,237,233)
#EDF2F4
(237,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89C086; }

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

This text font color is #89C086.


Background Color

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

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

This div background color is #89C086.


Border color

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

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

This div border color is #89C086.


Opacity

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

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

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

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

This text has shadow with #89C086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89C086 on black background.


Color preview on white background

This text has color #89C086 on white background.



Black color preview on #89C086 background

This text has black color on #89C086 background.


White color preview on #89C086 background

This text has white color on #89C086 background.