COLOR #88AB9C

HEX: #88AB9C RGB: (136,171,156)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

136
171
156

R + G + B ~ 60%. #88AB9C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 171 + 156 = 463 (100%)
R 136 of 463 ~ 29.37%
G 171 of 463 ~ 36.93%
B 156 of 463 ~ 33.69'%

%29.37
%36.93
%33.69

CMYK color model

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

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

CMYK: (20,0,9,33)
C20M0Y9K33 (20%, 0%, 9%, 33%)
(0.20 / 0.00 / 0.09 / 0.33)

CMYK percentages

%20.47
%0
%8.77
%32.94

Codes

Color #88AB9C in popluar color models

88 AB 9C
RGB 136 171 156
HSL 154° 17.24% 60.20%
HSB/HSV 154° 20.47% 67.06%
CMYK 20.47% 0.00% 8.77%
32.94%

Color #88AB9C in popluar number systems.

HEX 88 AB 9C
Decimal 136 171 156
Binary 10001000 10101011 10011100
Octal 210 253 234

Shades and tints

Shades of #88AB9C

#88AB9C
(136,171,156)
#7C9C8E
(124,156,142)
#708D80
(112,141,128)
#647E72
(100,126,114)
#586F64
(88,111,100)
#4C6056
(76,96,86)
#405148
(64,81,72)
#34423A
(52,66,58)
#28332C
(40,51,44)
#1C241E
(28,36,30)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #88AB9C

#88AB9C
(136,171,156)
#92B2A5
(146,178,165)
#9CB9AE
(156,185,174)
#A6C0B7
(166,192,183)
#B0C7C0
(176,199,192)
#BACEC9
(186,206,201)
#C4D5D2
(196,213,210)
#CEDCDB
(206,220,219)
#D8E3E4
(216,227,228)
#E2EAED
(226,234,237)
#ECF1F6
(236,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AB9C; }

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

This text font color is #88AB9C.

Background Color

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

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

This div background color is #88AB9C.

Border color

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

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

This div border color is #88AB9C.

Opacity

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

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

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

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

This text has shadow with #88AB9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88AB9C.

Preview

Color preview on black background

This text has color #88AB9C on black background.


Color preview on white background

This text has color #88AB9C on white background.


Black color preview on #88AB9C background

This text has black color on #88AB9C background.


White color preview on #88AB9C background

This text has white color on #88AB9C background.


Related colors

Complementary color

Complementary color for #hex is #775463.


I love getcolorcode.com

Triadic colors

1 #9C88AB and #AB9C88 with #88AB9C are triadic colors.

2 #9CAB88 and #AB889C with #88AB9C are triadic colors.