COLOR #88A39D

HEX: #88A39D RGB: (136,163,157)

Color info

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

RGB color model

#88A39D color RGB value is (136,163,157).

RGB: (136,163,157) (53%, 64%, 62%)

RGB channels and saturation

R 136 of 255 = 53%
G 163 of 255 = 64%
B 157 of 255 = 62%

136
163
157

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

Portions of RGB colors in percentages

R + G + B = 136 + 163 + 157 = 456 (100%)
R 136 of 456 ~ 29.82%
G 163 of 456 ~ 35.75%
B 157 of 456 ~ 34.43'%

%29.82
%35.75
%34.43

CMYK color model

#88A39D color CMYK value is (17,0,4,36).

  • cyan value is 16.56%
  • magenta value is 0.00%
  • yellow value is 3.68%
  • key color value is 36.08%

CMYK: (17,0,4,36)
C17M0Y4K36 (17%, 0%, 4%, 36%)
(0.17 / 0.00 / 0.04 / 0.36)

CMYK percentages

%16.56
%0
%3.68
%36.08

Codes

Color #88A39D in popluar color models

88 A3 9D
RGB 136 163 157
HSL 167° 12.80% 58.63%
HSB/HSV 167° 16.56% 63.92%
CMYK 16.56% 0.00% 3.68%
36.08%

Color #88A39D in popluar number systems.

HEX 88 A3 9D
Decimal 136 163 157
Binary 10001000 10100011 10011101
Octal 210 243 235

Shades and tints

Shades of #88A39D

#88A39D
(136,163,157)
#7C958F
(124,149,143)
#708781
(112,135,129)
#647973
(100,121,115)
#586B65
(88,107,101)
#4C5D57
(76,93,87)
#404F49
(64,79,73)
#34413B
(52,65,59)
#28332D
(40,51,45)
#1C251F
(28,37,31)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #88A39D

#88A39D
(136,163,157)
#92ABA5
(146,171,165)
#9CB3AD
(156,179,173)
#A6BBB5
(166,187,181)
#B0C3BD
(176,195,189)
#BACBC5
(186,203,197)
#C4D3CD
(196,211,205)
#CEDBD5
(206,219,213)
#D8E3DD
(216,227,221)
#E2EBE5
(226,235,229)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A39D; }

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

This text font color is #88A39D.

Background Color

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

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

This div background color is #88A39D.

Border color

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

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

This div border color is #88A39D.

Opacity

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

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

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

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

This text has shadow with #88A39D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A39D.

Preview

Color preview on black background

This text has color #88A39D on black background.


Color preview on white background

This text has color #88A39D on white background.


Black color preview on #88A39D background

This text has black color on #88A39D background.


White color preview on #88A39D background

This text has white color on #88A39D background.


Related colors

Complementary color

Complementary color for #hex is #775C62.


I love getcolorcode.com

Triadic colors

1 #9D88A3 and #A39D88 with #88A39D are triadic colors.

2 #9DA388 and #A3889D with #88A39D are triadic colors.