COLOR #88ACA5

HEX: #88ACA5
RGB: (136,172,165)

Color info

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

RGB color model

#88ACA5 color RGB value is (136,172,165).

  • red value is 136;
  • green value is 172;
  • blue value is 165.
RGB:
(136,172,165)
(53%,67%,65%)

RGB channels and saturation

R 136 of 255 = 53%
G 172 of 255 = 67%
B 165 of 255 = 65%

136
172
165

R + G + B ~ 62%. #88ACA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 172 + 165 = 473 (100%)
R 136 of 473 ~ 28.75%
G 172 of 473 ~ 36.36%
B 165 of 473 ~ 34.88%

%28.75
%36.36
%34.88

CMYK color model

#88ACA5 color CMYK value is (21,0,4,33).

  • cyan value is 20.93%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 32.55%
CMYK:
(21,0,4,33)
C21M0Y4K33 
(21%,0%,4%,33%)
(0.21/0.00/0.04/0.33)	

CMYK percentages

%20.93
%0
%4.07
%32.55

Codes

Color #88ACA5 in popluar color models

88ACA5
RGB136172165
HSL168°17.82%60.39%
HSB/HSV168°20.93%67.45%
CMYK20.93%0.00%4.07%
32.55%

Color #88ACA5 in popluar number systems.

HEX88ACA5
Decimal136172165
Binary100010001010110010100101
Octal210254245

Shades and tints

Shades of #88ACA5

#88ACA5
(136,172,165)
#7C9D96
(124,157,150)
#708E87
(112,142,135)
#647F78
(100,127,120)
#587069
(88,112,105)
#4C615A
(76,97,90)
#40524B
(64,82,75)
#34433C
(52,67,60)
#28342D
(40,52,45)
#1C251E
(28,37,30)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #88ACA5

#88ACA5
(136,172,165)
#92B3AD
(146,179,173)
#9CBAB5
(156,186,181)
#A6C1BD
(166,193,189)
#B0C8C5
(176,200,197)
#BACFCD
(186,207,205)
#C4D6D5
(196,214,213)
#CEDDDD
(206,221,221)
#D8E4E5
(216,228,229)
#E2EBED
(226,235,237)
#ECF2F5
(236,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88ACA5; }

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

This text font color is #88ACA5.


Background Color

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

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

This div background color is #88ACA5.


Border color

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

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

This div border color is #88ACA5.


Opacity

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

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

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

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

This text has shadow with #88ACA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88ACA5 on black background.


Color preview on white background

This text has color #88ACA5 on white background.



Black color preview on #88ACA5 background

This text has black color on #88ACA5 background.


White color preview on #88ACA5 background

This text has white color on #88ACA5 background.