COLOR #89BA7F

HEX: #89BA7F
RGB: (137,186,127)

Color info

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

RGB color model

#89BA7F color RGB value is (137,186,127).

  • red value is 137;
  • green value is 186;
  • blue value is 127.
RGB:
(137,186,127)
(54%,73%,50%)

RGB channels and saturation

R 137 of 255 = 54%
G 186 of 255 = 73%
B 127 of 255 = 50%

137
186
127

R + G + B ~ 59%. #89BA7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 186 + 127 = 450 (100%)
R 137 of 450 ~ 30.44%
G 186 of 450 ~ 41.33%
B 127 of 450 ~ 28.22%

%30.44
%41.33
%28.22

CMYK color model

#89BA7F color CMYK value is (26,0,32,27).

  • cyan value is 26.34%
  • magenta value is 0.00%
  • yellow value is 31.72%
  • key color value is 27.06%
CMYK:
(26,0,32,27)
C26M0Y32K27 
(26%,0%,32%,27%)
(0.26/0.00/0.32/0.27)	

CMYK percentages

%26.34
%0
%31.72
%27.06

Codes

Color #89BA7F in popluar color models

89BA7F
RGB137186127
HSL110°29.95%61.37%
HSB/HSV110°31.72%72.94%
CMYK26.34%0.00%31.72%
27.06%

Color #89BA7F in popluar number systems.

HEX89BA7F
Decimal137186127
Binary10001001101110101111111
Octal211272177

Shades and tints

Shades of #89BA7F

#89BA7F
(137,186,127)
#7DAA74
(125,170,116)
#719A69
(113,154,105)
#658A5E
(101,138,94)
#597A53
(89,122,83)
#4D6A48
(77,106,72)
#415A3D
(65,90,61)
#354A32
(53,74,50)
#293A27
(41,58,39)
#1D2A1C
(29,42,28)
#111A11
(17,26,17)
#000000
(0,0,0)

Tints of #89BA7F

#89BA7F
(137,186,127)
#93C08A
(147,192,138)
#9DC695
(157,198,149)
#A7CCA0
(167,204,160)
#B1D2AB
(177,210,171)
#BBD8B6
(187,216,182)
#C5DEC1
(197,222,193)
#CFE4CC
(207,228,204)
#D9EAD7
(217,234,215)
#E3F0E2
(227,240,226)
#EDF6ED
(237,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89BA7F color. Also use rgb(137,186,127) instead hex code.

Text Font Color

.myTextColor { color: #89BA7F; }

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

This text font color is #89BA7F.


Background Color

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

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

This div background color is #89BA7F.


Border color

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

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

This div border color is #89BA7F.


Opacity

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

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

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

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

This text has shadow with #89BA7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89BA7F on black background.


Color preview on white background

This text has color #89BA7F on white background.



Black color preview on #89BA7F background

This text has black color on #89BA7F background.


White color preview on #89BA7F background

This text has white color on #89BA7F background.