COLOR #88838E

HEX: #88838E
RGB: (136,131,142)

Color info

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

RGB color model

#88838E color RGB value is (136,131,142).

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

RGB channels and saturation

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

136
131
142

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

Portions of RGB colors in percentages

R + G + B =
136 + 131 + 142 = 409 (100%)
R 136 of 409 ~ 33.25%
G 131 of 409 ~ 32.03%
B 142 of 409 ~ 34.72%

%33.25
%32.03
%34.72

CMYK color model

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

  • cyan value is 4.23%
  • magenta value is 7.75%
  • 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
%7.75
%0
%44.31

Codes

Color #88838E in popluar color models

88838E
RGB136131142
HSL267°4.64%53.53%
HSB/HSV267°7.75%55.69%
CMYK4.23%7.75%0.00%
44.31%

Color #88838E in popluar number systems.

HEX88838E
Decimal136131142
Binary100010001000001110001110
Octal210203216

Shades and tints

Shades of #88838E

#88838E
(136,131,142)
#7C7882
(124,120,130)
#706D76
(112,109,118)
#64626A
(100,98,106)
#58575E
(88,87,94)
#4C4C52
(76,76,82)
#404146
(64,65,70)
#34363A
(52,54,58)
#282B2E
(40,43,46)
#1C2022
(28,32,34)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #88838E

#88838E
(136,131,142)
#928E98
(146,142,152)
#9C99A2
(156,153,162)
#A6A4AC
(166,164,172)
#B0AFB6
(176,175,182)
#BABAC0
(186,186,192)
#C4C5CA
(196,197,202)
#CED0D4
(206,208,212)
#D8DBDE
(216,219,222)
#E2E6E8
(226,230,232)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88838E; }

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

This text font color is #88838E.


Background Color

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

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

This div background color is #88838E.


Border color

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

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

This div border color is #88838E.


Opacity

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

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

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

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

This text has shadow with #88838E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88838E on black background.


Color preview on white background

This text has color #88838E on white background.



Black color preview on #88838E background

This text has black color on #88838E background.


White color preview on #88838E background

This text has white color on #88838E background.