COLOR #88988A

HEX: #88988A RGB: (136,152,138)

Color info

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

RGB color model

#88988A color RGB value is (136,152,138).

RGB: (136,152,138) (53%, 60%, 54%)

RGB channels and saturation

R 136 of 255 = 53%
G 152 of 255 = 60%
B 138 of 255 = 54%

136
152
138

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

Portions of RGB colors in percentages

R + G + B = 136 + 152 + 138 = 426 (100%)
R 136 of 426 ~ 31.92%
G 152 of 426 ~ 35.68%
B 138 of 426 ~ 32.39'%

%31.92
%35.68
%32.39

CMYK color model

#88988A color CMYK value is (11,0,9,40).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • key color value is 40.39%

CMYK: (11,0,9,40)
C11M0Y9K40 (11%, 0%, 9%, 40%)
(0.11 / 0.00 / 0.09 / 0.40)

CMYK percentages

%10.53
%0
%9.21
%40.39

Codes

Color #88988A in popluar color models

88 98 8A
RGB 136 152 138
HSL 128° 7.21% 56.47%
HSB/HSV 128° 10.53% 59.61%
CMYK 10.53% 0.00% 9.21%
40.39%

Color #88988A in popluar number systems.

HEX 88 98 8A
Decimal 136 152 138
Binary 10001000 10011000 10001010
Octal 210 230 212

Shades and tints

Shades of #88988A

#88988A
(136,152,138)
#7C8B7E
(124,139,126)
#707E72
(112,126,114)
#647166
(100,113,102)
#58645A
(88,100,90)
#4C574E
(76,87,78)
#404A42
(64,74,66)
#343D36
(52,61,54)
#28302A
(40,48,42)
#1C231E
(28,35,30)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #88988A

#88988A
(136,152,138)
#92A194
(146,161,148)
#9CAA9E
(156,170,158)
#A6B3A8
(166,179,168)
#B0BCB2
(176,188,178)
#BAC5BC
(186,197,188)
#C4CEC6
(196,206,198)
#CED7D0
(206,215,208)
#D8E0DA
(216,224,218)
#E2E9E4
(226,233,228)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88988A; }

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

This text font color is #88988A.

Background Color

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

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

This div background color is #88988A.

Border color

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

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

This div border color is #88988A.

Opacity

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

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

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

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

This text has shadow with #88988A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88988A.

Preview

Color preview on black background

This text has color #88988A on black background.


Color preview on white background

This text has color #88988A on white background.


Black color preview on #88988A background

This text has black color on #88988A background.


White color preview on #88988A background

This text has white color on #88988A background.


Related colors

Complementary color

Complementary color for #hex is #776775.


I love getcolorcode.com

Triadic colors

1 #8A8898 and #988A88 with #88988A are triadic colors.

2 #8A9888 and #98888A with #88988A are triadic colors.