COLOR #88FAA9

HEX: #88FAA9
RGB: (136,250,169)

Color info

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

RGB color model

#88FAA9 color RGB value is (136,250,169).

  • red value is 136;
  • green value is 250;
  • blue value is 169.
RGB:
(136,250,169)
(53%,98%,66%)

RGB channels and saturation

R 136 of 255 = 53%
G 250 of 255 = 98%
B 169 of 255 = 66%

136
250
169

R + G + B ~ 72%. #88FAA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 250 + 169 = 555 (100%)
R 136 of 555 ~ 24.5%
G 250 of 555 ~ 45.05%
B 169 of 555 ~ 30.45%

%24.5
%45.05
%30.45

CMYK color model

#88FAA9 color CMYK value is (46,0,32,2).

  • cyan value is 45.60%
  • magenta value is 0.00%
  • yellow value is 32.40%
  • key color value is 1.96%
CMYK:
(46,0,32,2)
C46M0Y32K2 
(46%,0%,32%,2%)
(0.46/0.00/0.32/0.02)	

CMYK percentages

%45.6
%0
%32.4
%1.96

Codes

Color #88FAA9 in popluar color models

88FAA9
RGB136250169
HSL137°91.94%75.69%
HSB/HSV137°45.60%98.04%
CMYK45.60%0.00%32.40%
1.96%

Color #88FAA9 in popluar number systems.

HEX88FAA9
Decimal136250169
Binary100010001111101010101001
Octal210372251

Shades and tints

Shades of #88FAA9

#88FAA9
(136,250,169)
#7CE49A
(124,228,154)
#70CE8B
(112,206,139)
#64B87C
(100,184,124)
#58A26D
(88,162,109)
#4C8C5E
(76,140,94)
#40764F
(64,118,79)
#346040
(52,96,64)
#284A31
(40,74,49)
#1C3422
(28,52,34)
#101E13
(16,30,19)
#000000
(0,0,0)

Tints of #88FAA9

#88FAA9
(136,250,169)
#92FAB0
(146,250,176)
#9CFAB7
(156,250,183)
#A6FABE
(166,250,190)
#B0FAC5
(176,250,197)
#BAFACC
(186,250,204)
#C4FAD3
(196,250,211)
#CEFADA
(206,250,218)
#D8FAE1
(216,250,225)
#E2FAE8
(226,250,232)
#ECFAEF
(236,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88FAA9 color. Also use rgb(136,250,169) instead hex code.

Text Font Color

.myTextColor { color: #88FAA9; }

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

This text font color is #88FAA9.


Background Color

.myBgColor { background-color: #88FAA9; }

<div style="background-color:#88FAA9">Inner text</div>

This div background color is #88FAA9.


Border color

.myBorderColor { border: 1px solid #88FAA9; }

<div style="border:3px solid #88FAA9">Div</div>

This div border color is #88FAA9.


Opacity

.myOpacity80 { color: #88FAA9; opacity: 0.8; }

<p style="color:#88FAA9;opacity:0.8;">80%</p>

Text with #88FAA9 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 #88FAA9;}

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

This text has shadow with #88FAA9 color.

.textShadow {text-shadow: 3px 3px 1px #88FAA9, 3px 3px 1px red;}

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

This text has shadow with #88FAA9 primary color and red secondary color.


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

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

This text has shadow with #88FAA9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88FAA9 on black background.


Color preview on white background

This text has color #88FAA9 on white background.



Black color preview on #88FAA9 background

This text has black color on #88FAA9 background.


White color preview on #88FAA9 background

This text has white color on #88FAA9 background.