COLOR #88818D

HEX: #88818D
RGB: (136,129,141)

Color info

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

RGB color model

#88818D color RGB value is (136,129,141).

  • red value is 136;
  • green value is 129;
  • blue value is 141.
RGB:
(136,129,141)
(53%,51%,55%)

RGB channels and saturation

R 136 of 255 = 53%
G 129 of 255 = 51%
B 141 of 255 = 55%

136
129
141

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

Portions of RGB colors in percentages

R + G + B =
136 + 129 + 141 = 406 (100%)
R 136 of 406 ~ 33.5%
G 129 of 406 ~ 31.77%
B 141 of 406 ~ 34.73%

%33.5
%31.77
%34.73

CMYK color model

#88818D color CMYK value is (4,9,0,45).

  • cyan value is 3.55%
  • magenta value is 8.51%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(4,9,0,45)
C4M9Y0K45 
(4%,9%,0%,45%)
(0.04/0.09/0.00/0.45)	

CMYK percentages

%3.55
%8.51
%0
%44.71

Codes

Color #88818D in popluar color models

88818D
RGB136129141
HSL275°5.00%52.94%
HSB/HSV275°8.51%55.29%
CMYK3.55%8.51%0.00%
44.71%

Color #88818D in popluar number systems.

HEX88818D
Decimal136129141
Binary100010001000000110001101
Octal210201215

Shades and tints

Shades of #88818D

#88818D
(136,129,141)
#7C7681
(124,118,129)
#706B75
(112,107,117)
#646069
(100,96,105)
#58555D
(88,85,93)
#4C4A51
(76,74,81)
#403F45
(64,63,69)
#343439
(52,52,57)
#28292D
(40,41,45)
#1C1E21
(28,30,33)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #88818D

#88818D
(136,129,141)
#928C97
(146,140,151)
#9C97A1
(156,151,161)
#A6A2AB
(166,162,171)
#B0ADB5
(176,173,181)
#BAB8BF
(186,184,191)
#C4C3C9
(196,195,201)
#CECED3
(206,206,211)
#D8D9DD
(216,217,221)
#E2E4E7
(226,228,231)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88818D; }

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

This text font color is #88818D.


Background Color

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

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

This div background color is #88818D.


Border color

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

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

This div border color is #88818D.


Opacity

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

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

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

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

This text has shadow with #88818D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88818D on black background.


Color preview on white background

This text has color #88818D on white background.



Black color preview on #88818D background

This text has black color on #88818D background.


White color preview on #88818D background

This text has white color on #88818D background.