COLOR #89C87F

HEX: #89C87F
RGB: (137,200,127)

Color info

#89C87F contains mainly green color. Web safe color of #89C87F is #99CC66 (or #9C6).

RGB color model

#89C87F color RGB value is (137,200,127).

  • red value is 137;
  • green value is 200;
  • blue value is 127.
RGB:
(137,200,127)
(54%,78%,50%)

RGB channels and saturation

R 137 of 255 = 54%
G 200 of 255 = 78%
B 127 of 255 = 50%

137
200
127

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

Portions of RGB colors in percentages

R + G + B =
137 + 200 + 127 = 464 (100%)
R 137 of 464 ~ 29.53%
G 200 of 464 ~ 43.1%
B 127 of 464 ~ 27.37%

%29.53
%43.1
%27.37

CMYK color model

#89C87F color CMYK value is (32,0,37,22).

  • cyan value is 31.50%
  • magenta value is 0.00%
  • yellow value is 36.50%
  • key color value is 21.57%
CMYK:
(32,0,37,22)
C32M0Y37K22 
(32%,0%,37%,22%)
(0.32/0.00/0.37/0.22)	

CMYK percentages

%31.5
%0
%36.5
%21.57

Codes

Color #89C87F in popluar color models

89C87F
RGB137200127
HSL112°39.89%64.12%
HSB/HSV112°36.50%78.43%
CMYK31.50%0.00%36.50%
21.57%

Color #89C87F in popluar number systems.

HEX89C87F
Decimal137200127
Binary10001001110010001111111
Octal211310177

Shades and tints

Shades of #89C87F

#89C87F
(137,200,127)
#7DB674
(125,182,116)
#71A469
(113,164,105)
#65925E
(101,146,94)
#598053
(89,128,83)
#4D6E48
(77,110,72)
#415C3D
(65,92,61)
#354A32
(53,74,50)
#293827
(41,56,39)
#1D261C
(29,38,28)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #89C87F

#89C87F
(137,200,127)
#93CD8A
(147,205,138)
#9DD295
(157,210,149)
#A7D7A0
(167,215,160)
#B1DCAB
(177,220,171)
#BBE1B6
(187,225,182)
#C5E6C1
(197,230,193)
#CFEBCC
(207,235,204)
#D9F0D7
(217,240,215)
#E3F5E2
(227,245,226)
#EDFAED
(237,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89C87F color. Also use rgb(137,200,127) instead hex code.

Text Font Color

.myTextColor { color: #89C87F; }

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

This text font color is #89C87F.


Background Color

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

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

This div background color is #89C87F.


Border color

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

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

This div border color is #89C87F.


Opacity

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

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

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

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

This text has shadow with #89C87F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89C87F on black background.


Color preview on white background

This text has color #89C87F on white background.



Black color preview on #89C87F background

This text has black color on #89C87F background.


White color preview on #89C87F background

This text has white color on #89C87F background.