COLOR #89BA7D

HEX: #89BA7D
RGB: (137,186,125)

Color info

#89BA7D contains mainly red and green colors. Web safe color of #89BA7D is #99CC66 (or #9C6).

RGB color model

#89BA7D color RGB value is (137,186,125).

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

RGB channels and saturation

R 137 of 255 = 54%
G 186 of 255 = 73%
B 125 of 255 = 49%

137
186
125

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

Portions of RGB colors in percentages

R + G + B =
137 + 186 + 125 = 448 (100%)
R 137 of 448 ~ 30.58%
G 186 of 448 ~ 41.52%
B 125 of 448 ~ 27.9%

%30.58
%41.52
%27.9

CMYK color model

#89BA7D color CMYK value is (26,0,33,27).

  • cyan value is 26.34%
  • magenta value is 0.00%
  • yellow value is 32.80%
  • key color value is 27.06%
CMYK:
(26,0,33,27)
C26M0Y33K27 
(26%,0%,33%,27%)
(0.26/0.00/0.33/0.27)	

CMYK percentages

%26.34
%0
%32.8
%27.06

Codes

Color #89BA7D in popluar color models

89BA7D
RGB137186125
HSL108°30.65%60.98%
HSB/HSV108°32.80%72.94%
CMYK26.34%0.00%32.80%
27.06%

Color #89BA7D in popluar number systems.

HEX89BA7D
Decimal137186125
Binary10001001101110101111101
Octal211272175

Shades and tints

Shades of #89BA7D

#89BA7D
(137,186,125)
#7DAA72
(125,170,114)
#719A67
(113,154,103)
#658A5C
(101,138,92)
#597A51
(89,122,81)
#4D6A46
(77,106,70)
#415A3B
(65,90,59)
#354A30
(53,74,48)
#293A25
(41,58,37)
#1D2A1A
(29,42,26)
#111A0F
(17,26,15)
#000000
(0,0,0)

Tints of #89BA7D

#89BA7D
(137,186,125)
#93C088
(147,192,136)
#9DC693
(157,198,147)
#A7CC9E
(167,204,158)
#B1D2A9
(177,210,169)
#BBD8B4
(187,216,180)
#C5DEBF
(197,222,191)
#CFE4CA
(207,228,202)
#D9EAD5
(217,234,213)
#E3F0E0
(227,240,224)
#EDF6EB
(237,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89BA7D; }

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

This text font color is #89BA7D.


Background Color

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

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

This div background color is #89BA7D.


Border color

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

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

This div border color is #89BA7D.


Opacity

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

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

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

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

This text has shadow with #89BA7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89BA7D on black background.


Color preview on white background

This text has color #89BA7D on white background.



Black color preview on #89BA7D background

This text has black color on #89BA7D background.


White color preview on #89BA7D background

This text has white color on #89BA7D background.