COLOR #89BE86

HEX: #89BE86
RGB: (137,190,134)

Color info

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

RGB color model

#89BE86 color RGB value is (137,190,134).

  • red value is 137;
  • green value is 190;
  • blue value is 134.
RGB:
(137,190,134)
(54%,75%,53%)

RGB channels and saturation

R 137 of 255 = 54%
G 190 of 255 = 75%
B 134 of 255 = 53%

137
190
134

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

Portions of RGB colors in percentages

R + G + B =
137 + 190 + 134 = 461 (100%)
R 137 of 461 ~ 29.72%
G 190 of 461 ~ 41.21%
B 134 of 461 ~ 29.07%

%29.72
%41.21
%29.07

CMYK color model

#89BE86 color CMYK value is (28,0,29,25).

  • cyan value is 27.89%
  • magenta value is 0.00%
  • yellow value is 29.47%
  • key color value is 25.49%
CMYK:
(28,0,29,25)
C28M0Y29K25 
(28%,0%,29%,25%)
(0.28/0.00/0.29/0.25)	

CMYK percentages

%27.89
%0
%29.47
%25.49

Codes

Color #89BE86 in popluar color models

89BE86
RGB137190134
HSL117°30.11%63.53%
HSB/HSV117°29.47%74.51%
CMYK27.89%0.00%29.47%
25.49%

Color #89BE86 in popluar number systems.

HEX89BE86
Decimal137190134
Binary100010011011111010000110
Octal211276206

Shades and tints

Shades of #89BE86

#89BE86
(137,190,134)
#7DAD7A
(125,173,122)
#719C6E
(113,156,110)
#658B62
(101,139,98)
#597A56
(89,122,86)
#4D694A
(77,105,74)
#41583E
(65,88,62)
#354732
(53,71,50)
#293626
(41,54,38)
#1D251A
(29,37,26)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #89BE86

#89BE86
(137,190,134)
#93C391
(147,195,145)
#9DC89C
(157,200,156)
#A7CDA7
(167,205,167)
#B1D2B2
(177,210,178)
#BBD7BD
(187,215,189)
#C5DCC8
(197,220,200)
#CFE1D3
(207,225,211)
#D9E6DE
(217,230,222)
#E3EBE9
(227,235,233)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89BE86 color. Also use rgb(137,190,134) instead hex code.

Text Font Color

.myTextColor { color: #89BE86; }

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

This text font color is #89BE86.


Background Color

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

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

This div background color is #89BE86.


Border color

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

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

This div border color is #89BE86.


Opacity

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

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

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

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

This text has shadow with #89BE86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89BE86 on black background.


Color preview on white background

This text has color #89BE86 on white background.



Black color preview on #89BE86 background

This text has black color on #89BE86 background.


White color preview on #89BE86 background

This text has white color on #89BE86 background.