COLOR #88BDF6

HEX: #88BDF6
RGB: (136,189,246)

Color info

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

RGB color model

#88BDF6 color RGB value is (136,189,246).

  • red value is 136;
  • green value is 189;
  • blue value is 246.
RGB:
(136,189,246)
(53%,74%,96%)

RGB channels and saturation

R 136 of 255 = 53%
G 189 of 255 = 74%
B 246 of 255 = 96%

136
189
246

R + G + B ~ 74%. #88BDF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 189 + 246 = 571 (100%)
R 136 of 571 ~ 23.82%
G 189 of 571 ~ 33.1%
B 246 of 571 ~ 43.08%

%23.82
%33.1
%43.08

CMYK color model

#88BDF6 color CMYK value is (45,23,0,4).

  • cyan value is 44.72%
  • magenta value is 23.17%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(45,23,0,4)
C45M23Y0K4 
(45%,23%,0%,4%)
(0.45/0.23/0.00/0.04)	

CMYK percentages

%44.72
%23.17
%0
%3.53

Codes

Color #88BDF6 in popluar color models

88BDF6
RGB136189246
HSL211°85.94%74.90%
HSB/HSV211°44.72%96.47%
CMYK44.72%23.17%0.00%
3.53%

Color #88BDF6 in popluar number systems.

HEX88BDF6
Decimal136189246
Binary100010001011110111110110
Octal210275366

Shades and tints

Shades of #88BDF6

#88BDF6
(136,189,246)
#7CACE0
(124,172,224)
#709BCA
(112,155,202)
#648AB4
(100,138,180)
#58799E
(88,121,158)
#4C6888
(76,104,136)
#405772
(64,87,114)
#34465C
(52,70,92)
#283546
(40,53,70)
#1C2430
(28,36,48)
#10131A
(16,19,26)
#000000
(0,0,0)

Tints of #88BDF6

#88BDF6
(136,189,246)
#92C3F6
(146,195,246)
#9CC9F6
(156,201,246)
#A6CFF6
(166,207,246)
#B0D5F6
(176,213,246)
#BADBF6
(186,219,246)
#C4E1F6
(196,225,246)
#CEE7F6
(206,231,246)
#D8EDF6
(216,237,246)
#E2F3F6
(226,243,246)
#ECF9F6
(236,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88BDF6 color. Also use rgb(136,189,246) instead hex code.

Text Font Color

.myTextColor { color: #88BDF6; }

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

This text font color is #88BDF6.


Background Color

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

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

This div background color is #88BDF6.


Border color

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

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

This div border color is #88BDF6.


Opacity

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

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

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

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

This text has shadow with #88BDF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88BDF6 on black background.


Color preview on white background

This text has color #88BDF6 on white background.



Black color preview on #88BDF6 background

This text has black color on #88BDF6 background.


White color preview on #88BDF6 background

This text has white color on #88BDF6 background.