COLOR #88808A

HEX: #88808A RGB: (136,128,138)

Color info

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

RGB color model

#88808A color RGB value is (136,128,138).

RGB: (136,128,138) (53%, 50%, 54%)

RGB channels and saturation

R 136 of 255 = 53%
G 128 of 255 = 50%
B 138 of 255 = 54%

136
128
138

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

Portions of RGB colors in percentages

R + G + B = 136 + 128 + 138 = 402 (100%)
R 136 of 402 ~ 33.83%
G 128 of 402 ~ 31.84%
B 138 of 402 ~ 34.33'%

%33.83
%31.84
%34.33

CMYK color model

#88808A color CMYK value is (1,7,0,46).

  • cyan value is 1.45%
  • magenta value is 7.25%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (1,7,0,46)
C1M7Y0K46 (1%, 7%, 0%, 46%)
(0.01 / 0.07 / 0.00 / 0.46)

CMYK percentages

%1.45
%7.25
%0
%45.88

Codes

Color #88808A in popluar color models

88 80 8A
RGB 136 128 138
HSL 288° 4.10% 52.16%
HSB/HSV 288° 7.25% 54.12%
CMYK 1.45% 7.25% 0.00%
45.88%

Color #88808A in popluar number systems.

HEX 88 80 8A
Decimal 136 128 138
Binary 10001000 10000000 10001010
Octal 210 200 212

Shades and tints

Shades of #88808A

#88808A
(136,128,138)
#7C757E
(124,117,126)
#706A72
(112,106,114)
#645F66
(100,95,102)
#58545A
(88,84,90)
#4C494E
(76,73,78)
#403E42
(64,62,66)
#343336
(52,51,54)
#28282A
(40,40,42)
#1C1D1E
(28,29,30)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #88808A

#88808A
(136,128,138)
#928B94
(146,139,148)
#9C969E
(156,150,158)
#A6A1A8
(166,161,168)
#B0ACB2
(176,172,178)
#BAB7BC
(186,183,188)
#C4C2C6
(196,194,198)
#CECDD0
(206,205,208)
#D8D8DA
(216,216,218)
#E2E3E4
(226,227,228)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88808A; }

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

This text font color is #88808A.

Background Color

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

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

This div background color is #88808A.

Border color

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

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

This div border color is #88808A.

Opacity

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

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

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

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

This text has shadow with #88808A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88808A.

Preview

Color preview on black background

This text has color #88808A on black background.


Color preview on white background

This text has color #88808A on white background.


Black color preview on #88808A background

This text has black color on #88808A background.


White color preview on #88808A background

This text has white color on #88808A background.


Related colors

Complementary color

Complementary color for #hex is #777F75.


I love getcolorcode.com

Triadic colors

1 #8A8880 and #808A88 with #88808A are triadic colors.

2 #8A8088 and #80888A with #88808A are triadic colors.