COLOR #88A9A5

HEX: #88A9A5 RGB: (136,169,165)

Color info

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

RGB color model

#88A9A5 color RGB value is (136,169,165).

RGB: (136,169,165) (53%, 66%, 65%)

RGB channels and saturation

R 136 of 255 = 53%
G 169 of 255 = 66%
B 165 of 255 = 65%

136
169
165

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

Portions of RGB colors in percentages

R + G + B = 136 + 169 + 165 = 470 (100%)
R 136 of 470 ~ 28.94%
G 169 of 470 ~ 35.96%
B 165 of 470 ~ 35.11'%

%28.94
%35.96
%35.11

CMYK color model

#88A9A5 color CMYK value is (20,0,2,34).

  • cyan value is 19.53%
  • magenta value is 0.00%
  • yellow value is 2.37%
  • key color value is 33.73%

CMYK: (20,0,2,34)
C20M0Y2K34 (20%, 0%, 2%, 34%)
(0.20 / 0.00 / 0.02 / 0.34)

CMYK percentages

%19.53
%0
%2.37
%33.73

Codes

Color #88A9A5 in popluar color models

88 A9 A5
RGB 136 169 165
HSL 173° 16.10% 59.80%
HSB/HSV 173° 19.53% 66.27%
CMYK 19.53% 0.00% 2.37%
33.73%

Color #88A9A5 in popluar number systems.

HEX 88 A9 A5
Decimal 136 169 165
Binary 10001000 10101001 10100101
Octal 210 251 245

Shades and tints

Shades of #88A9A5

#88A9A5
(136,169,165)
#7C9A96
(124,154,150)
#708B87
(112,139,135)
#647C78
(100,124,120)
#586D69
(88,109,105)
#4C5E5A
(76,94,90)
#404F4B
(64,79,75)
#34403C
(52,64,60)
#28312D
(40,49,45)
#1C221E
(28,34,30)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #88A9A5

#88A9A5
(136,169,165)
#92B0AD
(146,176,173)
#9CB7B5
(156,183,181)
#A6BEBD
(166,190,189)
#B0C5C5
(176,197,197)
#BACCCD
(186,204,205)
#C4D3D5
(196,211,213)
#CEDADD
(206,218,221)
#D8E1E5
(216,225,229)
#E2E8ED
(226,232,237)
#ECEFF5
(236,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A9A5; }

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

This text font color is #88A9A5.

Background Color

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

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

This div background color is #88A9A5.

Border color

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

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

This div border color is #88A9A5.

Opacity

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

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

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

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

This text has shadow with #88A9A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A9A5.

Preview

Color preview on black background

This text has color #88A9A5 on black background.


Color preview on white background

This text has color #88A9A5 on white background.


Black color preview on #88A9A5 background

This text has black color on #88A9A5 background.


White color preview on #88A9A5 background

This text has white color on #88A9A5 background.


Related colors

Complementary color

Complementary color for #hex is #77565A.


I love getcolorcode.com

Triadic colors

1 #A588A9 and #A9A588 with #88A9A5 are triadic colors.

2 #A5A988 and #A988A5 with #88A9A5 are triadic colors.