COLOR #89B97A

HEX: #89B97A
RGB: (137,185,122)

Color info

#89B97A contains mainly red and green colors. Web safe color of #89B97A is #99CC66 (or #9C6).

RGB color model

#89B97A color RGB value is (137,185,122).

  • red value is 137;
  • green value is 185;
  • blue value is 122.
RGB:
(137,185,122)
(54%,73%,48%)

RGB channels and saturation

R 137 of 255 = 54%
G 185 of 255 = 73%
B 122 of 255 = 48%

137
185
122

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

Portions of RGB colors in percentages

R + G + B =
137 + 185 + 122 = 444 (100%)
R 137 of 444 ~ 30.86%
G 185 of 444 ~ 41.67%
B 122 of 444 ~ 27.48%

%30.86
%41.67
%27.48

CMYK color model

#89B97A color CMYK value is (26,0,34,27).

  • cyan value is 25.95%
  • magenta value is 0.00%
  • yellow value is 34.05%
  • key color value is 27.45%
CMYK:
(26,0,34,27)
C26M0Y34K27 
(26%,0%,34%,27%)
(0.26/0.00/0.34/0.27)	

CMYK percentages

%25.95
%0
%34.05
%27.45

Codes

Color #89B97A in popluar color models

89B97A
RGB137185122
HSL106°31.03%60.20%
HSB/HSV106°34.05%72.55%
CMYK25.95%0.00%34.05%
27.45%

Color #89B97A in popluar number systems.

HEX89B97A
Decimal137185122
Binary10001001101110011111010
Octal211271172

Shades and tints

Shades of #89B97A

#89B97A
(137,185,122)
#7DA96F
(125,169,111)
#719964
(113,153,100)
#658959
(101,137,89)
#59794E
(89,121,78)
#4D6943
(77,105,67)
#415938
(65,89,56)
#35492D
(53,73,45)
#293922
(41,57,34)
#1D2917
(29,41,23)
#11190C
(17,25,12)
#000000
(0,0,0)

Tints of #89B97A

#89B97A
(137,185,122)
#93BF86
(147,191,134)
#9DC592
(157,197,146)
#A7CB9E
(167,203,158)
#B1D1AA
(177,209,170)
#BBD7B6
(187,215,182)
#C5DDC2
(197,221,194)
#CFE3CE
(207,227,206)
#D9E9DA
(217,233,218)
#E3EFE6
(227,239,230)
#EDF5F2
(237,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B97A color. Also use rgb(137,185,122) instead hex code.

Text Font Color

.myTextColor { color: #89B97A; }

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

This text font color is #89B97A.


Background Color

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

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

This div background color is #89B97A.


Border color

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

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

This div border color is #89B97A.


Opacity

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

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

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

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

This text has shadow with #89B97A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B97A on black background.


Color preview on white background

This text has color #89B97A on white background.



Black color preview on #89B97A background

This text has black color on #89B97A background.


White color preview on #89B97A background

This text has white color on #89B97A background.