COLOR #88B2ED

HEX: #88B2ED
RGB: (136,178,237)

Color info

#88B2ED contains mainly green and blue colors. Web safe color of #88B2ED is #9999FF (or #99F).

RGB color model

#88B2ED color RGB value is (136,178,237).

  • red value is 136;
  • green value is 178;
  • blue value is 237.
RGB:
(136,178,237)
(53%,70%,93%)

RGB channels and saturation

R 136 of 255 = 53%
G 178 of 255 = 70%
B 237 of 255 = 93%

136
178
237

R + G + B ~ 72%. #88B2ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 178 + 237 = 551 (100%)
R 136 of 551 ~ 24.68%
G 178 of 551 ~ 32.3%
B 237 of 551 ~ 43.01%

%24.68
%32.3
%43.01

CMYK color model

#88B2ED color CMYK value is (43,25,0,7).

  • cyan value is 42.62%
  • magenta value is 24.89%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(43,25,0,7)
C43M25Y0K7 
(43%,25%,0%,7%)
(0.43/0.25/0.00/0.07)	

CMYK percentages

%42.62
%24.89
%0
%7.06

Codes

Color #88B2ED in popluar color models

88B2ED
RGB136178237
HSL215°73.72%73.14%
HSB/HSV215°42.62%92.94%
CMYK42.62%24.89%0.00%
7.06%

Color #88B2ED in popluar number systems.

HEX88B2ED
Decimal136178237
Binary100010001011001011101101
Octal210262355

Shades and tints

Shades of #88B2ED

#88B2ED
(136,178,237)
#7CA2D8
(124,162,216)
#7092C3
(112,146,195)
#6482AE
(100,130,174)
#587299
(88,114,153)
#4C6284
(76,98,132)
#40526F
(64,82,111)
#34425A
(52,66,90)
#283245
(40,50,69)
#1C2230
(28,34,48)
#10121B
(16,18,27)
#000000
(0,0,0)

Tints of #88B2ED

#88B2ED
(136,178,237)
#92B9EE
(146,185,238)
#9CC0EF
(156,192,239)
#A6C7F0
(166,199,240)
#B0CEF1
(176,206,241)
#BAD5F2
(186,213,242)
#C4DCF3
(196,220,243)
#CEE3F4
(206,227,244)
#D8EAF5
(216,234,245)
#E2F1F6
(226,241,246)
#ECF8F7
(236,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B2ED color. Also use rgb(136,178,237) instead hex code.

Text Font Color

.myTextColor { color: #88B2ED; }

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

This text font color is #88B2ED.


Background Color

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

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

This div background color is #88B2ED.


Border color

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

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

This div border color is #88B2ED.


Opacity

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

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

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

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

This text has shadow with #88B2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B2ED on black background.


Color preview on white background

This text has color #88B2ED on white background.



Black color preview on #88B2ED background

This text has black color on #88B2ED background.


White color preview on #88B2ED background

This text has white color on #88B2ED background.