COLOR #88B5D4

HEX: #88B5D4
RGB: (136,181,212)

Color info

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

RGB color model

#88B5D4 color RGB value is (136,181,212).

  • red value is 136;
  • green value is 181;
  • blue value is 212.
RGB:
(136,181,212)
(53%,71%,83%)

RGB channels and saturation

R 136 of 255 = 53%
G 181 of 255 = 71%
B 212 of 255 = 83%

136
181
212

R + G + B ~ 69%. #88B5D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 181 + 212 = 529 (100%)
R 136 of 529 ~ 25.71%
G 181 of 529 ~ 34.22%
B 212 of 529 ~ 40.08%

%25.71
%34.22
%40.08

CMYK color model

#88B5D4 color CMYK value is (36,15,0,17).

  • cyan value is 35.85%
  • magenta value is 14.62%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(36,15,0,17)
C36M15Y0K17 
(36%,15%,0%,17%)
(0.36/0.15/0.00/0.17)	

CMYK percentages

%35.85
%14.62
%0
%16.86

Codes

Color #88B5D4 in popluar color models

88B5D4
RGB136181212
HSL204°46.91%68.24%
HSB/HSV204°35.85%83.14%
CMYK35.85%14.62%0.00%
16.86%

Color #88B5D4 in popluar number systems.

HEX88B5D4
Decimal136181212
Binary100010001011010111010100
Octal210265324

Shades and tints

Shades of #88B5D4

#88B5D4
(136,181,212)
#7CA5C1
(124,165,193)
#7095AE
(112,149,174)
#64859B
(100,133,155)
#587588
(88,117,136)
#4C6575
(76,101,117)
#405562
(64,85,98)
#34454F
(52,69,79)
#28353C
(40,53,60)
#1C2529
(28,37,41)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #88B5D4

#88B5D4
(136,181,212)
#92BBD7
(146,187,215)
#9CC1DA
(156,193,218)
#A6C7DD
(166,199,221)
#B0CDE0
(176,205,224)
#BAD3E3
(186,211,227)
#C4D9E6
(196,217,230)
#CEDFE9
(206,223,233)
#D8E5EC
(216,229,236)
#E2EBEF
(226,235,239)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B5D4 color. Also use rgb(136,181,212) instead hex code.

Text Font Color

.myTextColor { color: #88B5D4; }

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

This text font color is #88B5D4.


Background Color

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

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

This div background color is #88B5D4.


Border color

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

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

This div border color is #88B5D4.


Opacity

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

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

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

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

This text has shadow with #88B5D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B5D4 on black background.


Color preview on white background

This text has color #88B5D4 on white background.



Black color preview on #88B5D4 background

This text has black color on #88B5D4 background.


White color preview on #88B5D4 background

This text has white color on #88B5D4 background.