COLOR #88CFF8

HEX: #88CFF8
RGB: (136,207,248)

Color info

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

RGB color model

#88CFF8 color RGB value is (136,207,248).

  • red value is 136;
  • green value is 207;
  • blue value is 248.
RGB:
(136,207,248)
(53%,81%,97%)

RGB channels and saturation

R 136 of 255 = 53%
G 207 of 255 = 81%
B 248 of 255 = 97%

136
207
248

R + G + B ~ 77%. #88CFF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 207 + 248 = 591 (100%)
R 136 of 591 ~ 23.01%
G 207 of 591 ~ 35.03%
B 248 of 591 ~ 41.96%

%23.01
%35.03
%41.96

CMYK color model

#88CFF8 color CMYK value is (45,17,0,3).

  • cyan value is 45.16%
  • magenta value is 16.53%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(45,17,0,3)
C45M17Y0K3 
(45%,17%,0%,3%)
(0.45/0.17/0.00/0.03)	

CMYK percentages

%45.16
%16.53
%0
%2.75

Codes

Color #88CFF8 in popluar color models

88CFF8
RGB136207248
HSL202°88.89%75.29%
HSB/HSV202°45.16%97.25%
CMYK45.16%16.53%0.00%
2.75%

Color #88CFF8 in popluar number systems.

HEX88CFF8
Decimal136207248
Binary100010001100111111111000
Octal210317370

Shades and tints

Shades of #88CFF8

#88CFF8
(136,207,248)
#7CBDE2
(124,189,226)
#70ABCC
(112,171,204)
#6499B6
(100,153,182)
#5887A0
(88,135,160)
#4C758A
(76,117,138)
#406374
(64,99,116)
#34515E
(52,81,94)
#283F48
(40,63,72)
#1C2D32
(28,45,50)
#101B1C
(16,27,28)
#000000
(0,0,0)

Tints of #88CFF8

#88CFF8
(136,207,248)
#92D3F8
(146,211,248)
#9CD7F8
(156,215,248)
#A6DBF8
(166,219,248)
#B0DFF8
(176,223,248)
#BAE3F8
(186,227,248)
#C4E7F8
(196,231,248)
#CEEBF8
(206,235,248)
#D8EFF8
(216,239,248)
#E2F3F8
(226,243,248)
#ECF7F8
(236,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88CFF8 color. Also use rgb(136,207,248) instead hex code.

Text Font Color

.myTextColor { color: #88CFF8; }

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

This text font color is #88CFF8.


Background Color

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

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

This div background color is #88CFF8.


Border color

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

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

This div border color is #88CFF8.


Opacity

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

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

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

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

This text has shadow with #88CFF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88CFF8 on black background.


Color preview on white background

This text has color #88CFF8 on white background.



Black color preview on #88CFF8 background

This text has black color on #88CFF8 background.


White color preview on #88CFF8 background

This text has white color on #88CFF8 background.