COLOR #88869D

HEX: #88869D
RGB: (136,134,157)

Color info

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

RGB color model

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

  • red value is 136;
  • green value is 134;
  • blue value is 157.
RGB:
(136,134,157)
(53%,53%,62%)

RGB channels and saturation

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

136
134
157

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

Portions of RGB colors in percentages

R + G + B =
136 + 134 + 157 = 427 (100%)
R 136 of 427 ~ 31.85%
G 134 of 427 ~ 31.38%
B 157 of 427 ~ 36.77%

%31.85
%31.38
%36.77

CMYK color model

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

  • cyan value is 13.38%
  • magenta value is 14.65%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(13,15,0,38)
C13M15Y0K38 
(13%,15%,0%,38%)
(0.13/0.15/0.00/0.38)	

CMYK percentages

%13.38
%14.65
%0
%38.43

Codes

Color #88869D in popluar color models

88869D
RGB136134157
HSL245°10.50%57.06%
HSB/HSV245°14.65%61.57%
CMYK13.38%14.65%0.00%
38.43%

Color #88869D in popluar number systems.

HEX88869D
Decimal136134157
Binary100010001000011010011101
Octal210206235

Shades and tints

Shades of #88869D

#88869D
(136,134,157)
#7C7A8F
(124,122,143)
#706E81
(112,110,129)
#646273
(100,98,115)
#585665
(88,86,101)
#4C4A57
(76,74,87)
#403E49
(64,62,73)
#34323B
(52,50,59)
#28262D
(40,38,45)
#1C1A1F
(28,26,31)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #88869D

#88869D
(136,134,157)
#9291A5
(146,145,165)
#9C9CAD
(156,156,173)
#A6A7B5
(166,167,181)
#B0B2BD
(176,178,189)
#BABDC5
(186,189,197)
#C4C8CD
(196,200,205)
#CED3D5
(206,211,213)
#D8DEDD
(216,222,221)
#E2E9E5
(226,233,229)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88869D; }

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

This text font color is #88869D.


Background Color

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

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

This div background color is #88869D.


Border color

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

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

This div border color is #88869D.


Opacity

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

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

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

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

This text has shadow with #88869D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88869D on black background.


Color preview on white background

This text has color #88869D on white background.



Black color preview on #88869D background

This text has black color on #88869D background.


White color preview on #88869D background

This text has white color on #88869D background.