COLOR #88E8E8

HEX: #88E8E8
RGB: (136,232,232)

Color info

#88E8E8 contains mainly green and blue colors. Web safe color of #88E8E8 is #99FFFF (or #9FF).

RGB color model

#88E8E8 color RGB value is (136,232,232).

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

RGB channels and saturation

R 136 of 255 = 53%
G 232 of 255 = 91%
B 232 of 255 = 91%

136
232
232

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

Portions of RGB colors in percentages

R + G + B =
136 + 232 + 232 = 600 (100%)
R 136 of 600 ~ 22.67%
G 232 of 600 ~ 38.67%
B 232 of 600 ~ 38.67%

%22.67
%38.67
%38.67

CMYK color model

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

  • cyan value is 41.38%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(41,0,0,9)
C41M0Y0K9 
(41%,0%,0%,9%)
(0.41/0.00/0.00/0.09)	

CMYK percentages

%41.38
%0
%0
%9.02

Codes

Color #88E8E8 in popluar color models

88E8E8
RGB136232232
HSL180°67.61%72.16%
HSB/HSV180°41.38%90.98%
CMYK41.38%0.00%0.00%
9.02%

Color #88E8E8 in popluar number systems.

HEX88E8E8
Decimal136232232
Binary100010001110100011101000
Octal210350350

Shades and tints

Shades of #88E8E8

#88E8E8
(136,232,232)
#7CD3D3
(124,211,211)
#70BEBE
(112,190,190)
#64A9A9
(100,169,169)
#589494
(88,148,148)
#4C7F7F
(76,127,127)
#406A6A
(64,106,106)
#345555
(52,85,85)
#284040
(40,64,64)
#1C2B2B
(28,43,43)
#101616
(16,22,22)
#000000
(0,0,0)

Tints of #88E8E8

#88E8E8
(136,232,232)
#92EAEA
(146,234,234)
#9CECEC
(156,236,236)
#A6EEEE
(166,238,238)
#B0F0F0
(176,240,240)
#BAF2F2
(186,242,242)
#C4F4F4
(196,244,244)
#CEF6F6
(206,246,246)
#D8F8F8
(216,248,248)
#E2FAFA
(226,250,250)
#ECFCFC
(236,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88E8E8; }

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

This text font color is #88E8E8.


Background Color

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

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

This div background color is #88E8E8.


Border color

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

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

This div border color is #88E8E8.


Opacity

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

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

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

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

This text has shadow with #88E8E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88E8E8 on black background.


Color preview on white background

This text has color #88E8E8 on white background.



Black color preview on #88E8E8 background

This text has black color on #88E8E8 background.


White color preview on #88E8E8 background

This text has white color on #88E8E8 background.