COLOR #88F2D1

HEX: #88F2D1
RGB: (136,242,209)

Color info

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

RGB color model

#88F2D1 color RGB value is (136,242,209).

  • red value is 136;
  • green value is 242;
  • blue value is 209.
RGB:
(136,242,209)
(53%,95%,82%)

RGB channels and saturation

R 136 of 255 = 53%
G 242 of 255 = 95%
B 209 of 255 = 82%

136
242
209

R + G + B ~ 77%. #88F2D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 242 + 209 = 587 (100%)
R 136 of 587 ~ 23.17%
G 242 of 587 ~ 41.23%
B 209 of 587 ~ 35.6%

%23.17
%41.23
%35.6

CMYK color model

#88F2D1 color CMYK value is (44,0,14,5).

  • cyan value is 43.80%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 5.10%
CMYK:
(44,0,14,5)
C44M0Y14K5 
(44%,0%,14%,5%)
(0.44/0.00/0.14/0.05)	

CMYK percentages

%43.8
%0
%13.64
%5.1

Codes

Color #88F2D1 in popluar color models

88F2D1
RGB136242209
HSL161°80.30%74.12%
HSB/HSV161°43.80%94.90%
CMYK43.80%0.00%13.64%
5.10%

Color #88F2D1 in popluar number systems.

HEX88F2D1
Decimal136242209
Binary100010001111001011010001
Octal210362321

Shades and tints

Shades of #88F2D1

#88F2D1
(136,242,209)
#7CDCBE
(124,220,190)
#70C6AB
(112,198,171)
#64B098
(100,176,152)
#589A85
(88,154,133)
#4C8472
(76,132,114)
#406E5F
(64,110,95)
#34584C
(52,88,76)
#284239
(40,66,57)
#1C2C26
(28,44,38)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #88F2D1

#88F2D1
(136,242,209)
#92F3D5
(146,243,213)
#9CF4D9
(156,244,217)
#A6F5DD
(166,245,221)
#B0F6E1
(176,246,225)
#BAF7E5
(186,247,229)
#C4F8E9
(196,248,233)
#CEF9ED
(206,249,237)
#D8FAF1
(216,250,241)
#E2FBF5
(226,251,245)
#ECFCF9
(236,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88F2D1 color. Also use rgb(136,242,209) instead hex code.

Text Font Color

.myTextColor { color: #88F2D1; }

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

This text font color is #88F2D1.


Background Color

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

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

This div background color is #88F2D1.


Border color

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

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

This div border color is #88F2D1.


Opacity

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

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

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

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

This text has shadow with #88F2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88F2D1 on black background.


Color preview on white background

This text has color #88F2D1 on white background.



Black color preview on #88F2D1 background

This text has black color on #88F2D1 background.


White color preview on #88F2D1 background

This text has white color on #88F2D1 background.