COLOR #88AA9A

HEX: #88AA9A RGB: (136,170,154)

Color info

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

RGB color model

#88AA9A color RGB value is (136,170,154).

RGB: (136,170,154) (53%, 67%, 60%)

RGB channels and saturation

R 136 of 255 = 53%
G 170 of 255 = 67%
B 154 of 255 = 60%

136
170
154

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

Portions of RGB colors in percentages

R + G + B = 136 + 170 + 154 = 460 (100%)
R 136 of 460 ~ 29.57%
G 170 of 460 ~ 36.96%
B 154 of 460 ~ 33.48'%

%29.57
%36.96
%33.48

CMYK color model

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

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 9.41%
  • key color value is 33.33%

CMYK: (20,0,9,33)
C20M0Y9K33 (20%, 0%, 9%, 33%)
(0.20 / 0.00 / 0.09 / 0.33)

CMYK percentages

%20
%0
%9.41
%33.33

Codes

Color #88AA9A in popluar color models

88 AA 9A
RGB 136 170 154
HSL 152° 16.67% 60.00%
HSB/HSV 152° 20.00% 66.67%
CMYK 20.00% 0.00% 9.41%
33.33%

Color #88AA9A in popluar number systems.

HEX 88 AA 9A
Decimal 136 170 154
Binary 10001000 10101010 10011010
Octal 210 252 232

Shades and tints

Shades of #88AA9A

#88AA9A
(136,170,154)
#7C9B8C
(124,155,140)
#708C7E
(112,140,126)
#647D70
(100,125,112)
#586E62
(88,110,98)
#4C5F54
(76,95,84)
#405046
(64,80,70)
#344138
(52,65,56)
#28322A
(40,50,42)
#1C231C
(28,35,28)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #88AA9A

#88AA9A
(136,170,154)
#92B1A3
(146,177,163)
#9CB8AC
(156,184,172)
#A6BFB5
(166,191,181)
#B0C6BE
(176,198,190)
#BACDC7
(186,205,199)
#C4D4D0
(196,212,208)
#CEDBD9
(206,219,217)
#D8E2E2
(216,226,226)
#E2E9EB
(226,233,235)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AA9A; }

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

This text font color is #88AA9A.

Background Color

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

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

This div background color is #88AA9A.

Border color

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

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

This div border color is #88AA9A.

Opacity

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

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

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

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

This text has shadow with #88AA9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88AA9A.

Preview

Color preview on black background

This text has color #88AA9A on black background.


Color preview on white background

This text has color #88AA9A on white background.


Black color preview on #88AA9A background

This text has black color on #88AA9A background.


White color preview on #88AA9A background

This text has white color on #88AA9A background.


Related colors

Complementary color

Complementary color for #hex is #775565.


I love getcolorcode.com

Triadic colors

1 #9A88AA and #AA9A88 with #88AA9A are triadic colors.

2 #9AAA88 and #AA889A with #88AA9A are triadic colors.