COLOR #88899C

HEX: #88899C RGB: (136,137,156)

Color info

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

RGB color model

#88899C color RGB value is (136,137,156).

RGB: (136,137,156) (53%, 54%, 61%)

RGB channels and saturation

R 136 of 255 = 53%
G 137 of 255 = 54%
B 156 of 255 = 61%

136
137
156

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

Portions of RGB colors in percentages

R + G + B = 136 + 137 + 156 = 429 (100%)
R 136 of 429 ~ 31.7%
G 137 of 429 ~ 31.93%
B 156 of 429 ~ 36.36'%

%31.7
%31.93
%36.36

CMYK color model

#88899C color CMYK value is (13,12,0,39).

  • cyan value is 12.82%
  • magenta value is 12.18%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (13,12,0,39)
C13M12Y0K39 (13%, 12%, 0%, 39%)
(0.13 / 0.12 / 0.00 / 0.39)

CMYK percentages

%12.82
%12.18
%0
%38.82

Codes

Color #88899C in popluar color models

88 89 9C
RGB 136 137 156
HSL 237° 9.17% 57.25%
HSB/HSV 237° 12.82% 61.18%
CMYK 12.82% 12.18% 0.00%
38.82%

Color #88899C in popluar number systems.

HEX 88 89 9C
Decimal 136 137 156
Binary 10001000 10001001 10011100
Octal 210 211 234

Shades and tints

Shades of #88899C

#88899C
(136,137,156)
#7C7D8E
(124,125,142)
#707180
(112,113,128)
#646572
(100,101,114)
#585964
(88,89,100)
#4C4D56
(76,77,86)
#404148
(64,65,72)
#34353A
(52,53,58)
#28292C
(40,41,44)
#1C1D1E
(28,29,30)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #88899C

#88899C
(136,137,156)
#9293A5
(146,147,165)
#9C9DAE
(156,157,174)
#A6A7B7
(166,167,183)
#B0B1C0
(176,177,192)
#BABBC9
(186,187,201)
#C4C5D2
(196,197,210)
#CECFDB
(206,207,219)
#D8D9E4
(216,217,228)
#E2E3ED
(226,227,237)
#ECEDF6
(236,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88899C color. Also use rgb(136,137,156) instead hex code.

Text Font Color

.myTextColor { color: #88899C; }

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

This text font color is #88899C.

Background Color

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

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

This div background color is #88899C.

Border color

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

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

This div border color is #88899C.

Opacity

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

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

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

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

This text has shadow with #88899C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88899C.

Preview

Color preview on black background

This text has color #88899C on black background.


Color preview on white background

This text has color #88899C on white background.


Black color preview on #88899C background

This text has black color on #88899C background.


White color preview on #88899C background

This text has white color on #88899C background.


Related colors

Complementary color

Complementary color for #hex is #777663.


I love getcolorcode.com

Triadic colors

1 #9C8889 and #899C88 with #88899C are triadic colors.

2 #9C8988 and #89889C with #88899C are triadic colors.