COLOR #89B79E

HEX: #89B79E RGB: (137,183,158)

Color info

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

RGB color model

#89B79E color RGB value is (137,183,158).

RGB: (137,183,158) (54%, 72%, 62%)

RGB channels and saturation

R 137 of 255 = 54%
G 183 of 255 = 72%
B 158 of 255 = 62%

137
183
158

R + G + B ~ 63%. #89B79E is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 183 + 158 = 478 (100%)
R 137 of 478 ~ 28.66%
G 183 of 478 ~ 38.28%
B 158 of 478 ~ 33.05'%

%28.66
%38.28
%33.05

CMYK color model

#89B79E color CMYK value is (25,0,14,28).

  • cyan value is 25.14%
  • magenta value is 0.00%
  • yellow value is 13.66%
  • key color value is 28.24%

CMYK: (25,0,14,28)
C25M0Y14K28 (25%, 0%, 14%, 28%)
(0.25 / 0.00 / 0.14 / 0.28)

CMYK percentages

%25.14
%0
%13.66
%28.24

Codes

Color #89B79E in popluar color models

89 B7 9E
RGB 137 183 158
HSL 147° 24.21% 62.75%
HSB/HSV 147° 25.14% 71.76%
CMYK 25.14% 0.00% 13.66%
28.24%

Color #89B79E in popluar number systems.

HEX 89 B7 9E
Decimal 137 183 158
Binary 10001001 10110111 10011110
Octal 211 267 236

Shades and tints

Shades of #89B79E

#89B79E
(137,183,158)
#7DA790
(125,167,144)
#719782
(113,151,130)
#658774
(101,135,116)
#597766
(89,119,102)
#4D6758
(77,103,88)
#41574A
(65,87,74)
#35473C
(53,71,60)
#29372E
(41,55,46)
#1D2720
(29,39,32)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #89B79E

#89B79E
(137,183,158)
#93BDA6
(147,189,166)
#9DC3AE
(157,195,174)
#A7C9B6
(167,201,182)
#B1CFBE
(177,207,190)
#BBD5C6
(187,213,198)
#C5DBCE
(197,219,206)
#CFE1D6
(207,225,214)
#D9E7DE
(217,231,222)
#E3EDE6
(227,237,230)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B79E color. Also use rgb(137,183,158) instead hex code.

Text Font Color

.myTextColor { color: #89B79E; }

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

This text font color is #89B79E.

Background Color

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

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

This div background color is #89B79E.

Border color

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

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

This div border color is #89B79E.

Opacity

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

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

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

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

This text has shadow with #89B79E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89B79E.

Preview

Color preview on black background

This text has color #89B79E on black background.


Color preview on white background

This text has color #89B79E on white background.


Black color preview on #89B79E background

This text has black color on #89B79E background.


White color preview on #89B79E background

This text has white color on #89B79E background.


Related colors

Complementary color

Complementary color for #hex is #764861.


I love getcolorcode.com

Triadic colors

1 #9E89B7 and #B79E89 with #89B79E are triadic colors.

2 #9EB789 and #B7899E with #89B79E are triadic colors.