COLOR #88D1E2

HEX: #88D1E2
RGB: (136,209,226)

Color info

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

RGB color model

#88D1E2 color RGB value is (136,209,226).

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

RGB channels and saturation

R 136 of 255 = 53%
G 209 of 255 = 82%
B 226 of 255 = 89%

136
209
226

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

Portions of RGB colors in percentages

R + G + B =
136 + 209 + 226 = 571 (100%)
R 136 of 571 ~ 23.82%
G 209 of 571 ~ 36.6%
B 226 of 571 ~ 39.58%

%23.82
%36.6
%39.58

CMYK color model

#88D1E2 color CMYK value is (40,8,0,11).

  • cyan value is 39.82%
  • magenta value is 7.52%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(40,8,0,11)
C40M8Y0K11 
(40%,8%,0%,11%)
(0.40/0.08/0.00/0.11)	

CMYK percentages

%39.82
%7.52
%0
%11.37

Codes

Color #88D1E2 in popluar color models

88D1E2
RGB136209226
HSL191°60.81%70.98%
HSB/HSV191°39.82%88.63%
CMYK39.82%7.52%0.00%
11.37%

Color #88D1E2 in popluar number systems.

HEX88D1E2
Decimal136209226
Binary100010001101000111100010
Octal210321342

Shades and tints

Shades of #88D1E2

#88D1E2
(136,209,226)
#7CBECE
(124,190,206)
#70ABBA
(112,171,186)
#6498A6
(100,152,166)
#588592
(88,133,146)
#4C727E
(76,114,126)
#405F6A
(64,95,106)
#344C56
(52,76,86)
#283942
(40,57,66)
#1C262E
(28,38,46)
#10131A
(16,19,26)
#000000
(0,0,0)

Tints of #88D1E2

#88D1E2
(136,209,226)
#92D5E4
(146,213,228)
#9CD9E6
(156,217,230)
#A6DDE8
(166,221,232)
#B0E1EA
(176,225,234)
#BAE5EC
(186,229,236)
#C4E9EE
(196,233,238)
#CEEDF0
(206,237,240)
#D8F1F2
(216,241,242)
#E2F5F4
(226,245,244)
#ECF9F6
(236,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88D1E2; }

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

This text font color is #88D1E2.


Background Color

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

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

This div background color is #88D1E2.


Border color

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

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

This div border color is #88D1E2.


Opacity

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

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

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

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

This text has shadow with #88D1E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88D1E2 on black background.


Color preview on white background

This text has color #88D1E2 on white background.



Black color preview on #88D1E2 background

This text has black color on #88D1E2 background.


White color preview on #88D1E2 background

This text has white color on #88D1E2 background.