COLOR #88E6C3

HEX: #88E6C3
RGB: (136,230,195)

Color info

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

RGB color model

#88E6C3 color RGB value is (136,230,195).

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

RGB channels and saturation

R 136 of 255 = 53%
G 230 of 255 = 90%
B 195 of 255 = 76%

136
230
195

R + G + B ~ 73%. #88E6C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 230 + 195 = 561 (100%)
R 136 of 561 ~ 24.24%
G 230 of 561 ~ 41%
B 195 of 561 ~ 34.76%

%24.24
%41
%34.76

CMYK color model

#88E6C3 color CMYK value is (41,0,15,10).

  • cyan value is 40.87%
  • magenta value is 0.00%
  • yellow value is 15.22%
  • key color value is 9.80%
CMYK:
(41,0,15,10)
C41M0Y15K10 
(41%,0%,15%,10%)
(0.41/0.00/0.15/0.10)	

CMYK percentages

%40.87
%0
%15.22
%9.8

Codes

Color #88E6C3 in popluar color models

88E6C3
RGB136230195
HSL158°65.28%71.76%
HSB/HSV158°40.87%90.20%
CMYK40.87%0.00%15.22%
9.80%

Color #88E6C3 in popluar number systems.

HEX88E6C3
Decimal136230195
Binary100010001110011011000011
Octal210346303

Shades and tints

Shades of #88E6C3

#88E6C3
(136,230,195)
#7CD2B2
(124,210,178)
#70BEA1
(112,190,161)
#64AA90
(100,170,144)
#58967F
(88,150,127)
#4C826E
(76,130,110)
#406E5D
(64,110,93)
#345A4C
(52,90,76)
#28463B
(40,70,59)
#1C322A
(28,50,42)
#101E19
(16,30,25)
#000000
(0,0,0)

Tints of #88E6C3

#88E6C3
(136,230,195)
#92E8C8
(146,232,200)
#9CEACD
(156,234,205)
#A6ECD2
(166,236,210)
#B0EED7
(176,238,215)
#BAF0DC
(186,240,220)
#C4F2E1
(196,242,225)
#CEF4E6
(206,244,230)
#D8F6EB
(216,246,235)
#E2F8F0
(226,248,240)
#ECFAF5
(236,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88E6C3; }

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

This text font color is #88E6C3.


Background Color

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

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

This div background color is #88E6C3.


Border color

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

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

This div border color is #88E6C3.


Opacity

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

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

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

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

This text has shadow with #88E6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88E6C3 on black background.


Color preview on white background

This text has color #88E6C3 on white background.



Black color preview on #88E6C3 background

This text has black color on #88E6C3 background.


White color preview on #88E6C3 background

This text has white color on #88E6C3 background.