COLOR #88EEBA

HEX: #88EEBA
RGB: (136,238,186)

Color info

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

RGB color model

#88EEBA color RGB value is (136,238,186).

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

RGB channels and saturation

R 136 of 255 = 53%
G 238 of 255 = 93%
B 186 of 255 = 73%

136
238
186

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

Portions of RGB colors in percentages

R + G + B =
136 + 238 + 186 = 560 (100%)
R 136 of 560 ~ 24.29%
G 238 of 560 ~ 42.5%
B 186 of 560 ~ 33.21%

%24.29
%42.5
%33.21

CMYK color model

#88EEBA color CMYK value is (43,0,22,7).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 21.85%
  • key color value is 6.67%
CMYK:
(43,0,22,7)
C43M0Y22K7 
(43%,0%,22%,7%)
(0.43/0.00/0.22/0.07)	

CMYK percentages

%42.86
%0
%21.85
%6.67

Codes

Color #88EEBA in popluar color models

88EEBA
RGB136238186
HSL149°75.00%73.33%
HSB/HSV149°42.86%93.33%
CMYK42.86%0.00%21.85%
6.67%

Color #88EEBA in popluar number systems.

HEX88EEBA
Decimal136238186
Binary100010001110111010111010
Octal210356272

Shades and tints

Shades of #88EEBA

#88EEBA
(136,238,186)
#7CD9AA
(124,217,170)
#70C49A
(112,196,154)
#64AF8A
(100,175,138)
#589A7A
(88,154,122)
#4C856A
(76,133,106)
#40705A
(64,112,90)
#345B4A
(52,91,74)
#28463A
(40,70,58)
#1C312A
(28,49,42)
#101C1A
(16,28,26)
#000000
(0,0,0)

Tints of #88EEBA

#88EEBA
(136,238,186)
#92EFC0
(146,239,192)
#9CF0C6
(156,240,198)
#A6F1CC
(166,241,204)
#B0F2D2
(176,242,210)
#BAF3D8
(186,243,216)
#C4F4DE
(196,244,222)
#CEF5E4
(206,245,228)
#D8F6EA
(216,246,234)
#E2F7F0
(226,247,240)
#ECF8F6
(236,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88EEBA; }

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

This text font color is #88EEBA.


Background Color

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

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

This div background color is #88EEBA.


Border color

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

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

This div border color is #88EEBA.


Opacity

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

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

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

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

This text has shadow with #88EEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88EEBA on black background.


Color preview on white background

This text has color #88EEBA on white background.



Black color preview on #88EEBA background

This text has black color on #88EEBA background.


White color preview on #88EEBA background

This text has white color on #88EEBA background.