COLOR #88899A

HEX: #88899A RGB: (136,137,154)

Color info

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

RGB color model

#88899A color RGB value is (136,137,154).

RGB: (136,137,154) (53%, 54%, 60%)

RGB channels and saturation

R 136 of 255 = 53%
G 137 of 255 = 54%
B 154 of 255 = 60%

136
137
154

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

Portions of RGB colors in percentages

R + G + B = 136 + 137 + 154 = 427 (100%)
R 136 of 427 ~ 31.85%
G 137 of 427 ~ 32.08%
B 154 of 427 ~ 36.07'%

%31.85
%32.08
%36.07

CMYK color model

#88899A color CMYK value is (12,11,0,40).

  • cyan value is 11.69%
  • magenta value is 11.04%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (12,11,0,40)
C12M11Y0K40 (12%, 11%, 0%, 40%)
(0.12 / 0.11 / 0.00 / 0.40)

CMYK percentages

%11.69
%11.04
%0
%39.61

Codes

Color #88899A in popluar color models

88 89 9A
RGB 136 137 154
HSL 237° 8.18% 56.86%
HSB/HSV 237° 11.69% 60.39%
CMYK 11.69% 11.04% 0.00%
39.61%

Color #88899A in popluar number systems.

HEX 88 89 9A
Decimal 136 137 154
Binary 10001000 10001001 10011010
Octal 210 211 232

Shades and tints

Shades of #88899A

#88899A
(136,137,154)
#7C7D8C
(124,125,140)
#70717E
(112,113,126)
#646570
(100,101,112)
#585962
(88,89,98)
#4C4D54
(76,77,84)
#404146
(64,65,70)
#343538
(52,53,56)
#28292A
(40,41,42)
#1C1D1C
(28,29,28)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #88899A

#88899A
(136,137,154)
#9293A3
(146,147,163)
#9C9DAC
(156,157,172)
#A6A7B5
(166,167,181)
#B0B1BE
(176,177,190)
#BABBC7
(186,187,199)
#C4C5D0
(196,197,208)
#CECFD9
(206,207,217)
#D8D9E2
(216,217,226)
#E2E3EB
(226,227,235)
#ECEDF4
(236,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88899A; }

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

This text font color is #88899A.

Background Color

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

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

This div background color is #88899A.

Border color

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

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

This div border color is #88899A.

Opacity

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

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

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

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

This text has shadow with #88899A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88899A.

Preview

Color preview on black background

This text has color #88899A on black background.


Color preview on white background

This text has color #88899A on white background.


Black color preview on #88899A background

This text has black color on #88899A background.


White color preview on #88899A background

This text has white color on #88899A background.


Related colors

Complementary color

Complementary color for #hex is #777665.


I love getcolorcode.com

Triadic colors

1 #9A8889 and #899A88 with #88899A are triadic colors.

2 #9A8988 and #89889A with #88899A are triadic colors.