COLOR #88AC9B

HEX: #88AC9B
RGB: (136,172,155)

Color info

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

RGB color model

#88AC9B color RGB value is (136,172,155).

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

RGB channels and saturation

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

136
172
155

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

Portions of RGB colors in percentages

R + G + B =
136 + 172 + 155 = 463 (100%)
R 136 of 463 ~ 29.37%
G 172 of 463 ~ 37.15%
B 155 of 463 ~ 33.48%

%29.37
%37.15
%33.48

CMYK color model

#88AC9B color CMYK value is (21,0,10,33).

  • cyan value is 20.93%
  • magenta value is 0.00%
  • yellow value is 9.88%
  • key color value is 32.55%
CMYK:
(21,0,10,33)
C21M0Y10K33 
(21%,0%,10%,33%)
(0.21/0.00/0.10/0.33)	

CMYK percentages

%20.93
%0
%9.88
%32.55

Codes

Color #88AC9B in popluar color models

88AC9B
RGB136172155
HSL152°17.82%60.39%
HSB/HSV152°20.93%67.45%
CMYK20.93%0.00%9.88%
32.55%

Color #88AC9B in popluar number systems.

HEX88AC9B
Decimal136172155
Binary100010001010110010011011
Octal210254233

Shades and tints

Shades of #88AC9B

#88AC9B
(136,172,155)
#7C9D8D
(124,157,141)
#708E7F
(112,142,127)
#647F71
(100,127,113)
#587063
(88,112,99)
#4C6155
(76,97,85)
#405247
(64,82,71)
#344339
(52,67,57)
#28342B
(40,52,43)
#1C251D
(28,37,29)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #88AC9B

#88AC9B
(136,172,155)
#92B3A4
(146,179,164)
#9CBAAD
(156,186,173)
#A6C1B6
(166,193,182)
#B0C8BF
(176,200,191)
#BACFC8
(186,207,200)
#C4D6D1
(196,214,209)
#CEDDDA
(206,221,218)
#D8E4E3
(216,228,227)
#E2EBEC
(226,235,236)
#ECF2F5
(236,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AC9B; }

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

This text font color is #88AC9B.


Background Color

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

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

This div background color is #88AC9B.


Border color

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

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

This div border color is #88AC9B.


Opacity

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

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

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

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

This text has shadow with #88AC9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AC9B on black background.


Color preview on white background

This text has color #88AC9B on white background.



Black color preview on #88AC9B background

This text has black color on #88AC9B background.


White color preview on #88AC9B background

This text has white color on #88AC9B background.