COLOR #88ABAB

HEX: #88ABAB RGB: (136,171,171)

Color info

#88ABAB contains red, green and blue colors in about the same proportion. Web safe color of #88ABAB is #999999 (or #999).

RGB color model

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

RGB: (136,171,171) (53%, 67%, 67%)

RGB channels and saturation

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

136
171
171

R + G + B ~ 62%. #88ABAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 171 + 171 = 478 (100%)
R 136 of 478 ~ 28.45%
G 171 of 478 ~ 35.77%
B 171 of 478 ~ 35.77'%

%28.45
%35.77
%35.77

CMYK color model

#88ABAB color CMYK value is (20,0,0,33).

  • cyan value is 20.47%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (20,0,0,33) C20M0Y0K33 (20%,0%,0%,33%) (0.20/0.00/0.00/0.33) 

CMYK percentages

%20.47
%0
%0
%32.94

Codes

Color #88ABAB in popluar color models

88 AB AB
RGB 136 171 171
HSL 180° 17.24% 60.20%
HSB/HSV 180° 20.47% 67.06%
CMYK 20.47% 0.00% 0.00%
32.94%

Color #88ABAB in popluar number systems.

HEX 88 AB AB
Decimal 136 171 171
Binary 10001000 10101011 10101011
Octal 210 253 253

Shades and tints

Shades of #88ABAB

#88ABAB
(136,171,171)
#7C9C9C
(124,156,156)
#708D8D
(112,141,141)
#647E7E
(100,126,126)
#586F6F
(88,111,111)
#4C6060
(76,96,96)
#405151
(64,81,81)
#344242
(52,66,66)
#283333
(40,51,51)
#1C2424
(28,36,36)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #88ABAB

#88ABAB
(136,171,171)
#92B2B2
(146,178,178)
#9CB9B9
(156,185,185)
#A6C0C0
(166,192,192)
#B0C7C7
(176,199,199)
#BACECE
(186,206,206)
#C4D5D5
(196,213,213)
#CEDCDC
(206,220,220)
#D8E3E3
(216,227,227)
#E2EAEA
(226,234,234)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88ABAB; }

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

This text font color is #88ABAB.

Background Color

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

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

This div background color is #88ABAB.

Border color

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

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

This div border color is #88ABAB.

Opacity

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

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

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

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

This text has shadow with #88ABAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88ABAB.

Preview

Color preview on black background

This text has color #88ABAB on black background.


Color preview on white background

This text has color #88ABAB on white background.


Black color preview on #88ABAB background

This text has black color on #88ABAB background.


White color preview on #88ABAB background

This text has white color on #88ABAB background.


Related colors

Complementary color

Complementary color for #hex is #775454.


I love getcolorcode.com