COLOR #88848E

HEX: #88848E RGB: (136,132,142)

Color info

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

RGB color model

#88848E color RGB value is (136,132,142).

RGB: (136,132,142) (53%, 52%, 56%)

RGB channels and saturation

R 136 of 255 = 53%
G 132 of 255 = 52%
B 142 of 255 = 56%

136
132
142

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

Portions of RGB colors in percentages

R + G + B = 136 + 132 + 142 = 410 (100%)
R 136 of 410 ~ 33.17%
G 132 of 410 ~ 32.2%
B 142 of 410 ~ 34.63'%

%33.17
%32.2
%34.63

CMYK color model

#88848E color CMYK value is (4,7,0,44).

  • cyan value is 4.23%
  • magenta value is 7.04%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (4,7,0,44)
C4M7Y0K44 (4%, 7%, 0%, 44%)
(0.04 / 0.07 / 0.00 / 0.44)

CMYK percentages

%4.23
%7.04
%0
%44.31

Codes

Color #88848E in popluar color models

88 84 8E
RGB 136 132 142
HSL 264° 4.24% 53.73%
HSB/HSV 264° 7.04% 55.69%
CMYK 4.23% 7.04% 0.00%
44.31%

Color #88848E in popluar number systems.

HEX 88 84 8E
Decimal 136 132 142
Binary 10001000 10000100 10001110
Octal 210 204 216

Shades and tints

Shades of #88848E

#88848E
(136,132,142)
#7C7882
(124,120,130)
#706C76
(112,108,118)
#64606A
(100,96,106)
#58545E
(88,84,94)
#4C4852
(76,72,82)
#403C46
(64,60,70)
#34303A
(52,48,58)
#28242E
(40,36,46)
#1C1822
(28,24,34)
#100C16
(16,12,22)
#000000
(0,0,0)

Tints of #88848E

#88848E
(136,132,142)
#928F98
(146,143,152)
#9C9AA2
(156,154,162)
#A6A5AC
(166,165,172)
#B0B0B6
(176,176,182)
#BABBC0
(186,187,192)
#C4C6CA
(196,198,202)
#CED1D4
(206,209,212)
#D8DCDE
(216,220,222)
#E2E7E8
(226,231,232)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88848E; }

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

This text font color is #88848E.

Background Color

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

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

This div background color is #88848E.

Border color

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

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

This div border color is #88848E.

Opacity

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

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

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

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

This text has shadow with #88848E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88848E.

Preview

Color preview on black background

This text has color #88848E on black background.


Color preview on white background

This text has color #88848E on white background.


Black color preview on #88848E background

This text has black color on #88848E background.


White color preview on #88848E background

This text has white color on #88848E background.


Related colors

Complementary color

Complementary color for #hex is #777B71.


I love getcolorcode.com

Triadic colors

1 #8E8884 and #848E88 with #88848E are triadic colors.

2 #8E8488 and #84888E with #88848E are triadic colors.