COLOR #89B07D

HEX: #89B07D
RGB: (137,176,125)

Color info

#89B07D contains red, green and blue colors in about the same proportion. Web safe color of #89B07D is #999966 (or #996).

RGB color model

#89B07D color RGB value is (137,176,125).

  • red value is 137;
  • green value is 176;
  • blue value is 125.
RGB:
(137,176,125)
(54%,69%,49%)

RGB channels and saturation

R 137 of 255 = 54%
G 176 of 255 = 69%
B 125 of 255 = 49%

137
176
125

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

Portions of RGB colors in percentages

R + G + B =
137 + 176 + 125 = 438 (100%)
R 137 of 438 ~ 31.28%
G 176 of 438 ~ 40.18%
B 125 of 438 ~ 28.54%

%31.28
%40.18
%28.54

CMYK color model

#89B07D color CMYK value is (22,0,29,31).

  • cyan value is 22.16%
  • magenta value is 0.00%
  • yellow value is 28.98%
  • key color value is 30.98%
CMYK:
(22,0,29,31)
C22M0Y29K31 
(22%,0%,29%,31%)
(0.22/0.00/0.29/0.31)	

CMYK percentages

%22.16
%0
%28.98
%30.98

Codes

Color #89B07D in popluar color models

89B07D
RGB137176125
HSL106°24.40%59.02%
HSB/HSV106°28.98%69.02%
CMYK22.16%0.00%28.98%
30.98%

Color #89B07D in popluar number systems.

HEX89B07D
Decimal137176125
Binary10001001101100001111101
Octal211260175

Shades and tints

Shades of #89B07D

#89B07D
(137,176,125)
#7DA072
(125,160,114)
#719067
(113,144,103)
#65805C
(101,128,92)
#597051
(89,112,81)
#4D6046
(77,96,70)
#41503B
(65,80,59)
#354030
(53,64,48)
#293025
(41,48,37)
#1D201A
(29,32,26)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #89B07D

#89B07D
(137,176,125)
#93B788
(147,183,136)
#9DBE93
(157,190,147)
#A7C59E
(167,197,158)
#B1CCA9
(177,204,169)
#BBD3B4
(187,211,180)
#C5DABF
(197,218,191)
#CFE1CA
(207,225,202)
#D9E8D5
(217,232,213)
#E3EFE0
(227,239,224)
#EDF6EB
(237,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B07D color. Also use rgb(137,176,125) instead hex code.

Text Font Color

.myTextColor { color: #89B07D; }

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

This text font color is #89B07D.


Background Color

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

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

This div background color is #89B07D.


Border color

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

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

This div border color is #89B07D.


Opacity

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

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

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

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

This text has shadow with #89B07D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B07D on black background.


Color preview on white background

This text has color #89B07D on white background.



Black color preview on #89B07D background

This text has black color on #89B07D background.


White color preview on #89B07D background

This text has white color on #89B07D background.