COLOR #88A39F

HEX: #88A39F RGB: (136,163,159)

Color info

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

RGB color model

#88A39F color RGB value is (136,163,159).

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

RGB channels and saturation

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

136
163
159

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

Portions of RGB colors in percentages

R + G + B = 136 + 163 + 159 = 458 (100%)
R 136 of 458 ~ 29.69%
G 163 of 458 ~ 35.59%
B 159 of 458 ~ 34.72'%

%29.69
%35.59
%34.72

CMYK color model

#88A39F color CMYK value is (17,0,2,36).

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

CMYK: (17,0,2,36)
C17M0Y2K36 (17%, 0%, 2%, 36%)
(0.17 / 0.00 / 0.02 / 0.36)

CMYK percentages

%16.56
%0
%2.45
%36.08

Codes

Color #88A39F in popluar color models

88 A3 9F
RGB 136 163 159
HSL 171° 12.80% 58.63%
HSB/HSV 171° 16.56% 63.92%
CMYK 16.56% 0.00% 2.45%
36.08%

Color #88A39F in popluar number systems.

HEX 88 A3 9F
Decimal 136 163 159
Binary 10001000 10100011 10011111
Octal 210 243 237

Shades and tints

Shades of #88A39F

#88A39F
(136,163,159)
#7C9591
(124,149,145)
#708783
(112,135,131)
#647975
(100,121,117)
#586B67
(88,107,103)
#4C5D59
(76,93,89)
#404F4B
(64,79,75)
#34413D
(52,65,61)
#28332F
(40,51,47)
#1C2521
(28,37,33)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #88A39F

#88A39F
(136,163,159)
#92ABA7
(146,171,167)
#9CB3AF
(156,179,175)
#A6BBB7
(166,187,183)
#B0C3BF
(176,195,191)
#BACBC7
(186,203,199)
#C4D3CF
(196,211,207)
#CEDBD7
(206,219,215)
#D8E3DF
(216,227,223)
#E2EBE7
(226,235,231)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A39F; }

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

This text font color is #88A39F.

Background Color

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

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

This div background color is #88A39F.

Border color

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

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

This div border color is #88A39F.

Opacity

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

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

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

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

This text has shadow with #88A39F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A39F.

Preview

Color preview on black background

This text has color #88A39F on black background.


Color preview on white background

This text has color #88A39F on white background.


Black color preview on #88A39F background

This text has black color on #88A39F background.


White color preview on #88A39F background

This text has white color on #88A39F background.


Related colors

Complementary color

Complementary color for #hex is #775C60.


I love getcolorcode.com

Triadic colors

1 #9F88A3 and #A39F88 with #88A39F are triadic colors.

2 #9FA388 and #A3889F with #88A39F are triadic colors.