COLOR #89B79A

HEX: #89B79A
RGB: (137,183,154)

Color info

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

RGB color model

#89B79A color RGB value is (137,183,154).

  • red value is 137;
  • green value is 183;
  • blue value is 154.
RGB:
(137,183,154)
(54%,72%,60%)

RGB channels and saturation

R 137 of 255 = 54%
G 183 of 255 = 72%
B 154 of 255 = 60%

137
183
154

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

Portions of RGB colors in percentages

R + G + B =
137 + 183 + 154 = 474 (100%)
R 137 of 474 ~ 28.9%
G 183 of 474 ~ 38.61%
B 154 of 474 ~ 32.49%

%28.9
%38.61
%32.49

CMYK color model

#89B79A color CMYK value is (25,0,16,28).

  • cyan value is 25.14%
  • magenta value is 0.00%
  • yellow value is 15.85%
  • key color value is 28.24%
CMYK:
(25,0,16,28)
C25M0Y16K28 
(25%,0%,16%,28%)
(0.25/0.00/0.16/0.28)	

CMYK percentages

%25.14
%0
%15.85
%28.24

Codes

Color #89B79A in popluar color models

89B79A
RGB137183154
HSL142°24.21%62.75%
HSB/HSV142°25.14%71.76%
CMYK25.14%0.00%15.85%
28.24%

Color #89B79A in popluar number systems.

HEX89B79A
Decimal137183154
Binary100010011011011110011010
Octal211267232

Shades and tints

Shades of #89B79A

#89B79A
(137,183,154)
#7DA78C
(125,167,140)
#71977E
(113,151,126)
#658770
(101,135,112)
#597762
(89,119,98)
#4D6754
(77,103,84)
#415746
(65,87,70)
#354738
(53,71,56)
#29372A
(41,55,42)
#1D271C
(29,39,28)
#11170E
(17,23,14)
#000000
(0,0,0)

Tints of #89B79A

#89B79A
(137,183,154)
#93BDA3
(147,189,163)
#9DC3AC
(157,195,172)
#A7C9B5
(167,201,181)
#B1CFBE
(177,207,190)
#BBD5C7
(187,213,199)
#C5DBD0
(197,219,208)
#CFE1D9
(207,225,217)
#D9E7E2
(217,231,226)
#E3EDEB
(227,237,235)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89B79A; }

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

This text font color is #89B79A.


Background Color

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

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

This div background color is #89B79A.


Border color

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

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

This div border color is #89B79A.


Opacity

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

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

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

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

This text has shadow with #89B79A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B79A on black background.


Color preview on white background

This text has color #89B79A on white background.



Black color preview on #89B79A background

This text has black color on #89B79A background.


White color preview on #89B79A background

This text has white color on #89B79A background.