COLOR #88A29F

HEX: #88A29F
RGB: (136,162,159)

Color info

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

RGB color model

#88A29F color RGB value is (136,162,159).

  • red value is 136;
  • green value is 162;
  • blue value is 159.
RGB:
(136,162,159)
(53%,64%,62%)

RGB channels and saturation

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

136
162
159

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

Portions of RGB colors in percentages

R + G + B =
136 + 162 + 159 = 457 (100%)
R 136 of 457 ~ 29.76%
G 162 of 457 ~ 35.45%
B 159 of 457 ~ 34.79%

%29.76
%35.45
%34.79

CMYK color model

#88A29F color CMYK value is (16,0,2,36).

  • cyan value is 16.05%
  • magenta value is 0.00%
  • yellow value is 1.85%
  • key color value is 36.47%
CMYK:
(16,0,2,36)
C16M0Y2K36 
(16%,0%,2%,36%)
(0.16/0.00/0.02/0.36)	

CMYK percentages

%16.05
%0
%1.85
%36.47

Codes

Color #88A29F in popluar color models

88A29F
RGB136162159
HSL173°12.26%58.43%
HSB/HSV173°16.05%63.53%
CMYK16.05%0.00%1.85%
36.47%

Color #88A29F in popluar number systems.

HEX88A29F
Decimal136162159
Binary100010001010001010011111
Octal210242237

Shades and tints

Shades of #88A29F

#88A29F
(136,162,159)
#7C9491
(124,148,145)
#708683
(112,134,131)
#647875
(100,120,117)
#586A67
(88,106,103)
#4C5C59
(76,92,89)
#404E4B
(64,78,75)
#34403D
(52,64,61)
#28322F
(40,50,47)
#1C2421
(28,36,33)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #88A29F

#88A29F
(136,162,159)
#92AAA7
(146,170,167)
#9CB2AF
(156,178,175)
#A6BAB7
(166,186,183)
#B0C2BF
(176,194,191)
#BACAC7
(186,202,199)
#C4D2CF
(196,210,207)
#CEDAD7
(206,218,215)
#D8E2DF
(216,226,223)
#E2EAE7
(226,234,231)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A29F; }

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

This text font color is #88A29F.


Background Color

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

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

This div background color is #88A29F.


Border color

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

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

This div border color is #88A29F.


Opacity

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

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

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

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

This text has shadow with #88A29F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A29F on black background.


Color preview on white background

This text has color #88A29F on white background.



Black color preview on #88A29F background

This text has black color on #88A29F background.


White color preview on #88A29F background

This text has white color on #88A29F background.