COLOR #89BD82

HEX: #89BD82
RGB: (137,189,130)

Color info

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

RGB color model

#89BD82 color RGB value is (137,189,130).

  • red value is 137;
  • green value is 189;
  • blue value is 130.
RGB:
(137,189,130)
(54%,74%,51%)

RGB channels and saturation

R 137 of 255 = 54%
G 189 of 255 = 74%
B 130 of 255 = 51%

137
189
130

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

Portions of RGB colors in percentages

R + G + B =
137 + 189 + 130 = 456 (100%)
R 137 of 456 ~ 30.04%
G 189 of 456 ~ 41.45%
B 130 of 456 ~ 28.51%

%30.04
%41.45
%28.51

CMYK color model

#89BD82 color CMYK value is (28,0,31,26).

  • cyan value is 27.51%
  • magenta value is 0.00%
  • yellow value is 31.22%
  • key color value is 25.88%
CMYK:
(28,0,31,26)
C28M0Y31K26 
(28%,0%,31%,26%)
(0.28/0.00/0.31/0.26)	

CMYK percentages

%27.51
%0
%31.22
%25.88

Codes

Color #89BD82 in popluar color models

89BD82
RGB137189130
HSL113°30.89%62.55%
HSB/HSV113°31.22%74.12%
CMYK27.51%0.00%31.22%
25.88%

Color #89BD82 in popluar number systems.

HEX89BD82
Decimal137189130
Binary100010011011110110000010
Octal211275202

Shades and tints

Shades of #89BD82

#89BD82
(137,189,130)
#7DAC77
(125,172,119)
#719B6C
(113,155,108)
#658A61
(101,138,97)
#597956
(89,121,86)
#4D684B
(77,104,75)
#415740
(65,87,64)
#354635
(53,70,53)
#29352A
(41,53,42)
#1D241F
(29,36,31)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #89BD82

#89BD82
(137,189,130)
#93C38D
(147,195,141)
#9DC998
(157,201,152)
#A7CFA3
(167,207,163)
#B1D5AE
(177,213,174)
#BBDBB9
(187,219,185)
#C5E1C4
(197,225,196)
#CFE7CF
(207,231,207)
#D9EDDA
(217,237,218)
#E3F3E5
(227,243,229)
#EDF9F0
(237,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89BD82 color. Also use rgb(137,189,130) instead hex code.

Text Font Color

.myTextColor { color: #89BD82; }

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

This text font color is #89BD82.


Background Color

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

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

This div background color is #89BD82.


Border color

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

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

This div border color is #89BD82.


Opacity

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

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

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

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

This text has shadow with #89BD82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89BD82 on black background.


Color preview on white background

This text has color #89BD82 on white background.



Black color preview on #89BD82 background

This text has black color on #89BD82 background.


White color preview on #89BD82 background

This text has white color on #89BD82 background.