COLOR #88859E

HEX: #88859E
RGB: (136,133,158)

Color info

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

RGB color model

#88859E color RGB value is (136,133,158).

  • red value is 136;
  • green value is 133;
  • blue value is 158.
RGB:
(136,133,158)
(53%,52%,62%)

RGB channels and saturation

R 136 of 255 = 53%
G 133 of 255 = 52%
B 158 of 255 = 62%

136
133
158

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

Portions of RGB colors in percentages

R + G + B =
136 + 133 + 158 = 427 (100%)
R 136 of 427 ~ 31.85%
G 133 of 427 ~ 31.15%
B 158 of 427 ~ 37%

%31.85
%31.15
%37

CMYK color model

#88859E color CMYK value is (14,16,0,38).

  • cyan value is 13.92%
  • magenta value is 15.82%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(14,16,0,38)
C14M16Y0K38 
(14%,16%,0%,38%)
(0.14/0.16/0.00/0.38)	

CMYK percentages

%13.92
%15.82
%0
%38.04

Codes

Color #88859E in popluar color models

88859E
RGB136133158
HSL247°11.42%57.06%
HSB/HSV247°15.82%61.96%
CMYK13.92%15.82%0.00%
38.04%

Color #88859E in popluar number systems.

HEX88859E
Decimal136133158
Binary100010001000010110011110
Octal210205236

Shades and tints

Shades of #88859E

#88859E
(136,133,158)
#7C7990
(124,121,144)
#706D82
(112,109,130)
#646174
(100,97,116)
#585566
(88,85,102)
#4C4958
(76,73,88)
#403D4A
(64,61,74)
#34313C
(52,49,60)
#28252E
(40,37,46)
#1C1920
(28,25,32)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #88859E

#88859E
(136,133,158)
#9290A6
(146,144,166)
#9C9BAE
(156,155,174)
#A6A6B6
(166,166,182)
#B0B1BE
(176,177,190)
#BABCC6
(186,188,198)
#C4C7CE
(196,199,206)
#CED2D6
(206,210,214)
#D8DDDE
(216,221,222)
#E2E8E6
(226,232,230)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88859E; }

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

This text font color is #88859E.


Background Color

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

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

This div background color is #88859E.


Border color

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

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

This div border color is #88859E.


Opacity

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

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

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

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

This text has shadow with #88859E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88859E on black background.


Color preview on white background

This text has color #88859E on white background.



Black color preview on #88859E background

This text has black color on #88859E background.


White color preview on #88859E background

This text has white color on #88859E background.