COLOR #88DEE2

HEX: #88DEE2
RGB: (136,222,226)

Color info

#88DEE2 contains mainly green and blue colors. Web safe color of #88DEE2 is #99CCCC (or #9CC).

RGB color model

#88DEE2 color RGB value is (136,222,226).

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

RGB channels and saturation

R 136 of 255 = 53%
G 222 of 255 = 87%
B 226 of 255 = 89%

136
222
226

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

Portions of RGB colors in percentages

R + G + B =
136 + 222 + 226 = 584 (100%)
R 136 of 584 ~ 23.29%
G 222 of 584 ~ 38.01%
B 226 of 584 ~ 38.7%

%23.29
%38.01
%38.7

CMYK color model

#88DEE2 color CMYK value is (40,2,0,11).

  • cyan value is 39.82%
  • magenta value is 1.77%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(40,2,0,11)
C40M2Y0K11 
(40%,2%,0%,11%)
(0.40/0.02/0.00/0.11)	

CMYK percentages

%39.82
%1.77
%0
%11.37

Codes

Color #88DEE2 in popluar color models

88DEE2
RGB136222226
HSL183°60.81%70.98%
HSB/HSV183°39.82%88.63%
CMYK39.82%1.77%0.00%
11.37%

Color #88DEE2 in popluar number systems.

HEX88DEE2
Decimal136222226
Binary100010001101111011100010
Octal210336342

Shades and tints

Shades of #88DEE2

#88DEE2
(136,222,226)
#7CCACE
(124,202,206)
#70B6BA
(112,182,186)
#64A2A6
(100,162,166)
#588E92
(88,142,146)
#4C7A7E
(76,122,126)
#40666A
(64,102,106)
#345256
(52,82,86)
#283E42
(40,62,66)
#1C2A2E
(28,42,46)
#10161A
(16,22,26)
#000000
(0,0,0)

Tints of #88DEE2

#88DEE2
(136,222,226)
#92E1E4
(146,225,228)
#9CE4E6
(156,228,230)
#A6E7E8
(166,231,232)
#B0EAEA
(176,234,234)
#BAEDEC
(186,237,236)
#C4F0EE
(196,240,238)
#CEF3F0
(206,243,240)
#D8F6F2
(216,246,242)
#E2F9F4
(226,249,244)
#ECFCF6
(236,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88DEE2; }

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

This text font color is #88DEE2.


Background Color

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

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

This div background color is #88DEE2.


Border color

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

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

This div border color is #88DEE2.


Opacity

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

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

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

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

This text has shadow with #88DEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88DEE2 on black background.


Color preview on white background

This text has color #88DEE2 on white background.



Black color preview on #88DEE2 background

This text has black color on #88DEE2 background.


White color preview on #88DEE2 background

This text has white color on #88DEE2 background.