COLOR #88A59D

HEX: #88A59D RGB: (136,165,157)

Color info

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

RGB color model

#88A59D color RGB value is (136,165,157).

RGB: (136,165,157) (53%, 65%, 62%)

RGB channels and saturation

R 136 of 255 = 53%
G 165 of 255 = 65%
B 157 of 255 = 62%

136
165
157

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

Portions of RGB colors in percentages

R + G + B = 136 + 165 + 157 = 458 (100%)
R 136 of 458 ~ 29.69%
G 165 of 458 ~ 36.03%
B 157 of 458 ~ 34.28'%

%29.69
%36.03
%34.28

CMYK color model

#88A59D color CMYK value is (18,0,5,35).

  • cyan value is 17.58%
  • magenta value is 0.00%
  • yellow value is 4.85%
  • key color value is 35.29%

CMYK: (18,0,5,35)
C18M0Y5K35 (18%, 0%, 5%, 35%)
(0.18 / 0.00 / 0.05 / 0.35)

CMYK percentages

%17.58
%0
%4.85
%35.29

Codes

Color #88A59D in popluar color models

88 A5 9D
RGB 136 165 157
HSL 163° 13.88% 59.02%
HSB/HSV 163° 17.58% 64.71%
CMYK 17.58% 0.00% 4.85%
35.29%

Color #88A59D in popluar number systems.

HEX 88 A5 9D
Decimal 136 165 157
Binary 10001000 10100101 10011101
Octal 210 245 235

Shades and tints

Shades of #88A59D

#88A59D
(136,165,157)
#7C968F
(124,150,143)
#708781
(112,135,129)
#647873
(100,120,115)
#586965
(88,105,101)
#4C5A57
(76,90,87)
#404B49
(64,75,73)
#343C3B
(52,60,59)
#282D2D
(40,45,45)
#1C1E1F
(28,30,31)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #88A59D

#88A59D
(136,165,157)
#92ADA5
(146,173,165)
#9CB5AD
(156,181,173)
#A6BDB5
(166,189,181)
#B0C5BD
(176,197,189)
#BACDC5
(186,205,197)
#C4D5CD
(196,213,205)
#CEDDD5
(206,221,213)
#D8E5DD
(216,229,221)
#E2EDE5
(226,237,229)
#ECF5ED
(236,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A59D; }

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

This text font color is #88A59D.

Background Color

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

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

This div background color is #88A59D.

Border color

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

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

This div border color is #88A59D.

Opacity

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

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

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

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

This text has shadow with #88A59D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A59D.

Preview

Color preview on black background

This text has color #88A59D on black background.


Color preview on white background

This text has color #88A59D on white background.


Black color preview on #88A59D background

This text has black color on #88A59D background.


White color preview on #88A59D background

This text has white color on #88A59D background.


Related colors

Complementary color

Complementary color for #hex is #775A62.


I love getcolorcode.com

Triadic colors

1 #9D88A5 and #A59D88 with #88A59D are triadic colors.

2 #9DA588 and #A5889D with #88A59D are triadic colors.