COLOR #88C6F3

HEX: #88C6F3
RGB: (136,198,243)

Color info

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

RGB color model

#88C6F3 color RGB value is (136,198,243).

  • red value is 136;
  • green value is 198;
  • blue value is 243.
RGB:
(136,198,243)
(53%,78%,95%)

RGB channels and saturation

R 136 of 255 = 53%
G 198 of 255 = 78%
B 243 of 255 = 95%

136
198
243

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

Portions of RGB colors in percentages

R + G + B =
136 + 198 + 243 = 577 (100%)
R 136 of 577 ~ 23.57%
G 198 of 577 ~ 34.32%
B 243 of 577 ~ 42.11%

%23.57
%34.32
%42.11

CMYK color model

#88C6F3 color CMYK value is (44,19,0,5).

  • cyan value is 44.03%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(44,19,0,5)
C44M19Y0K5 
(44%,19%,0%,5%)
(0.44/0.19/0.00/0.05)	

CMYK percentages

%44.03
%18.52
%0
%4.71

Codes

Color #88C6F3 in popluar color models

88C6F3
RGB136198243
HSL205°81.68%74.31%
HSB/HSV205°44.03%95.29%
CMYK44.03%18.52%0.00%
4.71%

Color #88C6F3 in popluar number systems.

HEX88C6F3
Decimal136198243
Binary100010001100011011110011
Octal210306363

Shades and tints

Shades of #88C6F3

#88C6F3
(136,198,243)
#7CB4DD
(124,180,221)
#70A2C7
(112,162,199)
#6490B1
(100,144,177)
#587E9B
(88,126,155)
#4C6C85
(76,108,133)
#405A6F
(64,90,111)
#344859
(52,72,89)
#283643
(40,54,67)
#1C242D
(28,36,45)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #88C6F3

#88C6F3
(136,198,243)
#92CBF4
(146,203,244)
#9CD0F5
(156,208,245)
#A6D5F6
(166,213,246)
#B0DAF7
(176,218,247)
#BADFF8
(186,223,248)
#C4E4F9
(196,228,249)
#CEE9FA
(206,233,250)
#D8EEFB
(216,238,251)
#E2F3FC
(226,243,252)
#ECF8FD
(236,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88C6F3 color. Also use rgb(136,198,243) instead hex code.

Text Font Color

.myTextColor { color: #88C6F3; }

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

This text font color is #88C6F3.


Background Color

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

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

This div background color is #88C6F3.


Border color

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

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

This div border color is #88C6F3.


Opacity

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

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

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

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

This text has shadow with #88C6F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C6F3 on black background.


Color preview on white background

This text has color #88C6F3 on white background.



Black color preview on #88C6F3 background

This text has black color on #88C6F3 background.


White color preview on #88C6F3 background

This text has white color on #88C6F3 background.