COLOR #888B84

HEX: #888B84 RGB: (136,139,132)

Color info

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

RGB color model

#888B84 color RGB value is (136,139,132).

RGB: (136,139,132) (53%, 55%, 52%)

RGB channels and saturation

R 136 of 255 = 53%
G 139 of 255 = 55%
B 132 of 255 = 52%

136
139
132

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

Portions of RGB colors in percentages

R + G + B = 136 + 139 + 132 = 407 (100%)
R 136 of 407 ~ 33.42%
G 139 of 407 ~ 34.15%
B 132 of 407 ~ 32.43'%

%33.42
%34.15
%32.43

CMYK color model

#888B84 color CMYK value is (2,0,5,45).

  • cyan value is 2.16%
  • magenta value is 0.00%
  • yellow value is 5.04%
  • key color value is 45.49%

CMYK: (2,0,5,45)
C2M0Y5K45 (2%, 0%, 5%, 45%)
(0.02 / 0.00 / 0.05 / 0.45)

CMYK percentages

%2.16
%0
%5.04
%45.49

Codes

Color #888B84 in popluar color models

88 8B 84
RGB 136 139 132
HSL 86° 2.93% 53.14%
HSB/HSV 86° 5.04% 54.51%
CMYK 2.16% 0.00% 5.04%
45.49%

Color #888B84 in popluar number systems.

HEX 88 8B 84
Decimal 136 139 132
Binary 10001000 10001011 10000100
Octal 210 213 204

Shades and tints

Shades of #888B84

#888B84
(136,139,132)
#7C7F78
(124,127,120)
#70736C
(112,115,108)
#646760
(100,103,96)
#585B54
(88,91,84)
#4C4F48
(76,79,72)
#40433C
(64,67,60)
#343730
(52,55,48)
#282B24
(40,43,36)
#1C1F18
(28,31,24)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #888B84

#888B84
(136,139,132)
#92958F
(146,149,143)
#9C9F9A
(156,159,154)
#A6A9A5
(166,169,165)
#B0B3B0
(176,179,176)
#BABDBB
(186,189,187)
#C4C7C6
(196,199,198)
#CED1D1
(206,209,209)
#D8DBDC
(216,219,220)
#E2E5E7
(226,229,231)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888B84 color. Also use rgb(136,139,132) instead hex code.

Text Font Color

.myTextColor { color: #888B84; }

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

This text font color is #888B84.

Background Color

.myBgColor { background-color: #888B84; }

<div style="background-color:#888B84">Inner text</div>

This div background color is #888B84.

Border color

.myBorderColor { border: 1px solid #888B84; }

<div style="border:3px solid #888B84">Div</div>

This div border color is #888B84.

Opacity

.myOpacity80 { color: #888B84; opacity: 0.8; }

<p style="color:#888B84;opacity:0.8;">80%</p>

Text with #888B84 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 #888B84;}

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

This text has shadow with #888B84 color.


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

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

This text has shadow with #888B84 primary color and red secondary color.


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

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

This text has shadow with #888B84 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #888B84.

Preview

Color preview on black background

This text has color #888B84 on black background.


Color preview on white background

This text has color #888B84 on white background.


Black color preview on #888B84 background

This text has black color on #888B84 background.


White color preview on #888B84 background

This text has white color on #888B84 background.


Related colors

Complementary color

Complementary color for #hex is #77747B.


I love getcolorcode.com

Triadic colors

1 #84888B and #8B8488 with #888B84 are triadic colors.

2 #848B88 and #8B8884 with #888B84 are triadic colors.