COLOR #88828E

HEX: #88828E
RGB: (136,130,142)

Color info

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

RGB color model

#88828E color RGB value is (136,130,142).

  • red value is 136;
  • green value is 130;
  • blue value is 142.
RGB:
(136,130,142)
(53%,51%,56%)

RGB channels and saturation

R 136 of 255 = 53%
G 130 of 255 = 51%
B 142 of 255 = 56%

136
130
142

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

Portions of RGB colors in percentages

R + G + B =
136 + 130 + 142 = 408 (100%)
R 136 of 408 ~ 33.33%
G 130 of 408 ~ 31.86%
B 142 of 408 ~ 34.8%

%33.33
%31.86
%34.8

CMYK color model

#88828E color CMYK value is (4,8,0,44).

  • cyan value is 4.23%
  • magenta value is 8.45%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(4,8,0,44)
C4M8Y0K44 
(4%,8%,0%,44%)
(0.04/0.08/0.00/0.44)	

CMYK percentages

%4.23
%8.45
%0
%44.31

Codes

Color #88828E in popluar color models

88828E
RGB136130142
HSL270°5.04%53.33%
HSB/HSV270°8.45%55.69%
CMYK4.23%8.45%0.00%
44.31%

Color #88828E in popluar number systems.

HEX88828E
Decimal136130142
Binary100010001000001010001110
Octal210202216

Shades and tints

Shades of #88828E

#88828E
(136,130,142)
#7C7782
(124,119,130)
#706C76
(112,108,118)
#64616A
(100,97,106)
#58565E
(88,86,94)
#4C4B52
(76,75,82)
#404046
(64,64,70)
#34353A
(52,53,58)
#282A2E
(40,42,46)
#1C1F22
(28,31,34)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #88828E

#88828E
(136,130,142)
#928D98
(146,141,152)
#9C98A2
(156,152,162)
#A6A3AC
(166,163,172)
#B0AEB6
(176,174,182)
#BAB9C0
(186,185,192)
#C4C4CA
(196,196,202)
#CECFD4
(206,207,212)
#D8DADE
(216,218,222)
#E2E5E8
(226,229,232)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88828E color. Also use rgb(136,130,142) instead hex code.

Text Font Color

.myTextColor { color: #88828E; }

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

This text font color is #88828E.


Background Color

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

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

This div background color is #88828E.


Border color

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

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

This div border color is #88828E.


Opacity

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

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

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

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

This text has shadow with #88828E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88828E on black background.


Color preview on white background

This text has color #88828E on white background.



Black color preview on #88828E background

This text has black color on #88828E background.


White color preview on #88828E background

This text has white color on #88828E background.