COLOR #89BC85

HEX: #89BC85 RGB: (137,188,133)

Color info

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

RGB color model

#89BC85 color RGB value is (137,188,133).

RGB: (137,188,133) (54%, 74%, 52%)

RGB channels and saturation

R 137 of 255 = 54%
G 188 of 255 = 74%
B 133 of 255 = 52%

137
188
133

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

Portions of RGB colors in percentages

R + G + B = 137 + 188 + 133 = 458 (100%)
R 137 of 458 ~ 29.91%
G 188 of 458 ~ 41.05%
B 133 of 458 ~ 29.04'%

%29.91
%41.05
%29.04

CMYK color model

#89BC85 color CMYK value is (27,0,29,26).

  • cyan value is 27.13%
  • magenta value is 0.00%
  • yellow value is 29.26%
  • key color value is 26.27%

CMYK: (27,0,29,26)
C27M0Y29K26 (27%, 0%, 29%, 26%)
(0.27 / 0.00 / 0.29 / 0.26)

CMYK percentages

%27.13
%0
%29.26
%26.27

Codes

Color #89BC85 in popluar color models

89 BC 85
RGB 137 188 133
HSL 116° 29.10% 62.94%
HSB/HSV 116° 29.26% 73.73%
CMYK 27.13% 0.00% 29.26%
26.27%

Color #89BC85 in popluar number systems.

HEX 89 BC 85
Decimal 137 188 133
Binary 10001001 10111100 10000101
Octal 211 274 205

Shades and tints

Shades of #89BC85

#89BC85
(137,188,133)
#7DAB79
(125,171,121)
#719A6D
(113,154,109)
#658961
(101,137,97)
#597855
(89,120,85)
#4D6749
(77,103,73)
#41563D
(65,86,61)
#354531
(53,69,49)
#293425
(41,52,37)
#1D2319
(29,35,25)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #89BC85

#89BC85
(137,188,133)
#93C290
(147,194,144)
#9DC89B
(157,200,155)
#A7CEA6
(167,206,166)
#B1D4B1
(177,212,177)
#BBDABC
(187,218,188)
#C5E0C7
(197,224,199)
#CFE6D2
(207,230,210)
#D9ECDD
(217,236,221)
#E3F2E8
(227,242,232)
#EDF8F3
(237,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89BC85 color. Also use rgb(137,188,133) instead hex code.

Text Font Color

.myTextColor { color: #89BC85; }

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

This text font color is #89BC85.

Background Color

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

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

This div background color is #89BC85.

Border color

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

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

This div border color is #89BC85.

Opacity

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

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

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

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

This text has shadow with #89BC85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89BC85.

Preview

Color preview on black background

This text has color #89BC85 on black background.


Color preview on white background

This text has color #89BC85 on white background.


Black color preview on #89BC85 background

This text has black color on #89BC85 background.


White color preview on #89BC85 background

This text has white color on #89BC85 background.


Related colors

Complementary color

Complementary color for #hex is #76437A.


I love getcolorcode.com

Triadic colors

1 #8589BC and #BC8589 with #89BC85 are triadic colors.

2 #85BC89 and #BC8985 with #89BC85 are triadic colors.