COLOR #88889D

HEX: #88889D RGB: (136,136,157)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

136
136
157

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

Portions of RGB colors in percentages

R + G + B = 136 + 136 + 157 = 429 (100%)
R 136 of 429 ~ 31.7%
G 136 of 429 ~ 31.7%
B 157 of 429 ~ 36.6'%

%31.7
%31.7
%36.6

CMYK color model

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

  • cyan value is 13.38%
  • magenta value is 13.38%
  • 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
%13.38
%0
%38.43

Codes

Color #88889D in popluar color models

88 88 9D
RGB 136 136 157
HSL 240° 9.68% 57.45%
HSB/HSV 240° 13.38% 61.57%
CMYK 13.38% 13.38% 0.00%
38.43%

Color #88889D in popluar number systems.

HEX 88 88 9D
Decimal 136 136 157
Binary 10001000 10001000 10011101
Octal 210 210 235

Shades and tints

Shades of #88889D

#88889D
(136,136,157)
#7C7C8F
(124,124,143)
#707081
(112,112,129)
#646473
(100,100,115)
#585865
(88,88,101)
#4C4C57
(76,76,87)
#404049
(64,64,73)
#34343B
(52,52,59)
#28282D
(40,40,45)
#1C1C1F
(28,28,31)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #88889D

#88889D
(136,136,157)
#9292A5
(146,146,165)
#9C9CAD
(156,156,173)
#A6A6B5
(166,166,181)
#B0B0BD
(176,176,189)
#BABAC5
(186,186,197)
#C4C4CD
(196,196,205)
#CECED5
(206,206,213)
#D8D8DD
(216,216,221)
#E2E2E5
(226,226,229)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88889D; }

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

This text font color is #88889D.

Background Color

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

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

This div background color is #88889D.

Border color

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

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

This div border color is #88889D.

Opacity

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

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

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

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

This text has shadow with #88889D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88889D.

Preview

Color preview on black background

This text has color #88889D on black background.


Color preview on white background

This text has color #88889D on white background.


Black color preview on #88889D background

This text has black color on #88889D background.


White color preview on #88889D background

This text has white color on #88889D background.


Related colors

Complementary color

Complementary color for #hex is #777762.


I love getcolorcode.com