COLOR #89BB6E

HEX: #89BB6E
RGB: (137,187,110)

Color info

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

RGB color model

#89BB6E color RGB value is (137,187,110).

  • red value is 137;
  • green value is 187;
  • blue value is 110.
RGB:
(137,187,110)
(54%,73%,43%)

RGB channels and saturation

R 137 of 255 = 54%
G 187 of 255 = 73%
B 110 of 255 = 43%

137
187
110

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

Portions of RGB colors in percentages

R + G + B =
137 + 187 + 110 = 434 (100%)
R 137 of 434 ~ 31.57%
G 187 of 434 ~ 43.09%
B 110 of 434 ~ 25.35%

%31.57
%43.09
%25.35

CMYK color model

#89BB6E color CMYK value is (27,0,41,27).

  • cyan value is 26.74%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 26.67%
CMYK:
(27,0,41,27)
C27M0Y41K27 
(27%,0%,41%,27%)
(0.27/0.00/0.41/0.27)	

CMYK percentages

%26.74
%0
%41.18
%26.67

Codes

Color #89BB6E in popluar color models

89BB6E
RGB137187110
HSL99°36.15%58.24%
HSB/HSV99°41.18%73.33%
CMYK26.74%0.00%41.18%
26.67%

Color #89BB6E in popluar number systems.

HEX89BB6E
Decimal137187110
Binary10001001101110111101110
Octal211273156

Shades and tints

Shades of #89BB6E

#89BB6E
(137,187,110)
#7DAA64
(125,170,100)
#71995A
(113,153,90)
#658850
(101,136,80)
#597746
(89,119,70)
#4D663C
(77,102,60)
#415532
(65,85,50)
#354428
(53,68,40)
#29331E
(41,51,30)
#1D2214
(29,34,20)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #89BB6E

#89BB6E
(137,187,110)
#93C17B
(147,193,123)
#9DC788
(157,199,136)
#A7CD95
(167,205,149)
#B1D3A2
(177,211,162)
#BBD9AF
(187,217,175)
#C5DFBC
(197,223,188)
#CFE5C9
(207,229,201)
#D9EBD6
(217,235,214)
#E3F1E3
(227,241,227)
#EDF7F0
(237,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89BB6E color. Also use rgb(137,187,110) instead hex code.

Text Font Color

.myTextColor { color: #89BB6E; }

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

This text font color is #89BB6E.


Background Color

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

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

This div background color is #89BB6E.


Border color

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

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

This div border color is #89BB6E.


Opacity

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

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

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

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

This text has shadow with #89BB6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89BB6E on black background.


Color preview on white background

This text has color #89BB6E on white background.



Black color preview on #89BB6E background

This text has black color on #89BB6E background.


White color preview on #89BB6E background

This text has white color on #89BB6E background.