COLOR #88808C

HEX: #88808C
RGB: (136,128,140)

Color info

#88808C contains red, green and blue colors in about the same proportion. Web safe color of #88808C is #996699 (or #969).

RGB color model

#88808C color RGB value is (136,128,140).

  • red value is 136;
  • green value is 128;
  • blue value is 140.
RGB:
(136,128,140)
(53%,50%,55%)

RGB channels and saturation

R 136 of 255 = 53%
G 128 of 255 = 50%
B 140 of 255 = 55%

136
128
140

R + G + B ~ 53%. #88808C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 128 + 140 = 404 (100%)
R 136 of 404 ~ 33.66%
G 128 of 404 ~ 31.68%
B 140 of 404 ~ 34.65%

%33.66
%31.68
%34.65

CMYK color model

#88808C color CMYK value is (3,9,0,45).

  • cyan value is 2.86%
  • magenta value is 8.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(3,9,0,45)
C3M9Y0K45 
(3%,9%,0%,45%)
(0.03/0.09/0.00/0.45)	

CMYK percentages

%2.86
%8.57
%0
%45.1

Codes

Color #88808C in popluar color models

88808C
RGB136128140
HSL280°4.96%52.55%
HSB/HSV280°8.57%54.90%
CMYK2.86%8.57%0.00%
45.10%

Color #88808C in popluar number systems.

HEX88808C
Decimal136128140
Binary100010001000000010001100
Octal210200214

Shades and tints

Shades of #88808C

#88808C
(136,128,140)
#7C7580
(124,117,128)
#706A74
(112,106,116)
#645F68
(100,95,104)
#58545C
(88,84,92)
#4C4950
(76,73,80)
#403E44
(64,62,68)
#343338
(52,51,56)
#28282C
(40,40,44)
#1C1D20
(28,29,32)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #88808C

#88808C
(136,128,140)
#928B96
(146,139,150)
#9C96A0
(156,150,160)
#A6A1AA
(166,161,170)
#B0ACB4
(176,172,180)
#BAB7BE
(186,183,190)
#C4C2C8
(196,194,200)
#CECDD2
(206,205,210)
#D8D8DC
(216,216,220)
#E2E3E6
(226,227,230)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88808C color. Also use rgb(136,128,140) instead hex code.

Text Font Color

.myTextColor { color: #88808C; }

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

This text font color is #88808C.


Background Color

.myBgColor { background-color: #88808C; }

<div style="background-color:#88808C">Inner text</div>

This div background color is #88808C.


Border color

.myBorderColor { border: 1px solid #88808C; }

<div style="border:3px solid #88808C">Div</div>

This div border color is #88808C.


Opacity

.myOpacity80 { color: #88808C; opacity: 0.8; }

<p style="color:#88808C;opacity:0.8;">80%</p>

Text with #88808C 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 #88808C;}

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

This text has shadow with #88808C color.

.textShadow {text-shadow: 3px 3px 1px #88808C, 3px 3px 1px red;}

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

This text has shadow with #88808C primary color and red secondary color.


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

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

This text has shadow with #88808C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88808C on black background.


Color preview on white background

This text has color #88808C on white background.



Black color preview on #88808C background

This text has black color on #88808C background.


White color preview on #88808C background

This text has white color on #88808C background.