COLOR #89B78F

HEX: #89B78F
RGB: (137,183,143)

Color info

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

RGB color model

#89B78F color RGB value is (137,183,143).

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

RGB channels and saturation

R 137 of 255 = 54%
G 183 of 255 = 72%
B 143 of 255 = 56%

137
183
143

R + G + B ~ 61%. #89B78F is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 183 + 143 = 463 (100%)
R 137 of 463 ~ 29.59%
G 183 of 463 ~ 39.52%
B 143 of 463 ~ 30.89%

%29.59
%39.52
%30.89

CMYK color model

#89B78F color CMYK value is (25,0,22,28).

  • cyan value is 25.14%
  • magenta value is 0.00%
  • yellow value is 21.86%
  • key color value is 28.24%
CMYK:
(25,0,22,28)
C25M0Y22K28 
(25%,0%,22%,28%)
(0.25/0.00/0.22/0.28)	

CMYK percentages

%25.14
%0
%21.86
%28.24

Codes

Color #89B78F in popluar color models

89B78F
RGB137183143
HSL128°24.21%62.75%
HSB/HSV128°25.14%71.76%
CMYK25.14%0.00%21.86%
28.24%

Color #89B78F in popluar number systems.

HEX89B78F
Decimal137183143
Binary100010011011011110001111
Octal211267217

Shades and tints

Shades of #89B78F

#89B78F
(137,183,143)
#7DA782
(125,167,130)
#719775
(113,151,117)
#658768
(101,135,104)
#59775B
(89,119,91)
#4D674E
(77,103,78)
#415741
(65,87,65)
#354734
(53,71,52)
#293727
(41,55,39)
#1D271A
(29,39,26)
#11170D
(17,23,13)
#000000
(0,0,0)

Tints of #89B78F

#89B78F
(137,183,143)
#93BD99
(147,189,153)
#9DC3A3
(157,195,163)
#A7C9AD
(167,201,173)
#B1CFB7
(177,207,183)
#BBD5C1
(187,213,193)
#C5DBCB
(197,219,203)
#CFE1D5
(207,225,213)
#D9E7DF
(217,231,223)
#E3EDE9
(227,237,233)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89B78F; }

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

This text font color is #89B78F.


Background Color

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

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

This div background color is #89B78F.


Border color

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

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

This div border color is #89B78F.


Opacity

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

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

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

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

This text has shadow with #89B78F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B78F on black background.


Color preview on white background

This text has color #89B78F on white background.



Black color preview on #89B78F background

This text has black color on #89B78F background.


White color preview on #89B78F background

This text has white color on #89B78F background.