COLOR #88ABA3

HEX: #88ABA3 RGB: (136,171,163)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

136
171
163

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

Portions of RGB colors in percentages

R + G + B = 136 + 171 + 163 = 470 (100%)
R 136 of 470 ~ 28.94%
G 171 of 470 ~ 36.38%
B 163 of 470 ~ 34.68'%

%28.94
%36.38
%34.68

CMYK color model

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

  • cyan value is 20.47%
  • magenta value is 0.00%
  • yellow value is 4.68%
  • key color value is 32.94%

CMYK: (20,0,5,33)
C20M0Y5K33 (20%, 0%, 5%, 33%)
(0.20 / 0.00 / 0.05 / 0.33)

CMYK percentages

%20.47
%0
%4.68
%32.94

Codes

Color #88ABA3 in popluar color models

88 AB A3
RGB 136 171 163
HSL 166° 17.24% 60.20%
HSB/HSV 166° 20.47% 67.06%
CMYK 20.47% 0.00% 4.68%
32.94%

Color #88ABA3 in popluar number systems.

HEX 88 AB A3
Decimal 136 171 163
Binary 10001000 10101011 10100011
Octal 210 253 243

Shades and tints

Shades of #88ABA3

#88ABA3
(136,171,163)
#7C9C95
(124,156,149)
#708D87
(112,141,135)
#647E79
(100,126,121)
#586F6B
(88,111,107)
#4C605D
(76,96,93)
#40514F
(64,81,79)
#344241
(52,66,65)
#283333
(40,51,51)
#1C2425
(28,36,37)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #88ABA3

#88ABA3
(136,171,163)
#92B2AB
(146,178,171)
#9CB9B3
(156,185,179)
#A6C0BB
(166,192,187)
#B0C7C3
(176,199,195)
#BACECB
(186,206,203)
#C4D5D3
(196,213,211)
#CEDCDB
(206,220,219)
#D8E3E3
(216,227,227)
#E2EAEB
(226,234,235)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88ABA3; }

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

This text font color is #88ABA3.

Background Color

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

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

This div background color is #88ABA3.

Border color

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

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

This div border color is #88ABA3.

Opacity

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

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

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

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

This text has shadow with #88ABA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88ABA3.

Preview

Color preview on black background

This text has color #88ABA3 on black background.


Color preview on white background

This text has color #88ABA3 on white background.


Black color preview on #88ABA3 background

This text has black color on #88ABA3 background.


White color preview on #88ABA3 background

This text has white color on #88ABA3 background.


Related colors

Complementary color

Complementary color for #hex is #77545C.


I love getcolorcode.com

Triadic colors

1 #A388AB and #ABA388 with #88ABA3 are triadic colors.

2 #A3AB88 and #AB88A3 with #88ABA3 are triadic colors.