COLOR #88A09D

HEX: #88A09D RGB: (136,160,157)

Color info

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

RGB color model

#88A09D color RGB value is (136,160,157).

RGB: (136,160,157) (53%, 63%, 62%)

RGB channels and saturation

R 136 of 255 = 53%
G 160 of 255 = 63%
B 157 of 255 = 62%

136
160
157

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

Portions of RGB colors in percentages

R + G + B = 136 + 160 + 157 = 453 (100%)
R 136 of 453 ~ 30.02%
G 160 of 453 ~ 35.32%
B 157 of 453 ~ 34.66'%

%30.02
%35.32
%34.66

CMYK color model

#88A09D color CMYK value is (15,0,2,37).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 1.87%
  • key color value is 37.25%

CMYK: (15,0,2,37)
C15M0Y2K37 (15%, 0%, 2%, 37%)
(0.15 / 0.00 / 0.02 / 0.37)

CMYK percentages

%15
%0
%1.87
%37.25

Codes

Color #88A09D in popluar color models

88 A0 9D
RGB 136 160 157
HSL 173° 11.21% 58.04%
HSB/HSV 173° 15.00% 62.75%
CMYK 15.00% 0.00% 1.87%
37.25%

Color #88A09D in popluar number systems.

HEX 88 A0 9D
Decimal 136 160 157
Binary 10001000 10100000 10011101
Octal 210 240 235

Shades and tints

Shades of #88A09D

#88A09D
(136,160,157)
#7C928F
(124,146,143)
#708481
(112,132,129)
#647673
(100,118,115)
#586865
(88,104,101)
#4C5A57
(76,90,87)
#404C49
(64,76,73)
#343E3B
(52,62,59)
#28302D
(40,48,45)
#1C221F
(28,34,31)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #88A09D

#88A09D
(136,160,157)
#92A8A5
(146,168,165)
#9CB0AD
(156,176,173)
#A6B8B5
(166,184,181)
#B0C0BD
(176,192,189)
#BAC8C5
(186,200,197)
#C4D0CD
(196,208,205)
#CED8D5
(206,216,213)
#D8E0DD
(216,224,221)
#E2E8E5
(226,232,229)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A09D; }

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

This text font color is #88A09D.

Background Color

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

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

This div background color is #88A09D.

Border color

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

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

This div border color is #88A09D.

Opacity

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

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

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

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

This text has shadow with #88A09D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A09D.

Preview

Color preview on black background

This text has color #88A09D on black background.


Color preview on white background

This text has color #88A09D on white background.


Black color preview on #88A09D background

This text has black color on #88A09D background.


White color preview on #88A09D background

This text has white color on #88A09D background.


Related colors

Complementary color

Complementary color for #hex is #775F62.


I love getcolorcode.com

Triadic colors

1 #9D88A0 and #A09D88 with #88A09D are triadic colors.

2 #9DA088 and #A0889D with #88A09D are triadic colors.