COLOR #888A80

HEX: #888A80
RGB: (136,138,128)

Color info

#888A80 contains red, green and blue colors in about the same proportion. Web safe color of #888A80 is #999966 (or #996).

RGB color model

#888A80 color RGB value is (136,138,128).

  • red value is 136;
  • green value is 138;
  • blue value is 128.
RGB:
(136,138,128)
(53%,54%,50%)

RGB channels and saturation

R 136 of 255 = 53%
G 138 of 255 = 54%
B 128 of 255 = 50%

136
138
128

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

Portions of RGB colors in percentages

R + G + B =
136 + 138 + 128 = 402 (100%)
R 136 of 402 ~ 33.83%
G 138 of 402 ~ 34.33%
B 128 of 402 ~ 31.84%

%33.83
%34.33
%31.84

CMYK color model

#888A80 color CMYK value is (1,0,7,46).

  • cyan value is 1.45%
  • magenta value is 0.00%
  • yellow value is 7.25%
  • key color value is 45.88%
CMYK:
(1,0,7,46)
C1M0Y7K46 
(1%,0%,7%,46%)
(0.01/0.00/0.07/0.46)	

CMYK percentages

%1.45
%0
%7.25
%45.88

Codes

Color #888A80 in popluar color models

888A80
RGB136138128
HSL72°4.10%52.16%
HSB/HSV72°7.25%54.12%
CMYK1.45%0.00%7.25%
45.88%

Color #888A80 in popluar number systems.

HEX888A80
Decimal136138128
Binary100010001000101010000000
Octal210212200

Shades and tints

Shades of #888A80

#888A80
(136,138,128)
#7C7E75
(124,126,117)
#70726A
(112,114,106)
#64665F
(100,102,95)
#585A54
(88,90,84)
#4C4E49
(76,78,73)
#40423E
(64,66,62)
#343633
(52,54,51)
#282A28
(40,42,40)
#1C1E1D
(28,30,29)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #888A80

#888A80
(136,138,128)
#92948B
(146,148,139)
#9C9E96
(156,158,150)
#A6A8A1
(166,168,161)
#B0B2AC
(176,178,172)
#BABCB7
(186,188,183)
#C4C6C2
(196,198,194)
#CED0CD
(206,208,205)
#D8DAD8
(216,218,216)
#E2E4E3
(226,228,227)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888A80 color. Also use rgb(136,138,128) instead hex code.

Text Font Color

.myTextColor { color: #888A80; }

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

This text font color is #888A80.


Background Color

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

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

This div background color is #888A80.


Border color

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

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

This div border color is #888A80.


Opacity

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

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

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

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

This text has shadow with #888A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888A80 on black background.


Color preview on white background

This text has color #888A80 on white background.



Black color preview on #888A80 background

This text has black color on #888A80 background.


White color preview on #888A80 background

This text has white color on #888A80 background.