COLOR #88F8C1

HEX: #88F8C1
RGB: (136,248,193)

Color info

#88F8C1 contains mainly green and blue colors. Web safe color of #88F8C1 is #99FFCC (or #9FC).

RGB color model

#88F8C1 color RGB value is (136,248,193).

  • red value is 136;
  • green value is 248;
  • blue value is 193.
RGB:
(136,248,193)
(53%,97%,76%)

RGB channels and saturation

R 136 of 255 = 53%
G 248 of 255 = 97%
B 193 of 255 = 76%

136
248
193

R + G + B ~ 75%. #88F8C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 248 + 193 = 577 (100%)
R 136 of 577 ~ 23.57%
G 248 of 577 ~ 42.98%
B 193 of 577 ~ 33.45%

%23.57
%42.98
%33.45

CMYK color model

#88F8C1 color CMYK value is (45,0,22,3).

  • cyan value is 45.16%
  • magenta value is 0.00%
  • yellow value is 22.18%
  • key color value is 2.75%
CMYK:
(45,0,22,3)
C45M0Y22K3 
(45%,0%,22%,3%)
(0.45/0.00/0.22/0.03)	

CMYK percentages

%45.16
%0
%22.18
%2.75

Codes

Color #88F8C1 in popluar color models

88F8C1
RGB136248193
HSL151°88.89%75.29%
HSB/HSV151°45.16%97.25%
CMYK45.16%0.00%22.18%
2.75%

Color #88F8C1 in popluar number systems.

HEX88F8C1
Decimal136248193
Binary100010001111100011000001
Octal210370301

Shades and tints

Shades of #88F8C1

#88F8C1
(136,248,193)
#7CE2B0
(124,226,176)
#70CC9F
(112,204,159)
#64B68E
(100,182,142)
#58A07D
(88,160,125)
#4C8A6C
(76,138,108)
#40745B
(64,116,91)
#345E4A
(52,94,74)
#284839
(40,72,57)
#1C3228
(28,50,40)
#101C17
(16,28,23)
#000000
(0,0,0)

Tints of #88F8C1

#88F8C1
(136,248,193)
#92F8C6
(146,248,198)
#9CF8CB
(156,248,203)
#A6F8D0
(166,248,208)
#B0F8D5
(176,248,213)
#BAF8DA
(186,248,218)
#C4F8DF
(196,248,223)
#CEF8E4
(206,248,228)
#D8F8E9
(216,248,233)
#E2F8EE
(226,248,238)
#ECF8F3
(236,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88F8C1 color. Also use rgb(136,248,193) instead hex code.

Text Font Color

.myTextColor { color: #88F8C1; }

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

This text font color is #88F8C1.


Background Color

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

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

This div background color is #88F8C1.


Border color

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

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

This div border color is #88F8C1.


Opacity

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

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

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

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

This text has shadow with #88F8C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88F8C1 on black background.


Color preview on white background

This text has color #88F8C1 on white background.



Black color preview on #88F8C1 background

This text has black color on #88F8C1 background.


White color preview on #88F8C1 background

This text has white color on #88F8C1 background.