COLOR #88AB9B

HEX: #88AB9B
RGB: (136,171,155)

Color info

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

RGB color model

#88AB9B color RGB value is (136,171,155).

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

RGB channels and saturation

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

136
171
155

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

Portions of RGB colors in percentages

R + G + B =
136 + 171 + 155 = 462 (100%)
R 136 of 462 ~ 29.44%
G 171 of 462 ~ 37.01%
B 155 of 462 ~ 33.55%

%29.44
%37.01
%33.55

CMYK color model

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

  • cyan value is 20.47%
  • magenta value is 0.00%
  • yellow value is 9.36%
  • 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
%9.36
%32.94

Codes

Color #88AB9B in popluar color models

88AB9B
RGB136171155
HSL153°17.24%60.20%
HSB/HSV153°20.47%67.06%
CMYK20.47%0.00%9.36%
32.94%

Color #88AB9B in popluar number systems.

HEX88AB9B
Decimal136171155
Binary100010001010101110011011
Octal210253233

Shades and tints

Shades of #88AB9B

#88AB9B
(136,171,155)
#7C9C8D
(124,156,141)
#708D7F
(112,141,127)
#647E71
(100,126,113)
#586F63
(88,111,99)
#4C6055
(76,96,85)
#405147
(64,81,71)
#344239
(52,66,57)
#28332B
(40,51,43)
#1C241D
(28,36,29)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #88AB9B

#88AB9B
(136,171,155)
#92B2A4
(146,178,164)
#9CB9AD
(156,185,173)
#A6C0B6
(166,192,182)
#B0C7BF
(176,199,191)
#BACEC8
(186,206,200)
#C4D5D1
(196,213,209)
#CEDCDA
(206,220,218)
#D8E3E3
(216,227,227)
#E2EAEC
(226,234,236)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AB9B; }

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

This text font color is #88AB9B.


Background Color

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

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

This div background color is #88AB9B.


Border color

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

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

This div border color is #88AB9B.


Opacity

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

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

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

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

This text has shadow with #88AB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AB9B on black background.


Color preview on white background

This text has color #88AB9B on white background.



Black color preview on #88AB9B background

This text has black color on #88AB9B background.


White color preview on #88AB9B background

This text has white color on #88AB9B background.