COLOR #888A89

HEX: #888A89
RGB: (136,138,137)

Color info

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

RGB color model

#888A89 color RGB value is (136,138,137).

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

RGB channels and saturation

R 136 of 255 = 53%
G 138 of 255 = 54%
B 137 of 255 = 54%

136
138
137

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

Portions of RGB colors in percentages

R + G + B =
136 + 138 + 137 = 411 (100%)
R 136 of 411 ~ 33.09%
G 138 of 411 ~ 33.58%
B 137 of 411 ~ 33.33%

%33.09
%33.58
%33.33

CMYK color model

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

  • cyan value is 1.45%
  • magenta value is 0.00%
  • yellow value is 0.72%
  • key color value is 45.88%
CMYK:
(1,0,1,46)
C1M0Y1K46 
(1%,0%,1%,46%)
(0.01/0.00/0.01/0.46)	

CMYK percentages

%1.45
%0
%0.72
%45.88

Codes

Color #888A89 in popluar color models

888A89
RGB136138137
HSL150°0.85%53.73%
HSB/HSV150°1.45%54.12%
CMYK1.45%0.00%0.72%
45.88%

Color #888A89 in popluar number systems.

HEX888A89
Decimal136138137
Binary100010001000101010001001
Octal210212211

Shades and tints

Shades of #888A89

#888A89
(136,138,137)
#7C7E7D
(124,126,125)
#707271
(112,114,113)
#646665
(100,102,101)
#585A59
(88,90,89)
#4C4E4D
(76,78,77)
#404241
(64,66,65)
#343635
(52,54,53)
#282A29
(40,42,41)
#1C1E1D
(28,30,29)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #888A89

#888A89
(136,138,137)
#929493
(146,148,147)
#9C9E9D
(156,158,157)
#A6A8A7
(166,168,167)
#B0B2B1
(176,178,177)
#BABCBB
(186,188,187)
#C4C6C5
(196,198,197)
#CED0CF
(206,208,207)
#D8DAD9
(216,218,217)
#E2E4E3
(226,228,227)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888A89; }

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

This text font color is #888A89.


Background Color

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

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

This div background color is #888A89.


Border color

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

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

This div border color is #888A89.


Opacity

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

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

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

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

This text has shadow with #888A89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888A89 on black background.


Color preview on white background

This text has color #888A89 on white background.



Black color preview on #888A89 background

This text has black color on #888A89 background.


White color preview on #888A89 background

This text has white color on #888A89 background.