COLOR #88B1D4

HEX: #88B1D4
RGB: (136,177,212)

Color info

#88B1D4 contains mainly green and blue colors. Web safe color of #88B1D4 is #9999CC (or #99C).

RGB color model

#88B1D4 color RGB value is (136,177,212).

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

RGB channels and saturation

R 136 of 255 = 53%
G 177 of 255 = 69%
B 212 of 255 = 83%

136
177
212

R + G + B ~ 68%. #88B1D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 177 + 212 = 525 (100%)
R 136 of 525 ~ 25.9%
G 177 of 525 ~ 33.71%
B 212 of 525 ~ 40.38%

%25.9
%33.71
%40.38

CMYK color model

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

  • cyan value is 35.85%
  • magenta value is 16.51%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(36,17,0,17)
C36M17Y0K17 
(36%,17%,0%,17%)
(0.36/0.17/0.00/0.17)	

CMYK percentages

%35.85
%16.51
%0
%16.86

Codes

Color #88B1D4 in popluar color models

88B1D4
RGB136177212
HSL208°46.91%68.24%
HSB/HSV208°35.85%83.14%
CMYK35.85%16.51%0.00%
16.86%

Color #88B1D4 in popluar number systems.

HEX88B1D4
Decimal136177212
Binary100010001011000111010100
Octal210261324

Shades and tints

Shades of #88B1D4

#88B1D4
(136,177,212)
#7CA1C1
(124,161,193)
#7091AE
(112,145,174)
#64819B
(100,129,155)
#587188
(88,113,136)
#4C6175
(76,97,117)
#405162
(64,81,98)
#34414F
(52,65,79)
#28313C
(40,49,60)
#1C2129
(28,33,41)
#101116
(16,17,22)
#000000
(0,0,0)

Tints of #88B1D4

#88B1D4
(136,177,212)
#92B8D7
(146,184,215)
#9CBFDA
(156,191,218)
#A6C6DD
(166,198,221)
#B0CDE0
(176,205,224)
#BAD4E3
(186,212,227)
#C4DBE6
(196,219,230)
#CEE2E9
(206,226,233)
#D8E9EC
(216,233,236)
#E2F0EF
(226,240,239)
#ECF7F2
(236,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B1D4; }

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

This text font color is #88B1D4.


Background Color

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

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

This div background color is #88B1D4.


Border color

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

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

This div border color is #88B1D4.


Opacity

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

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

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

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

This text has shadow with #88B1D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B1D4 on black background.


Color preview on white background

This text has color #88B1D4 on white background.



Black color preview on #88B1D4 background

This text has black color on #88B1D4 background.


White color preview on #88B1D4 background

This text has white color on #88B1D4 background.