COLOR #88B8EA

HEX: #88B8EA
RGB: (136,184,234)

Color info

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

RGB color model

#88B8EA color RGB value is (136,184,234).

  • red value is 136;
  • green value is 184;
  • blue value is 234.
RGB:
(136,184,234)
(53%,72%,92%)

RGB channels and saturation

R 136 of 255 = 53%
G 184 of 255 = 72%
B 234 of 255 = 92%

136
184
234

R + G + B ~ 72%. #88B8EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 184 + 234 = 554 (100%)
R 136 of 554 ~ 24.55%
G 184 of 554 ~ 33.21%
B 234 of 554 ~ 42.24%

%24.55
%33.21
%42.24

CMYK color model

#88B8EA color CMYK value is (42,21,0,8).

  • cyan value is 41.88%
  • magenta value is 21.37%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(42,21,0,8)
C42M21Y0K8 
(42%,21%,0%,8%)
(0.42/0.21/0.00/0.08)	

CMYK percentages

%41.88
%21.37
%0
%8.24

Codes

Color #88B8EA in popluar color models

88B8EA
RGB136184234
HSL211°70.00%72.55%
HSB/HSV211°41.88%91.76%
CMYK41.88%21.37%0.00%
8.24%

Color #88B8EA in popluar number systems.

HEX88B8EA
Decimal136184234
Binary100010001011100011101010
Octal210270352

Shades and tints

Shades of #88B8EA

#88B8EA
(136,184,234)
#7CA8D5
(124,168,213)
#7098C0
(112,152,192)
#6488AB
(100,136,171)
#587896
(88,120,150)
#4C6881
(76,104,129)
#40586C
(64,88,108)
#344857
(52,72,87)
#283842
(40,56,66)
#1C282D
(28,40,45)
#101818
(16,24,24)
#000000
(0,0,0)

Tints of #88B8EA

#88B8EA
(136,184,234)
#92BEEB
(146,190,235)
#9CC4EC
(156,196,236)
#A6CAED
(166,202,237)
#B0D0EE
(176,208,238)
#BAD6EF
(186,214,239)
#C4DCF0
(196,220,240)
#CEE2F1
(206,226,241)
#D8E8F2
(216,232,242)
#E2EEF3
(226,238,243)
#ECF4F4
(236,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B8EA color. Also use rgb(136,184,234) instead hex code.

Text Font Color

.myTextColor { color: #88B8EA; }

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

This text font color is #88B8EA.


Background Color

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

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

This div background color is #88B8EA.


Border color

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

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

This div border color is #88B8EA.


Opacity

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

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

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

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

This text has shadow with #88B8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B8EA on black background.


Color preview on white background

This text has color #88B8EA on white background.



Black color preview on #88B8EA background

This text has black color on #88B8EA background.


White color preview on #88B8EA background

This text has white color on #88B8EA background.