COLOR #89FFC3

HEX: #89FFC3
RGB: (137,255,195)

Color info

#89FFC3 contains mainly green color. Web safe color of #89FFC3 is #99FFCC (or #9FC).

RGB color model

#89FFC3 color RGB value is (137,255,195).

  • red value is 137;
  • green value is 255;
  • blue value is 195.
RGB:
(137,255,195)
(54%,100%,76%)

RGB channels and saturation

R 137 of 255 = 54%
G 255 of 255 = 100%
B 195 of 255 = 76%

137
255
195

R + G + B ~ 77%. #89FFC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 255 + 195 = 587 (100%)
R 137 of 587 ~ 23.34%
G 255 of 587 ~ 43.44%
B 195 of 587 ~ 33.22%

%23.34
%43.44
%33.22

CMYK color model

#89FFC3 color CMYK value is (46,0,24,0).

  • cyan value is 46.27%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 0.00%
CMYK:
(46,0,24,0)
C46M0Y24K0 
(46%,0%,24%,0%)
(0.46/0.00/0.24/0.00)	

CMYK percentages

%46.27
%0
%23.53
%0

Codes

Color #89FFC3 in popluar color models

89FFC3
RGB137255195
HSL149°100.00%76.86%
HSB/HSV149°46.27%100.00%
CMYK46.27%0.00%23.53%
0.00%

Color #89FFC3 in popluar number systems.

HEX89FFC3
Decimal137255195
Binary100010011111111111000011
Octal211377303

Shades and tints

Shades of #89FFC3

#89FFC3
(137,255,195)
#7DE8B2
(125,232,178)
#71D1A1
(113,209,161)
#65BA90
(101,186,144)
#59A37F
(89,163,127)
#4D8C6E
(77,140,110)
#41755D
(65,117,93)
#355E4C
(53,94,76)
#29473B
(41,71,59)
#1D302A
(29,48,42)
#111919
(17,25,25)
#000000
(0,0,0)

Tints of #89FFC3

#89FFC3
(137,255,195)
#93FFC8
(147,255,200)
#9DFFCD
(157,255,205)
#A7FFD2
(167,255,210)
#B1FFD7
(177,255,215)
#BBFFDC
(187,255,220)
#C5FFE1
(197,255,225)
#CFFFE6
(207,255,230)
#D9FFEB
(217,255,235)
#E3FFF0
(227,255,240)
#EDFFF5
(237,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89FFC3 color. Also use rgb(137,255,195) instead hex code.

Text Font Color

.myTextColor { color: #89FFC3; }

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

This text font color is #89FFC3.


Background Color

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

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

This div background color is #89FFC3.


Border color

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

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

This div border color is #89FFC3.


Opacity

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

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

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

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

This text has shadow with #89FFC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89FFC3 on black background.


Color preview on white background

This text has color #89FFC3 on white background.



Black color preview on #89FFC3 background

This text has black color on #89FFC3 background.


White color preview on #89FFC3 background

This text has white color on #89FFC3 background.