COLOR #888184

HEX: #888184
RGB: (136,129,132)

Color info

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

RGB color model

#888184 color RGB value is (136,129,132).

  • red value is 136;
  • green value is 129;
  • blue value is 132.
RGB:
(136,129,132)
(53%,51%,52%)

RGB channels and saturation

R 136 of 255 = 53%
G 129 of 255 = 51%
B 132 of 255 = 52%

136
129
132

R + G + B ~ 52%. #888184 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 129 + 132 = 397 (100%)
R 136 of 397 ~ 34.26%
G 129 of 397 ~ 32.49%
B 132 of 397 ~ 33.25%

%34.26
%32.49
%33.25

CMYK color model

#888184 color CMYK value is (0,5,3,47).

  • cyan value is 0.00%
  • magenta value is 5.15%
  • yellow value is 2.94%
  • key color value is 46.67%
CMYK:
(0,5,3,47)
C0M5Y3K47 
(0%,5%,3%,47%)
(0.00/0.05/0.03/0.47)	

CMYK percentages

%0
%5.15
%2.94
%46.67

Codes

Color #888184 in popluar color models

888184
RGB136129132
HSL334°2.86%51.96%
HSB/HSV334°5.15%53.33%
CMYK0.00%5.15%2.94%
46.67%

Color #888184 in popluar number systems.

HEX888184
Decimal136129132
Binary100010001000000110000100
Octal210201204

Shades and tints

Shades of #888184

#888184
(136,129,132)
#7C7678
(124,118,120)
#706B6C
(112,107,108)
#646060
(100,96,96)
#585554
(88,85,84)
#4C4A48
(76,74,72)
#403F3C
(64,63,60)
#343430
(52,52,48)
#282924
(40,41,36)
#1C1E18
(28,30,24)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #888184

#888184
(136,129,132)
#928C8F
(146,140,143)
#9C979A
(156,151,154)
#A6A2A5
(166,162,165)
#B0ADB0
(176,173,176)
#BAB8BB
(186,184,187)
#C4C3C6
(196,195,198)
#CECED1
(206,206,209)
#D8D9DC
(216,217,220)
#E2E4E7
(226,228,231)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888184; }

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

This text font color is #888184.


Background Color

.myBgColor { background-color: #888184; }

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

This div background color is #888184.


Border color

.myBorderColor { border: 1px solid #888184; }

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

This div border color is #888184.


Opacity

.myOpacity80 { color: #888184; opacity: 0.8; }

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

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

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

This text has shadow with #888184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888184 on black background.


Color preview on white background

This text has color #888184 on white background.



Black color preview on #888184 background

This text has black color on #888184 background.


White color preview on #888184 background

This text has white color on #888184 background.