COLOR #88ABA4

HEX: #88ABA4 RGB: (136,171,164)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

136
171
164

R + G + B ~ 61%. #88ABA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 171 + 164 = 471 (100%)
R 136 of 471 ~ 28.87%
G 171 of 471 ~ 36.31%
B 164 of 471 ~ 34.82'%

%28.87
%36.31
%34.82

CMYK color model

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

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

CMYK percentages

%20.47
%0
%4.09
%32.94

Codes

Color #88ABA4 in popluar color models

88 AB A4
RGB 136 171 164
HSL 168° 17.24% 60.20%
HSB/HSV 168° 20.47% 67.06%
CMYK 20.47% 0.00% 4.09%
32.94%

Color #88ABA4 in popluar number systems.

HEX 88 AB A4
Decimal 136 171 164
Binary 10001000 10101011 10100100
Octal 210 253 244

Shades and tints

Shades of #88ABA4

#88ABA4
(136,171,164)
#7C9C96
(124,156,150)
#708D88
(112,141,136)
#647E7A
(100,126,122)
#586F6C
(88,111,108)
#4C605E
(76,96,94)
#405150
(64,81,80)
#344242
(52,66,66)
#283334
(40,51,52)
#1C2426
(28,36,38)
#101518
(16,21,24)
#000000
(0,0,0)

Tints of #88ABA4

#88ABA4
(136,171,164)
#92B2AC
(146,178,172)
#9CB9B4
(156,185,180)
#A6C0BC
(166,192,188)
#B0C7C4
(176,199,196)
#BACECC
(186,206,204)
#C4D5D4
(196,213,212)
#CEDCDC
(206,220,220)
#D8E3E4
(216,227,228)
#E2EAEC
(226,234,236)
#ECF1F4
(236,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88ABA4; }

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

This text font color is #88ABA4.

Background Color

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

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

This div background color is #88ABA4.

Border color

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

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

This div border color is #88ABA4.

Opacity

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

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

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

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

This text has shadow with #88ABA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88ABA4.

Preview

Color preview on black background

This text has color #88ABA4 on black background.


Color preview on white background

This text has color #88ABA4 on white background.


Black color preview on #88ABA4 background

This text has black color on #88ABA4 background.


White color preview on #88ABA4 background

This text has white color on #88ABA4 background.


Related colors

Complementary color

Complementary color for #hex is #77545B.


I love getcolorcode.com

Triadic colors

1 #A488AB and #ABA488 with #88ABA4 are triadic colors.

2 #A4AB88 and #AB88A4 with #88ABA4 are triadic colors.