COLOR #88859C

HEX: #88859C RGB: (136,133,156)

Color info

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

RGB color model

#88859C color RGB value is (136,133,156).

RGB: (136,133,156) (53%, 52%, 61%)

RGB channels and saturation

R 136 of 255 = 53%
G 133 of 255 = 52%
B 156 of 255 = 61%

136
133
156

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

Portions of RGB colors in percentages

R + G + B = 136 + 133 + 156 = 425 (100%)
R 136 of 425 ~ 32%
G 133 of 425 ~ 31.29%
B 156 of 425 ~ 36.71'%

%32
%31.29
%36.71

CMYK color model

#88859C color CMYK value is (13,15,0,39).

  • cyan value is 12.82%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK: (13,15,0,39) C13M15Y0K39 (13%,15%,0%,39%) (0.13/0.15/0.00/0.39) 

CMYK percentages

%12.82
%14.74
%0
%38.82

Codes

Color #88859C in popluar color models

88 85 9C
RGB 136 133 156
HSL 248° 10.41% 56.67%
HSB/HSV 248° 14.74% 61.18%
CMYK 12.82% 14.74% 0.00%
38.82%

Color #88859C in popluar number systems.

HEX 88 85 9C
Decimal 136 133 156
Binary 10001000 10000101 10011100
Octal 210 205 234

Shades and tints

Shades of #88859C

#88859C
(136,133,156)
#7C798E
(124,121,142)
#706D80
(112,109,128)
#646172
(100,97,114)
#585564
(88,85,100)
#4C4956
(76,73,86)
#403D48
(64,61,72)
#34313A
(52,49,58)
#28252C
(40,37,44)
#1C191E
(28,25,30)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #88859C

#88859C
(136,133,156)
#9290A5
(146,144,165)
#9C9BAE
(156,155,174)
#A6A6B7
(166,166,183)
#B0B1C0
(176,177,192)
#BABCC9
(186,188,201)
#C4C7D2
(196,199,210)
#CED2DB
(206,210,219)
#D8DDE4
(216,221,228)
#E2E8ED
(226,232,237)
#ECF3F6
(236,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88859C; }

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

This text font color is #88859C.

Background Color

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

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

This div background color is #88859C.

Border color

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

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

This div border color is #88859C.

Opacity

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

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

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

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

This text has shadow with #88859C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88859C.

Preview

Color preview on black background

This text has color #88859C on black background.


Color preview on white background

This text has color #88859C on white background.


Black color preview on #88859C background

This text has black color on #88859C background.


White color preview on #88859C background

This text has white color on #88859C background.


Related colors

Complementary color

Complementary color for #hex is #777A63.


I love getcolorcode.com

Triadic colors

1 #9C8885 and #859C88 with #88859C are triadic colors.

2 #9C8588 and #85889C with #88859C are triadic colors.