COLOR #88838C

HEX: #88838C RGB: (136,131,140)

Color info

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

RGB color model

#88838C color RGB value is (136,131,140).

RGB: (136,131,140) (53%, 51%, 55%)

RGB channels and saturation

R 136 of 255 = 53%
G 131 of 255 = 51%
B 140 of 255 = 55%

136
131
140

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

Portions of RGB colors in percentages

R + G + B = 136 + 131 + 140 = 407 (100%)
R 136 of 407 ~ 33.42%
G 131 of 407 ~ 32.19%
B 140 of 407 ~ 34.4'%

%33.42
%32.19
%34.4

CMYK color model

#88838C color CMYK value is (3,6,0,45).

  • cyan value is 2.86%
  • magenta value is 6.43%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (3,6,0,45)
C3M6Y0K45 (3%, 6%, 0%, 45%)
(0.03 / 0.06 / 0.00 / 0.45)

CMYK percentages

%2.86
%6.43
%0
%45.1

Codes

Color #88838C in popluar color models

88 83 8C
RGB 136 131 140
HSL 273° 3.77% 53.14%
HSB/HSV 273° 6.43% 54.90%
CMYK 2.86% 6.43% 0.00%
45.10%

Color #88838C in popluar number systems.

HEX 88 83 8C
Decimal 136 131 140
Binary 10001000 10000011 10001100
Octal 210 203 214

Shades and tints

Shades of #88838C

#88838C
(136,131,140)
#7C7880
(124,120,128)
#706D74
(112,109,116)
#646268
(100,98,104)
#58575C
(88,87,92)
#4C4C50
(76,76,80)
#404144
(64,65,68)
#343638
(52,54,56)
#282B2C
(40,43,44)
#1C2020
(28,32,32)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #88838C

#88838C
(136,131,140)
#928E96
(146,142,150)
#9C99A0
(156,153,160)
#A6A4AA
(166,164,170)
#B0AFB4
(176,175,180)
#BABABE
(186,186,190)
#C4C5C8
(196,197,200)
#CED0D2
(206,208,210)
#D8DBDC
(216,219,220)
#E2E6E6
(226,230,230)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88838C; }

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

This text font color is #88838C.

Background Color

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

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

This div background color is #88838C.

Border color

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

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

This div border color is #88838C.

Opacity

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

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

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

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

This text has shadow with #88838C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88838C.

Preview

Color preview on black background

This text has color #88838C on black background.


Color preview on white background

This text has color #88838C on white background.


Black color preview on #88838C background

This text has black color on #88838C background.


White color preview on #88838C background

This text has white color on #88838C background.


Related colors

Complementary color

Complementary color for #hex is #777C73.


I love getcolorcode.com

Triadic colors

1 #8C8883 and #838C88 with #88838C are triadic colors.

2 #8C8388 and #83888C with #88838C are triadic colors.