COLOR #88AAA5

HEX: #88AAA5 RGB: (136,170,165)

Color info

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

RGB color model

#88AAA5 color RGB value is (136,170,165).

RGB: (136,170,165) (53%, 67%, 65%)

RGB channels and saturation

R 136 of 255 = 53%
G 170 of 255 = 67%
B 165 of 255 = 65%

136
170
165

R + G + B ~ 62%. #88AAA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 170 + 165 = 471 (100%)
R 136 of 471 ~ 28.87%
G 170 of 471 ~ 36.09%
B 165 of 471 ~ 35.03'%

%28.87
%36.09
%35.03

CMYK color model

#88AAA5 color CMYK value is (20,0,3,33).

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

CMYK: (20,0,3,33)
C20M0Y3K33 (20%, 0%, 3%, 33%)
(0.20 / 0.00 / 0.03 / 0.33)

CMYK percentages

%20
%0
%2.94
%33.33

Codes

Color #88AAA5 in popluar color models

88 AA A5
RGB 136 170 165
HSL 171° 16.67% 60.00%
HSB/HSV 171° 20.00% 66.67%
CMYK 20.00% 0.00% 2.94%
33.33%

Color #88AAA5 in popluar number systems.

HEX 88 AA A5
Decimal 136 170 165
Binary 10001000 10101010 10100101
Octal 210 252 245

Shades and tints

Shades of #88AAA5

#88AAA5
(136,170,165)
#7C9B96
(124,155,150)
#708C87
(112,140,135)
#647D78
(100,125,120)
#586E69
(88,110,105)
#4C5F5A
(76,95,90)
#40504B
(64,80,75)
#34413C
(52,65,60)
#28322D
(40,50,45)
#1C231E
(28,35,30)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #88AAA5

#88AAA5
(136,170,165)
#92B1AD
(146,177,173)
#9CB8B5
(156,184,181)
#A6BFBD
(166,191,189)
#B0C6C5
(176,198,197)
#BACDCD
(186,205,205)
#C4D4D5
(196,212,213)
#CEDBDD
(206,219,221)
#D8E2E5
(216,226,229)
#E2E9ED
(226,233,237)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AAA5; }

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

This text font color is #88AAA5.

Background Color

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

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

This div background color is #88AAA5.

Border color

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

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

This div border color is #88AAA5.

Opacity

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

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

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

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

This text has shadow with #88AAA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88AAA5.

Preview

Color preview on black background

This text has color #88AAA5 on black background.


Color preview on white background

This text has color #88AAA5 on white background.


Black color preview on #88AAA5 background

This text has black color on #88AAA5 background.


White color preview on #88AAA5 background

This text has white color on #88AAA5 background.


Related colors

Complementary color

Complementary color for #hex is #77555A.


I love getcolorcode.com

Triadic colors

1 #A588AA and #AAA588 with #88AAA5 are triadic colors.

2 #A5AA88 and #AA88A5 with #88AAA5 are triadic colors.