COLOR #88AB89

HEX: #88AB89
RGB: (136,171,137)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

136
171
137

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

Portions of RGB colors in percentages

R + G + B =
136 + 171 + 137 = 444 (100%)
R 136 of 444 ~ 30.63%
G 171 of 444 ~ 38.51%
B 137 of 444 ~ 30.86%

%30.63
%38.51
%30.86

CMYK color model

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

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

CMYK percentages

%20.47
%0
%19.88
%32.94

Codes

Color #88AB89 in popluar color models

88AB89
RGB136171137
HSL122°17.24%60.20%
HSB/HSV122°20.47%67.06%
CMYK20.47%0.00%19.88%
32.94%

Color #88AB89 in popluar number systems.

HEX88AB89
Decimal136171137
Binary100010001010101110001001
Octal210253211

Shades and tints

Shades of #88AB89

#88AB89
(136,171,137)
#7C9C7D
(124,156,125)
#708D71
(112,141,113)
#647E65
(100,126,101)
#586F59
(88,111,89)
#4C604D
(76,96,77)
#405141
(64,81,65)
#344235
(52,66,53)
#283329
(40,51,41)
#1C241D
(28,36,29)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #88AB89

#88AB89
(136,171,137)
#92B293
(146,178,147)
#9CB99D
(156,185,157)
#A6C0A7
(166,192,167)
#B0C7B1
(176,199,177)
#BACEBB
(186,206,187)
#C4D5C5
(196,213,197)
#CEDCCF
(206,220,207)
#D8E3D9
(216,227,217)
#E2EAE3
(226,234,227)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AB89; }

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

This text font color is #88AB89.


Background Color

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

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

This div background color is #88AB89.


Border color

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

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

This div border color is #88AB89.


Opacity

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

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

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

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

This text has shadow with #88AB89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AB89 on black background.


Color preview on white background

This text has color #88AB89 on white background.



Black color preview on #88AB89 background

This text has black color on #88AB89 background.


White color preview on #88AB89 background

This text has white color on #88AB89 background.