COLOR #88859A

HEX: #88859A RGB: (136,133,154)

Color info

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

RGB color model

#88859A color RGB value is (136,133,154).

RGB: (136,133,154) (53%, 52%, 60%)

RGB channels and saturation

R 136 of 255 = 53%
G 133 of 255 = 52%
B 154 of 255 = 60%

136
133
154

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

Portions of RGB colors in percentages

R + G + B = 136 + 133 + 154 = 423 (100%)
R 136 of 423 ~ 32.15%
G 133 of 423 ~ 31.44%
B 154 of 423 ~ 36.41'%

%32.15
%31.44
%36.41

CMYK color model

#88859A color CMYK value is (12,14,0,40).

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

CMYK: (12,14,0,40)
C12M14Y0K40 (12%, 14%, 0%, 40%)
(0.12 / 0.14 / 0.00 / 0.40)

CMYK percentages

%11.69
%13.64
%0
%39.61

Codes

Color #88859A in popluar color models

88 85 9A
RGB 136 133 154
HSL 249° 9.42% 56.27%
HSB/HSV 249° 13.64% 60.39%
CMYK 11.69% 13.64% 0.00%
39.61%

Color #88859A in popluar number systems.

HEX 88 85 9A
Decimal 136 133 154
Binary 10001000 10000101 10011010
Octal 210 205 232

Shades and tints

Shades of #88859A

#88859A
(136,133,154)
#7C798C
(124,121,140)
#706D7E
(112,109,126)
#646170
(100,97,112)
#585562
(88,85,98)
#4C4954
(76,73,84)
#403D46
(64,61,70)
#343138
(52,49,56)
#28252A
(40,37,42)
#1C191C
(28,25,28)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #88859A

#88859A
(136,133,154)
#9290A3
(146,144,163)
#9C9BAC
(156,155,172)
#A6A6B5
(166,166,181)
#B0B1BE
(176,177,190)
#BABCC7
(186,188,199)
#C4C7D0
(196,199,208)
#CED2D9
(206,210,217)
#D8DDE2
(216,221,226)
#E2E8EB
(226,232,235)
#ECF3F4
(236,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88859A; }

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

This text font color is #88859A.

Background Color

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

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

This div background color is #88859A.

Border color

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

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

This div border color is #88859A.

Opacity

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

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

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

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

This text has shadow with #88859A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88859A.

Preview

Color preview on black background

This text has color #88859A on black background.


Color preview on white background

This text has color #88859A on white background.


Black color preview on #88859A background

This text has black color on #88859A background.


White color preview on #88859A background

This text has white color on #88859A background.


Related colors

Complementary color

Complementary color for #hex is #777A65.


I love getcolorcode.com

Triadic colors

1 #9A8885 and #859A88 with #88859A are triadic colors.

2 #9A8588 and #85889A with #88859A are triadic colors.