COLOR #88B1C9

HEX: #88B1C9
RGB: (136,177,201)

Color info

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

RGB color model

#88B1C9 color RGB value is (136,177,201).

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

RGB channels and saturation

R 136 of 255 = 53%
G 177 of 255 = 69%
B 201 of 255 = 79%

136
177
201

R + G + B ~ 67%. #88B1C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 177 + 201 = 514 (100%)
R 136 of 514 ~ 26.46%
G 177 of 514 ~ 34.44%
B 201 of 514 ~ 39.11%

%26.46
%34.44
%39.11

CMYK color model

#88B1C9 color CMYK value is (32,12,0,21).

  • cyan value is 32.34%
  • magenta value is 11.94%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(32,12,0,21)
C32M12Y0K21 
(32%,12%,0%,21%)
(0.32/0.12/0.00/0.21)	

CMYK percentages

%32.34
%11.94
%0
%21.18

Codes

Color #88B1C9 in popluar color models

88B1C9
RGB136177201
HSL202°37.57%66.08%
HSB/HSV202°32.34%78.82%
CMYK32.34%11.94%0.00%
21.18%

Color #88B1C9 in popluar number systems.

HEX88B1C9
Decimal136177201
Binary100010001011000111001001
Octal210261311

Shades and tints

Shades of #88B1C9

#88B1C9
(136,177,201)
#7CA1B7
(124,161,183)
#7091A5
(112,145,165)
#648193
(100,129,147)
#587181
(88,113,129)
#4C616F
(76,97,111)
#40515D
(64,81,93)
#34414B
(52,65,75)
#283139
(40,49,57)
#1C2127
(28,33,39)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #88B1C9

#88B1C9
(136,177,201)
#92B8CD
(146,184,205)
#9CBFD1
(156,191,209)
#A6C6D5
(166,198,213)
#B0CDD9
(176,205,217)
#BAD4DD
(186,212,221)
#C4DBE1
(196,219,225)
#CEE2E5
(206,226,229)
#D8E9E9
(216,233,233)
#E2F0ED
(226,240,237)
#ECF7F1
(236,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B1C9; }

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

This text font color is #88B1C9.


Background Color

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

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

This div background color is #88B1C9.


Border color

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

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

This div border color is #88B1C9.


Opacity

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

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

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

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

This text has shadow with #88B1C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B1C9 on black background.


Color preview on white background

This text has color #88B1C9 on white background.



Black color preview on #88B1C9 background

This text has black color on #88B1C9 background.


White color preview on #88B1C9 background

This text has white color on #88B1C9 background.