COLOR #88D0EC

HEX: #88D0EC
RGB: (136,208,236)

Color info

#88D0EC contains mainly green and blue colors. Web safe color of #88D0EC is #99CCFF (or #9CF).

RGB color model

#88D0EC color RGB value is (136,208,236).

  • red value is 136;
  • green value is 208;
  • blue value is 236.
RGB:
(136,208,236)
(53%,82%,93%)

RGB channels and saturation

R 136 of 255 = 53%
G 208 of 255 = 82%
B 236 of 255 = 93%

136
208
236

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

Portions of RGB colors in percentages

R + G + B =
136 + 208 + 236 = 580 (100%)
R 136 of 580 ~ 23.45%
G 208 of 580 ~ 35.86%
B 236 of 580 ~ 40.69%

%23.45
%35.86
%40.69

CMYK color model

#88D0EC color CMYK value is (42,12,0,7).

  • cyan value is 42.37%
  • magenta value is 11.86%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(42,12,0,7)
C42M12Y0K7 
(42%,12%,0%,7%)
(0.42/0.12/0.00/0.07)	

CMYK percentages

%42.37
%11.86
%0
%7.45

Codes

Color #88D0EC in popluar color models

88D0EC
RGB136208236
HSL197°72.46%72.94%
HSB/HSV197°42.37%92.55%
CMYK42.37%11.86%0.00%
7.45%

Color #88D0EC in popluar number systems.

HEX88D0EC
Decimal136208236
Binary100010001101000011101100
Octal210320354

Shades and tints

Shades of #88D0EC

#88D0EC
(136,208,236)
#7CBED7
(124,190,215)
#70ACC2
(112,172,194)
#649AAD
(100,154,173)
#588898
(88,136,152)
#4C7683
(76,118,131)
#40646E
(64,100,110)
#345259
(52,82,89)
#284044
(40,64,68)
#1C2E2F
(28,46,47)
#101C1A
(16,28,26)
#000000
(0,0,0)

Tints of #88D0EC

#88D0EC
(136,208,236)
#92D4ED
(146,212,237)
#9CD8EE
(156,216,238)
#A6DCEF
(166,220,239)
#B0E0F0
(176,224,240)
#BAE4F1
(186,228,241)
#C4E8F2
(196,232,242)
#CEECF3
(206,236,243)
#D8F0F4
(216,240,244)
#E2F4F5
(226,244,245)
#ECF8F6
(236,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88D0EC color. Also use rgb(136,208,236) instead hex code.

Text Font Color

.myTextColor { color: #88D0EC; }

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

This text font color is #88D0EC.


Background Color

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

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

This div background color is #88D0EC.


Border color

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

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

This div border color is #88D0EC.


Opacity

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

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

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

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

This text has shadow with #88D0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88D0EC on black background.


Color preview on white background

This text has color #88D0EC on white background.



Black color preview on #88D0EC background

This text has black color on #88D0EC background.


White color preview on #88D0EC background

This text has white color on #88D0EC background.