COLOR #88AA9E

HEX: #88AA9E
RGB: (136,170,158)

Color info

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

RGB color model

#88AA9E color RGB value is (136,170,158).

  • red value is 136;
  • green value is 170;
  • blue value is 158.
RGB:
(136,170,158)
(53%,67%,62%)

RGB channels and saturation

R 136 of 255 = 53%
G 170 of 255 = 67%
B 158 of 255 = 62%

136
170
158

R + G + B ~ 61%. #88AA9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 170 + 158 = 464 (100%)
R 136 of 464 ~ 29.31%
G 170 of 464 ~ 36.64%
B 158 of 464 ~ 34.05%

%29.31
%36.64
%34.05

CMYK color model

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

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 7.06%
  • key color value is 33.33%
CMYK:
(20,0,7,33)
C20M0Y7K33 
(20%,0%,7%,33%)
(0.20/0.00/0.07/0.33)	

CMYK percentages

%20
%0
%7.06
%33.33

Codes

Color #88AA9E in popluar color models

88AA9E
RGB136170158
HSL159°16.67%60.00%
HSB/HSV159°20.00%66.67%
CMYK20.00%0.00%7.06%
33.33%

Color #88AA9E in popluar number systems.

HEX88AA9E
Decimal136170158
Binary100010001010101010011110
Octal210252236

Shades and tints

Shades of #88AA9E

#88AA9E
(136,170,158)
#7C9B90
(124,155,144)
#708C82
(112,140,130)
#647D74
(100,125,116)
#586E66
(88,110,102)
#4C5F58
(76,95,88)
#40504A
(64,80,74)
#34413C
(52,65,60)
#28322E
(40,50,46)
#1C2320
(28,35,32)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #88AA9E

#88AA9E
(136,170,158)
#92B1A6
(146,177,166)
#9CB8AE
(156,184,174)
#A6BFB6
(166,191,182)
#B0C6BE
(176,198,190)
#BACDC6
(186,205,198)
#C4D4CE
(196,212,206)
#CEDBD6
(206,219,214)
#D8E2DE
(216,226,222)
#E2E9E6
(226,233,230)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88AA9E color. Also use rgb(136,170,158) instead hex code.

Text Font Color

.myTextColor { color: #88AA9E; }

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

This text font color is #88AA9E.


Background Color

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

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

This div background color is #88AA9E.


Border color

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

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

This div border color is #88AA9E.


Opacity

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

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

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

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

This text has shadow with #88AA9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AA9E on black background.


Color preview on white background

This text has color #88AA9E on white background.



Black color preview on #88AA9E background

This text has black color on #88AA9E background.


White color preview on #88AA9E background

This text has white color on #88AA9E background.