COLOR #88ABBB

HEX: #88ABBB
RGB: (136,171,187)

Color info

#88ABBB contains red, green and blue colors in about the same proportion. Web safe color of #88ABBB is #9999CC (or #99C).

RGB color model

#88ABBB color RGB value is (136,171,187).

  • red value is 136;
  • green value is 171;
  • blue value is 187.
RGB:
(136,171,187)
(53%,67%,73%)

RGB channels and saturation

R 136 of 255 = 53%
G 171 of 255 = 67%
B 187 of 255 = 73%

136
171
187

R + G + B ~ 64%. #88ABBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 171 + 187 = 494 (100%)
R 136 of 494 ~ 27.53%
G 171 of 494 ~ 34.62%
B 187 of 494 ~ 37.85%

%27.53
%34.62
%37.85

CMYK color model

#88ABBB color CMYK value is (27,9,0,27).

  • cyan value is 27.27%
  • magenta value is 8.56%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(27,9,0,27)
C27M9Y0K27 
(27%,9%,0%,27%)
(0.27/0.09/0.00/0.27)	

CMYK percentages

%27.27
%8.56
%0
%26.67

Codes

Color #88ABBB in popluar color models

88ABBB
RGB136171187
HSL199°27.27%63.33%
HSB/HSV199°27.27%73.33%
CMYK27.27%8.56%0.00%
26.67%

Color #88ABBB in popluar number systems.

HEX88ABBB
Decimal136171187
Binary100010001010101110111011
Octal210253273

Shades and tints

Shades of #88ABBB

#88ABBB
(136,171,187)
#7C9CAA
(124,156,170)
#708D99
(112,141,153)
#647E88
(100,126,136)
#586F77
(88,111,119)
#4C6066
(76,96,102)
#405155
(64,81,85)
#344244
(52,66,68)
#283333
(40,51,51)
#1C2422
(28,36,34)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #88ABBB

#88ABBB
(136,171,187)
#92B2C1
(146,178,193)
#9CB9C7
(156,185,199)
#A6C0CD
(166,192,205)
#B0C7D3
(176,199,211)
#BACED9
(186,206,217)
#C4D5DF
(196,213,223)
#CEDCE5
(206,220,229)
#D8E3EB
(216,227,235)
#E2EAF1
(226,234,241)
#ECF1F7
(236,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88ABBB color. Also use rgb(136,171,187) instead hex code.

Text Font Color

.myTextColor { color: #88ABBB; }

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

This text font color is #88ABBB.


Background Color

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

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

This div background color is #88ABBB.


Border color

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

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

This div border color is #88ABBB.


Opacity

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

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

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

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

This text has shadow with #88ABBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88ABBB on black background.


Color preview on white background

This text has color #88ABBB on white background.



Black color preview on #88ABBB background

This text has black color on #88ABBB background.


White color preview on #88ABBB background

This text has white color on #88ABBB background.