COLOR #89BD93

HEX: #89BD93 RGB: (137,189,147)

Color info

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

RGB color model

#89BD93 color RGB value is (137,189,147).

RGB: (137,189,147) (54%, 74%, 58%)

RGB channels and saturation

R 137 of 255 = 54%
G 189 of 255 = 74%
B 147 of 255 = 58%

137
189
147

R + G + B ~ 62%. #89BD93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 189 + 147 = 473 (100%)
R 137 of 473 ~ 28.96%
G 189 of 473 ~ 39.96%
B 147 of 473 ~ 31.08'%

%28.96
%39.96
%31.08

CMYK color model

#89BD93 color CMYK value is (28,0,22,26).

  • cyan value is 27.51%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 25.88%

CMYK: (28,0,22,26)
C28M0Y22K26 (28%, 0%, 22%, 26%)
(0.28 / 0.00 / 0.22 / 0.26)

CMYK percentages

%27.51
%0
%22.22
%25.88

Codes

Color #89BD93 in popluar color models

89 BD 93
RGB 137 189 147
HSL 132° 28.26% 63.92%
HSB/HSV 132° 27.51% 74.12%
CMYK 27.51% 0.00% 22.22%
25.88%

Color #89BD93 in popluar number systems.

HEX 89 BD 93
Decimal 137 189 147
Binary 10001001 10111101 10010011
Octal 211 275 223

Shades and tints

Shades of #89BD93

#89BD93
(137,189,147)
#7DAC86
(125,172,134)
#719B79
(113,155,121)
#658A6C
(101,138,108)
#59795F
(89,121,95)
#4D6852
(77,104,82)
#415745
(65,87,69)
#354638
(53,70,56)
#29352B
(41,53,43)
#1D241E
(29,36,30)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #89BD93

#89BD93
(137,189,147)
#93C39C
(147,195,156)
#9DC9A5
(157,201,165)
#A7CFAE
(167,207,174)
#B1D5B7
(177,213,183)
#BBDBC0
(187,219,192)
#C5E1C9
(197,225,201)
#CFE7D2
(207,231,210)
#D9EDDB
(217,237,219)
#E3F3E4
(227,243,228)
#EDF9ED
(237,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89BD93; }

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

This text font color is #89BD93.

Background Color

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

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

This div background color is #89BD93.

Border color

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

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

This div border color is #89BD93.

Opacity

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

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

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

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

This text has shadow with #89BD93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89BD93.

Preview

Color preview on black background

This text has color #89BD93 on black background.


Color preview on white background

This text has color #89BD93 on white background.


Black color preview on #89BD93 background

This text has black color on #89BD93 background.


White color preview on #89BD93 background

This text has white color on #89BD93 background.


Related colors

Complementary color

Complementary color for #hex is #76426C.


I love getcolorcode.com

Triadic colors

1 #9389BD and #BD9389 with #89BD93 are triadic colors.

2 #93BD89 and #BD8993 with #89BD93 are triadic colors.