COLOR #89F8B0

HEX: #89F8B0
RGB: (137,248,176)

Color info

#89F8B0 contains mainly green color. Web safe color of #89F8B0 is #99FF99 (or #9F9).

RGB color model

#89F8B0 color RGB value is (137,248,176).

  • red value is 137;
  • green value is 248;
  • blue value is 176.
RGB:
(137,248,176)
(54%,97%,69%)

RGB channels and saturation

R 137 of 255 = 54%
G 248 of 255 = 97%
B 176 of 255 = 69%

137
248
176

R + G + B ~ 73%. #89F8B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 248 + 176 = 561 (100%)
R 137 of 561 ~ 24.42%
G 248 of 561 ~ 44.21%
B 176 of 561 ~ 31.37%

%24.42
%44.21
%31.37

CMYK color model

#89F8B0 color CMYK value is (45,0,29,3).

  • cyan value is 44.76%
  • magenta value is 0.00%
  • yellow value is 29.03%
  • key color value is 2.75%
CMYK:
(45,0,29,3)
C45M0Y29K3 
(45%,0%,29%,3%)
(0.45/0.00/0.29/0.03)	

CMYK percentages

%44.76
%0
%29.03
%2.75

Codes

Color #89F8B0 in popluar color models

89F8B0
RGB137248176
HSL141°88.80%75.49%
HSB/HSV141°44.76%97.25%
CMYK44.76%0.00%29.03%
2.75%

Color #89F8B0 in popluar number systems.

HEX89F8B0
Decimal137248176
Binary100010011111100010110000
Octal211370260

Shades and tints

Shades of #89F8B0

#89F8B0
(137,248,176)
#7DE2A0
(125,226,160)
#71CC90
(113,204,144)
#65B680
(101,182,128)
#59A070
(89,160,112)
#4D8A60
(77,138,96)
#417450
(65,116,80)
#355E40
(53,94,64)
#294830
(41,72,48)
#1D3220
(29,50,32)
#111C10
(17,28,16)
#000000
(0,0,0)

Tints of #89F8B0

#89F8B0
(137,248,176)
#93F8B7
(147,248,183)
#9DF8BE
(157,248,190)
#A7F8C5
(167,248,197)
#B1F8CC
(177,248,204)
#BBF8D3
(187,248,211)
#C5F8DA
(197,248,218)
#CFF8E1
(207,248,225)
#D9F8E8
(217,248,232)
#E3F8EF
(227,248,239)
#EDF8F6
(237,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89F8B0 color. Also use rgb(137,248,176) instead hex code.

Text Font Color

.myTextColor { color: #89F8B0; }

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

This text font color is #89F8B0.


Background Color

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

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

This div background color is #89F8B0.


Border color

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

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

This div border color is #89F8B0.


Opacity

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

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

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

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

This text has shadow with #89F8B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89F8B0 on black background.


Color preview on white background

This text has color #89F8B0 on white background.



Black color preview on #89F8B0 background

This text has black color on #89F8B0 background.


White color preview on #89F8B0 background

This text has white color on #89F8B0 background.