COLOR #88ABD0

HEX: #88ABD0
RGB: (136,171,208)

Color info

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

RGB color model

#88ABD0 color RGB value is (136,171,208).

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

RGB channels and saturation

R 136 of 255 = 53%
G 171 of 255 = 67%
B 208 of 255 = 82%

136
171
208

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

Portions of RGB colors in percentages

R + G + B =
136 + 171 + 208 = 515 (100%)
R 136 of 515 ~ 26.41%
G 171 of 515 ~ 33.2%
B 208 of 515 ~ 40.39%

%26.41
%33.2
%40.39

CMYK color model

#88ABD0 color CMYK value is (35,18,0,18).

  • cyan value is 34.62%
  • magenta value is 17.79%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(35,18,0,18)
C35M18Y0K18 
(35%,18%,0%,18%)
(0.35/0.18/0.00/0.18)	

CMYK percentages

%34.62
%17.79
%0
%18.43

Codes

Color #88ABD0 in popluar color models

88ABD0
RGB136171208
HSL211°43.37%67.45%
HSB/HSV211°34.62%81.57%
CMYK34.62%17.79%0.00%
18.43%

Color #88ABD0 in popluar number systems.

HEX88ABD0
Decimal136171208
Binary100010001010101111010000
Octal210253320

Shades and tints

Shades of #88ABD0

#88ABD0
(136,171,208)
#7C9CBE
(124,156,190)
#708DAC
(112,141,172)
#647E9A
(100,126,154)
#586F88
(88,111,136)
#4C6076
(76,96,118)
#405164
(64,81,100)
#344252
(52,66,82)
#283340
(40,51,64)
#1C242E
(28,36,46)
#10151C
(16,21,28)
#000000
(0,0,0)

Tints of #88ABD0

#88ABD0
(136,171,208)
#92B2D4
(146,178,212)
#9CB9D8
(156,185,216)
#A6C0DC
(166,192,220)
#B0C7E0
(176,199,224)
#BACEE4
(186,206,228)
#C4D5E8
(196,213,232)
#CEDCEC
(206,220,236)
#D8E3F0
(216,227,240)
#E2EAF4
(226,234,244)
#ECF1F8
(236,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88ABD0; }

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

This text font color is #88ABD0.


Background Color

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

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

This div background color is #88ABD0.


Border color

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

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

This div border color is #88ABD0.


Opacity

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

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

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

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

This text has shadow with #88ABD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88ABD0 on black background.


Color preview on white background

This text has color #88ABD0 on white background.



Black color preview on #88ABD0 background

This text has black color on #88ABD0 background.


White color preview on #88ABD0 background

This text has white color on #88ABD0 background.