COLOR #89B48B

HEX: #89B48B
RGB: (137,180,139)

Color info

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

RGB color model

#89B48B color RGB value is (137,180,139).

  • red value is 137;
  • green value is 180;
  • blue value is 139.
RGB:
(137,180,139)
(54%,71%,55%)

RGB channels and saturation

R 137 of 255 = 54%
G 180 of 255 = 71%
B 139 of 255 = 55%

137
180
139

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

Portions of RGB colors in percentages

R + G + B =
137 + 180 + 139 = 456 (100%)
R 137 of 456 ~ 30.04%
G 180 of 456 ~ 39.47%
B 139 of 456 ~ 30.48%

%30.04
%39.47
%30.48

CMYK color model

#89B48B color CMYK value is (24,0,23,29).

  • cyan value is 23.89%
  • magenta value is 0.00%
  • yellow value is 22.78%
  • key color value is 29.41%
CMYK:
(24,0,23,29)
C24M0Y23K29 
(24%,0%,23%,29%)
(0.24/0.00/0.23/0.29)	

CMYK percentages

%23.89
%0
%22.78
%29.41

Codes

Color #89B48B in popluar color models

89B48B
RGB137180139
HSL123°22.28%62.16%
HSB/HSV123°23.89%70.59%
CMYK23.89%0.00%22.78%
29.41%

Color #89B48B in popluar number systems.

HEX89B48B
Decimal137180139
Binary100010011011010010001011
Octal211264213

Shades and tints

Shades of #89B48B

#89B48B
(137,180,139)
#7DA47F
(125,164,127)
#719473
(113,148,115)
#658467
(101,132,103)
#59745B
(89,116,91)
#4D644F
(77,100,79)
#415443
(65,84,67)
#354437
(53,68,55)
#29342B
(41,52,43)
#1D241F
(29,36,31)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #89B48B

#89B48B
(137,180,139)
#93BA95
(147,186,149)
#9DC09F
(157,192,159)
#A7C6A9
(167,198,169)
#B1CCB3
(177,204,179)
#BBD2BD
(187,210,189)
#C5D8C7
(197,216,199)
#CFDED1
(207,222,209)
#D9E4DB
(217,228,219)
#E3EAE5
(227,234,229)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B48B color. Also use rgb(137,180,139) instead hex code.

Text Font Color

.myTextColor { color: #89B48B; }

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

This text font color is #89B48B.


Background Color

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

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

This div background color is #89B48B.


Border color

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

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

This div border color is #89B48B.


Opacity

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

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

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

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

This text has shadow with #89B48B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B48B on black background.


Color preview on white background

This text has color #89B48B on white background.



Black color preview on #89B48B background

This text has black color on #89B48B background.


White color preview on #89B48B background

This text has white color on #89B48B background.