COLOR #88AC8B

HEX: #88AC8B
RGB: (136,172,139)

Color info

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

RGB color model

#88AC8B color RGB value is (136,172,139).

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

RGB channels and saturation

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

136
172
139

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

Portions of RGB colors in percentages

R + G + B =
136 + 172 + 139 = 447 (100%)
R 136 of 447 ~ 30.43%
G 172 of 447 ~ 38.48%
B 139 of 447 ~ 31.1%

%30.43
%38.48
%31.1

CMYK color model

#88AC8B color CMYK value is (21,0,19,33).

  • cyan value is 20.93%
  • magenta value is 0.00%
  • yellow value is 19.19%
  • key color value is 32.55%
CMYK:
(21,0,19,33)
C21M0Y19K33 
(21%,0%,19%,33%)
(0.21/0.00/0.19/0.33)	

CMYK percentages

%20.93
%0
%19.19
%32.55

Codes

Color #88AC8B in popluar color models

88AC8B
RGB136172139
HSL125°17.82%60.39%
HSB/HSV125°20.93%67.45%
CMYK20.93%0.00%19.19%
32.55%

Color #88AC8B in popluar number systems.

HEX88AC8B
Decimal136172139
Binary100010001010110010001011
Octal210254213

Shades and tints

Shades of #88AC8B

#88AC8B
(136,172,139)
#7C9D7F
(124,157,127)
#708E73
(112,142,115)
#647F67
(100,127,103)
#58705B
(88,112,91)
#4C614F
(76,97,79)
#405243
(64,82,67)
#344337
(52,67,55)
#28342B
(40,52,43)
#1C251F
(28,37,31)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #88AC8B

#88AC8B
(136,172,139)
#92B395
(146,179,149)
#9CBA9F
(156,186,159)
#A6C1A9
(166,193,169)
#B0C8B3
(176,200,179)
#BACFBD
(186,207,189)
#C4D6C7
(196,214,199)
#CEDDD1
(206,221,209)
#D8E4DB
(216,228,219)
#E2EBE5
(226,235,229)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AC8B; }

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

This text font color is #88AC8B.


Background Color

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

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

This div background color is #88AC8B.


Border color

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

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

This div border color is #88AC8B.


Opacity

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

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

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

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

This text has shadow with #88AC8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AC8B on black background.


Color preview on white background

This text has color #88AC8B on white background.



Black color preview on #88AC8B background

This text has black color on #88AC8B background.


White color preview on #88AC8B background

This text has white color on #88AC8B background.