COLOR #88D0E7

HEX: #88D0E7
RGB: (136,208,231)

Color info

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

RGB color model

#88D0E7 color RGB value is (136,208,231).

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

RGB channels and saturation

R 136 of 255 = 53%
G 208 of 255 = 82%
B 231 of 255 = 91%

136
208
231

R + G + B ~ 75%. #88D0E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 208 + 231 = 575 (100%)
R 136 of 575 ~ 23.65%
G 208 of 575 ~ 36.17%
B 231 of 575 ~ 40.17%

%23.65
%36.17
%40.17

CMYK color model

#88D0E7 color CMYK value is (41,10,0,9).

  • cyan value is 41.13%
  • magenta value is 9.96%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(41,10,0,9)
C41M10Y0K9 
(41%,10%,0%,9%)
(0.41/0.10/0.00/0.09)	

CMYK percentages

%41.13
%9.96
%0
%9.41

Codes

Color #88D0E7 in popluar color models

88D0E7
RGB136208231
HSL195°66.43%71.96%
HSB/HSV195°41.13%90.59%
CMYK41.13%9.96%0.00%
9.41%

Color #88D0E7 in popluar number systems.

HEX88D0E7
Decimal136208231
Binary100010001101000011100111
Octal210320347

Shades and tints

Shades of #88D0E7

#88D0E7
(136,208,231)
#7CBED2
(124,190,210)
#70ACBD
(112,172,189)
#649AA8
(100,154,168)
#588893
(88,136,147)
#4C767E
(76,118,126)
#406469
(64,100,105)
#345254
(52,82,84)
#28403F
(40,64,63)
#1C2E2A
(28,46,42)
#101C15
(16,28,21)
#000000
(0,0,0)

Tints of #88D0E7

#88D0E7
(136,208,231)
#92D4E9
(146,212,233)
#9CD8EB
(156,216,235)
#A6DCED
(166,220,237)
#B0E0EF
(176,224,239)
#BAE4F1
(186,228,241)
#C4E8F3
(196,232,243)
#CEECF5
(206,236,245)
#D8F0F7
(216,240,247)
#E2F4F9
(226,244,249)
#ECF8FB
(236,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88D0E7; }

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

This text font color is #88D0E7.


Background Color

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

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

This div background color is #88D0E7.


Border color

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

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

This div border color is #88D0E7.


Opacity

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

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

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

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

This text has shadow with #88D0E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88D0E7 on black background.


Color preview on white background

This text has color #88D0E7 on white background.



Black color preview on #88D0E7 background

This text has black color on #88D0E7 background.


White color preview on #88D0E7 background

This text has white color on #88D0E7 background.