COLOR #88EEC1

HEX: #88EEC1
RGB: (136,238,193)

Color info

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

RGB color model

#88EEC1 color RGB value is (136,238,193).

  • red value is 136;
  • green value is 238;
  • blue value is 193.
RGB:
(136,238,193)
(53%,93%,76%)

RGB channels and saturation

R 136 of 255 = 53%
G 238 of 255 = 93%
B 193 of 255 = 76%

136
238
193

R + G + B ~ 74%. #88EEC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 238 + 193 = 567 (100%)
R 136 of 567 ~ 23.99%
G 238 of 567 ~ 41.98%
B 193 of 567 ~ 34.04%

%23.99
%41.98
%34.04

CMYK color model

#88EEC1 color CMYK value is (43,0,19,7).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 18.91%
  • key color value is 6.67%
CMYK:
(43,0,19,7)
C43M0Y19K7 
(43%,0%,19%,7%)
(0.43/0.00/0.19/0.07)	

CMYK percentages

%42.86
%0
%18.91
%6.67

Codes

Color #88EEC1 in popluar color models

88EEC1
RGB136238193
HSL154°75.00%73.33%
HSB/HSV154°42.86%93.33%
CMYK42.86%0.00%18.91%
6.67%

Color #88EEC1 in popluar number systems.

HEX88EEC1
Decimal136238193
Binary100010001110111011000001
Octal210356301

Shades and tints

Shades of #88EEC1

#88EEC1
(136,238,193)
#7CD9B0
(124,217,176)
#70C49F
(112,196,159)
#64AF8E
(100,175,142)
#589A7D
(88,154,125)
#4C856C
(76,133,108)
#40705B
(64,112,91)
#345B4A
(52,91,74)
#284639
(40,70,57)
#1C3128
(28,49,40)
#101C17
(16,28,23)
#000000
(0,0,0)

Tints of #88EEC1

#88EEC1
(136,238,193)
#92EFC6
(146,239,198)
#9CF0CB
(156,240,203)
#A6F1D0
(166,241,208)
#B0F2D5
(176,242,213)
#BAF3DA
(186,243,218)
#C4F4DF
(196,244,223)
#CEF5E4
(206,245,228)
#D8F6E9
(216,246,233)
#E2F7EE
(226,247,238)
#ECF8F3
(236,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88EEC1; }

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

This text font color is #88EEC1.


Background Color

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

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

This div background color is #88EEC1.


Border color

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

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

This div border color is #88EEC1.


Opacity

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

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

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

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

This text has shadow with #88EEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88EEC1 on black background.


Color preview on white background

This text has color #88EEC1 on white background.



Black color preview on #88EEC1 background

This text has black color on #88EEC1 background.


White color preview on #88EEC1 background

This text has white color on #88EEC1 background.