COLOR #88AB8B

HEX: #88AB8B
RGB: (136,171,139)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

136
171
139

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

Portions of RGB colors in percentages

R + G + B =
136 + 171 + 139 = 446 (100%)
R 136 of 446 ~ 30.49%
G 171 of 446 ~ 38.34%
B 139 of 446 ~ 31.17%

%30.49
%38.34
%31.17

CMYK color model

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

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

CMYK percentages

%20.47
%0
%18.71
%32.94

Codes

Color #88AB8B in popluar color models

88AB8B
RGB136171139
HSL125°17.24%60.20%
HSB/HSV125°20.47%67.06%
CMYK20.47%0.00%18.71%
32.94%

Color #88AB8B in popluar number systems.

HEX88AB8B
Decimal136171139
Binary100010001010101110001011
Octal210253213

Shades and tints

Shades of #88AB8B

#88AB8B
(136,171,139)
#7C9C7F
(124,156,127)
#708D73
(112,141,115)
#647E67
(100,126,103)
#586F5B
(88,111,91)
#4C604F
(76,96,79)
#405143
(64,81,67)
#344237
(52,66,55)
#28332B
(40,51,43)
#1C241F
(28,36,31)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #88AB8B

#88AB8B
(136,171,139)
#92B295
(146,178,149)
#9CB99F
(156,185,159)
#A6C0A9
(166,192,169)
#B0C7B3
(176,199,179)
#BACEBD
(186,206,189)
#C4D5C7
(196,213,199)
#CEDCD1
(206,220,209)
#D8E3DB
(216,227,219)
#E2EAE5
(226,234,229)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AB8B; }

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

This text font color is #88AB8B.


Background Color

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

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

This div background color is #88AB8B.


Border color

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

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

This div border color is #88AB8B.


Opacity

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

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

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

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

This text has shadow with #88AB8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AB8B on black background.


Color preview on white background

This text has color #88AB8B on white background.



Black color preview on #88AB8B background

This text has black color on #88AB8B background.


White color preview on #88AB8B background

This text has white color on #88AB8B background.