COLOR #88899D

HEX: #88899D RGB: (136,137,157)

Color info

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

RGB color model

#88899D color RGB value is (136,137,157).

RGB: (136,137,157) (53%, 54%, 62%)

RGB channels and saturation

R 136 of 255 = 53%
G 137 of 255 = 54%
B 157 of 255 = 62%

136
137
157

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

Portions of RGB colors in percentages

R + G + B = 136 + 137 + 157 = 430 (100%)
R 136 of 430 ~ 31.63%
G 137 of 430 ~ 31.86%
B 157 of 430 ~ 36.51'%

%31.63
%31.86
%36.51

CMYK color model

#88899D color CMYK value is (13,13,0,38).

  • cyan value is 13.38%
  • magenta value is 12.74%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK: (13,13,0,38) C13M13Y0K38 (13%,13%,0%,38%) (0.13/0.13/0.00/0.38) 

CMYK percentages

%13.38
%12.74
%0
%38.43

Codes

Color #88899D in popluar color models

88 89 9D
RGB 136 137 157
HSL 237° 9.68% 57.45%
HSB/HSV 237° 13.38% 61.57%
CMYK 13.38% 12.74% 0.00%
38.43%

Color #88899D in popluar number systems.

HEX 88 89 9D
Decimal 136 137 157
Binary 10001000 10001001 10011101
Octal 210 211 235

Shades and tints

Shades of #88899D

#88899D
(136,137,157)
#7C7D8F
(124,125,143)
#707181
(112,113,129)
#646573
(100,101,115)
#585965
(88,89,101)
#4C4D57
(76,77,87)
#404149
(64,65,73)
#34353B
(52,53,59)
#28292D
(40,41,45)
#1C1D1F
(28,29,31)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #88899D

#88899D
(136,137,157)
#9293A5
(146,147,165)
#9C9DAD
(156,157,173)
#A6A7B5
(166,167,181)
#B0B1BD
(176,177,189)
#BABBC5
(186,187,197)
#C4C5CD
(196,197,205)
#CECFD5
(206,207,213)
#D8D9DD
(216,217,221)
#E2E3E5
(226,227,229)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88899D; }

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

This text font color is #88899D.

Background Color

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

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

This div background color is #88899D.

Border color

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

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

This div border color is #88899D.

Opacity

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

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

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

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

This text has shadow with #88899D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88899D.

Preview

Color preview on black background

This text has color #88899D on black background.


Color preview on white background

This text has color #88899D on white background.


Black color preview on #88899D background

This text has black color on #88899D background.


White color preview on #88899D background

This text has white color on #88899D background.


Related colors

Complementary color

Complementary color for #hex is #777662.


I love getcolorcode.com

Triadic colors

1 #9D8889 and #899D88 with #88899D are triadic colors.

2 #9D8988 and #89889D with #88899D are triadic colors.