COLOR #88E2E7

HEX: #88E2E7
RGB: (136,226,231)

Color info

#88E2E7 contains mainly green and blue colors. Web safe color of #88E2E7 is #99CCFF (or #9CF).

RGB color model

#88E2E7 color RGB value is (136,226,231).

  • red value is 136;
  • green value is 226;
  • blue value is 231.
RGB:
(136,226,231)
(53%,89%,91%)

RGB channels and saturation

R 136 of 255 = 53%
G 226 of 255 = 89%
B 231 of 255 = 91%

136
226
231

R + G + B ~ 78%. #88E2E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 226 + 231 = 593 (100%)
R 136 of 593 ~ 22.93%
G 226 of 593 ~ 38.11%
B 231 of 593 ~ 38.95%

%22.93
%38.11
%38.95

CMYK color model

#88E2E7 color CMYK value is (41,2,0,9).

  • cyan value is 41.13%
  • magenta value is 2.16%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(41,2,0,9)
C41M2Y0K9 
(41%,2%,0%,9%)
(0.41/0.02/0.00/0.09)	

CMYK percentages

%41.13
%2.16
%0
%9.41

Codes

Color #88E2E7 in popluar color models

88E2E7
RGB136226231
HSL183°66.43%71.96%
HSB/HSV183°41.13%90.59%
CMYK41.13%2.16%0.00%
9.41%

Color #88E2E7 in popluar number systems.

HEX88E2E7
Decimal136226231
Binary100010001110001011100111
Octal210342347

Shades and tints

Shades of #88E2E7

#88E2E7
(136,226,231)
#7CCED2
(124,206,210)
#70BABD
(112,186,189)
#64A6A8
(100,166,168)
#589293
(88,146,147)
#4C7E7E
(76,126,126)
#406A69
(64,106,105)
#345654
(52,86,84)
#28423F
(40,66,63)
#1C2E2A
(28,46,42)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #88E2E7

#88E2E7
(136,226,231)
#92E4E9
(146,228,233)
#9CE6EB
(156,230,235)
#A6E8ED
(166,232,237)
#B0EAEF
(176,234,239)
#BAECF1
(186,236,241)
#C4EEF3
(196,238,243)
#CEF0F5
(206,240,245)
#D8F2F7
(216,242,247)
#E2F4F9
(226,244,249)
#ECF6FB
(236,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88E2E7 color. Also use rgb(136,226,231) instead hex code.

Text Font Color

.myTextColor { color: #88E2E7; }

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

This text font color is #88E2E7.


Background Color

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

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

This div background color is #88E2E7.


Border color

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

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

This div border color is #88E2E7.


Opacity

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

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

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

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

This text has shadow with #88E2E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88E2E7 on black background.


Color preview on white background

This text has color #88E2E7 on white background.



Black color preview on #88E2E7 background

This text has black color on #88E2E7 background.


White color preview on #88E2E7 background

This text has white color on #88E2E7 background.