COLOR #88ACA1

HEX: #88ACA1
RGB: (136,172,161)

Color info

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

RGB color model

#88ACA1 color RGB value is (136,172,161).

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

RGB channels and saturation

R 136 of 255 = 53%
G 172 of 255 = 67%
B 161 of 255 = 63%

136
172
161

R + G + B ~ 61%. #88ACA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 172 + 161 = 469 (100%)
R 136 of 469 ~ 29%
G 172 of 469 ~ 36.67%
B 161 of 469 ~ 34.33%

%29
%36.67
%34.33

CMYK color model

#88ACA1 color CMYK value is (21,0,6,33).

  • cyan value is 20.93%
  • magenta value is 0.00%
  • yellow value is 6.40%
  • key color value is 32.55%
CMYK:
(21,0,6,33)
C21M0Y6K33 
(21%,0%,6%,33%)
(0.21/0.00/0.06/0.33)	

CMYK percentages

%20.93
%0
%6.4
%32.55

Codes

Color #88ACA1 in popluar color models

88ACA1
RGB136172161
HSL162°17.82%60.39%
HSB/HSV162°20.93%67.45%
CMYK20.93%0.00%6.40%
32.55%

Color #88ACA1 in popluar number systems.

HEX88ACA1
Decimal136172161
Binary100010001010110010100001
Octal210254241

Shades and tints

Shades of #88ACA1

#88ACA1
(136,172,161)
#7C9D93
(124,157,147)
#708E85
(112,142,133)
#647F77
(100,127,119)
#587069
(88,112,105)
#4C615B
(76,97,91)
#40524D
(64,82,77)
#34433F
(52,67,63)
#283431
(40,52,49)
#1C2523
(28,37,35)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #88ACA1

#88ACA1
(136,172,161)
#92B3A9
(146,179,169)
#9CBAB1
(156,186,177)
#A6C1B9
(166,193,185)
#B0C8C1
(176,200,193)
#BACFC9
(186,207,201)
#C4D6D1
(196,214,209)
#CEDDD9
(206,221,217)
#D8E4E1
(216,228,225)
#E2EBE9
(226,235,233)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88ACA1; }

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

This text font color is #88ACA1.


Background Color

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

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

This div background color is #88ACA1.


Border color

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

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

This div border color is #88ACA1.


Opacity

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

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

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

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

This text has shadow with #88ACA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88ACA1 on black background.


Color preview on white background

This text has color #88ACA1 on white background.



Black color preview on #88ACA1 background

This text has black color on #88ACA1 background.


White color preview on #88ACA1 background

This text has white color on #88ACA1 background.