COLOR #88E6D6

HEX: #88E6D6
RGB: (136,230,214)

Color info

#88E6D6 contains mainly green and blue colors. Web safe color of #88E6D6 is #99CCCC (or #9CC).

RGB color model

#88E6D6 color RGB value is (136,230,214).

  • red value is 136;
  • green value is 230;
  • blue value is 214.
RGB:
(136,230,214)
(53%,90%,84%)

RGB channels and saturation

R 136 of 255 = 53%
G 230 of 255 = 90%
B 214 of 255 = 84%

136
230
214

R + G + B ~ 76%. #88E6D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 230 + 214 = 580 (100%)
R 136 of 580 ~ 23.45%
G 230 of 580 ~ 39.66%
B 214 of 580 ~ 36.9%

%23.45
%39.66
%36.9

CMYK color model

#88E6D6 color CMYK value is (41,0,7,10).

  • cyan value is 40.87%
  • magenta value is 0.00%
  • yellow value is 6.96%
  • key color value is 9.80%
CMYK:
(41,0,7,10)
C41M0Y7K10 
(41%,0%,7%,10%)
(0.41/0.00/0.07/0.10)	

CMYK percentages

%40.87
%0
%6.96
%9.8

Codes

Color #88E6D6 in popluar color models

88E6D6
RGB136230214
HSL170°65.28%71.76%
HSB/HSV170°40.87%90.20%
CMYK40.87%0.00%6.96%
9.80%

Color #88E6D6 in popluar number systems.

HEX88E6D6
Decimal136230214
Binary100010001110011011010110
Octal210346326

Shades and tints

Shades of #88E6D6

#88E6D6
(136,230,214)
#7CD2C3
(124,210,195)
#70BEB0
(112,190,176)
#64AA9D
(100,170,157)
#58968A
(88,150,138)
#4C8277
(76,130,119)
#406E64
(64,110,100)
#345A51
(52,90,81)
#28463E
(40,70,62)
#1C322B
(28,50,43)
#101E18
(16,30,24)
#000000
(0,0,0)

Tints of #88E6D6

#88E6D6
(136,230,214)
#92E8D9
(146,232,217)
#9CEADC
(156,234,220)
#A6ECDF
(166,236,223)
#B0EEE2
(176,238,226)
#BAF0E5
(186,240,229)
#C4F2E8
(196,242,232)
#CEF4EB
(206,244,235)
#D8F6EE
(216,246,238)
#E2F8F1
(226,248,241)
#ECFAF4
(236,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88E6D6; }

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

This text font color is #88E6D6.


Background Color

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

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

This div background color is #88E6D6.


Border color

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

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

This div border color is #88E6D6.


Opacity

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

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

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

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

This text has shadow with #88E6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88E6D6 on black background.


Color preview on white background

This text has color #88E6D6 on white background.



Black color preview on #88E6D6 background

This text has black color on #88E6D6 background.


White color preview on #88E6D6 background

This text has white color on #88E6D6 background.