COLOR #88EBE2

HEX: #88EBE2
RGB: (136,235,226)

Color info

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

RGB color model

#88EBE2 color RGB value is (136,235,226).

  • red value is 136;
  • green value is 235;
  • blue value is 226.
RGB:
(136,235,226)
(53%,92%,89%)

RGB channels and saturation

R 136 of 255 = 53%
G 235 of 255 = 92%
B 226 of 255 = 89%

136
235
226

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

Portions of RGB colors in percentages

R + G + B =
136 + 235 + 226 = 597 (100%)
R 136 of 597 ~ 22.78%
G 235 of 597 ~ 39.36%
B 226 of 597 ~ 37.86%

%22.78
%39.36
%37.86

CMYK color model

#88EBE2 color CMYK value is (42,0,4,8).

  • cyan value is 42.13%
  • magenta value is 0.00%
  • yellow value is 3.83%
  • key color value is 7.84%
CMYK:
(42,0,4,8)
C42M0Y4K8 
(42%,0%,4%,8%)
(0.42/0.00/0.04/0.08)	

CMYK percentages

%42.13
%0
%3.83
%7.84

Codes

Color #88EBE2 in popluar color models

88EBE2
RGB136235226
HSL175°71.22%72.75%
HSB/HSV175°42.13%92.16%
CMYK42.13%0.00%3.83%
7.84%

Color #88EBE2 in popluar number systems.

HEX88EBE2
Decimal136235226
Binary100010001110101111100010
Octal210353342

Shades and tints

Shades of #88EBE2

#88EBE2
(136,235,226)
#7CD6CE
(124,214,206)
#70C1BA
(112,193,186)
#64ACA6
(100,172,166)
#589792
(88,151,146)
#4C827E
(76,130,126)
#406D6A
(64,109,106)
#345856
(52,88,86)
#284342
(40,67,66)
#1C2E2E
(28,46,46)
#10191A
(16,25,26)
#000000
(0,0,0)

Tints of #88EBE2

#88EBE2
(136,235,226)
#92ECE4
(146,236,228)
#9CEDE6
(156,237,230)
#A6EEE8
(166,238,232)
#B0EFEA
(176,239,234)
#BAF0EC
(186,240,236)
#C4F1EE
(196,241,238)
#CEF2F0
(206,242,240)
#D8F3F2
(216,243,242)
#E2F4F4
(226,244,244)
#ECF5F6
(236,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88EBE2; }

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

This text font color is #88EBE2.


Background Color

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

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

This div background color is #88EBE2.


Border color

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

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

This div border color is #88EBE2.


Opacity

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

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

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

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

This text has shadow with #88EBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88EBE2 on black background.


Color preview on white background

This text has color #88EBE2 on white background.



Black color preview on #88EBE2 background

This text has black color on #88EBE2 background.


White color preview on #88EBE2 background

This text has white color on #88EBE2 background.