COLOR #89BA7C

HEX: #89BA7C RGB: (137,186,124)

Color info

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

RGB color model

#89BA7C color RGB value is (137,186,124).

RGB: (137,186,124) (54%, 73%, 49%)

RGB channels and saturation

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

137
186
124

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

Portions of RGB colors in percentages

R + G + B = 137 + 186 + 124 = 447 (100%)
R 137 of 447 ~ 30.65%
G 186 of 447 ~ 41.61%
B 124 of 447 ~ 27.74'%

%30.65
%41.61
%27.74

CMYK color model

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

  • cyan value is 26.34%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • 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
%33.33
%27.06

Codes

Color #89BA7C in popluar color models

89 BA 7C
RGB 137 186 124
HSL 107° 31.00% 60.78%
HSB/HSV 107° 33.33% 72.94%
CMYK 26.34% 0.00% 33.33%
27.06%

Color #89BA7C in popluar number systems.

HEX 89 BA 7C
Decimal 137 186 124
Binary 10001001 10111010 1111100
Octal 211 272 174

Shades and tints

Shades of #89BA7C

#89BA7C
(137,186,124)
#7DAA71
(125,170,113)
#719A66
(113,154,102)
#658A5B
(101,138,91)
#597A50
(89,122,80)
#4D6A45
(77,106,69)
#415A3A
(65,90,58)
#354A2F
(53,74,47)
#293A24
(41,58,36)
#1D2A19
(29,42,25)
#111A0E
(17,26,14)
#000000
(0,0,0)

Tints of #89BA7C

#89BA7C
(137,186,124)
#93C087
(147,192,135)
#9DC692
(157,198,146)
#A7CC9D
(167,204,157)
#B1D2A8
(177,210,168)
#BBD8B3
(187,216,179)
#C5DEBE
(197,222,190)
#CFE4C9
(207,228,201)
#D9EAD4
(217,234,212)
#E3F0DF
(227,240,223)
#EDF6EA
(237,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89BA7C; }

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

This text font color is #89BA7C.

Background Color

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

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

This div background color is #89BA7C.

Border color

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

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

This div border color is #89BA7C.

Opacity

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

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

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

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

This text has shadow with #89BA7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89BA7C.

Preview

Color preview on black background

This text has color #89BA7C on black background.


Color preview on white background

This text has color #89BA7C on white background.


Black color preview on #89BA7C background

This text has black color on #89BA7C background.


White color preview on #89BA7C background

This text has white color on #89BA7C background.


Related colors

Complementary color

Complementary color for #hex is #764583.


I love getcolorcode.com

Triadic colors

1 #7C89BA and #BA7C89 with #89BA7C are triadic colors.

2 #7CBA89 and #BA897C with #89BA7C are triadic colors.