COLOR #888C9A

HEX: #888C9A
RGB: (136,140,154)

Color info

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

RGB color model

#888C9A color RGB value is (136,140,154).

  • red value is 136;
  • green value is 140;
  • blue value is 154.
RGB:
(136,140,154)
(53%,55%,60%)

RGB channels and saturation

R 136 of 255 = 53%
G 140 of 255 = 55%
B 154 of 255 = 60%

136
140
154

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

Portions of RGB colors in percentages

R + G + B =
136 + 140 + 154 = 430 (100%)
R 136 of 430 ~ 31.63%
G 140 of 430 ~ 32.56%
B 154 of 430 ~ 35.81%

%31.63
%32.56
%35.81

CMYK color model

#888C9A color CMYK value is (12,9,0,40).

  • cyan value is 11.69%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(12,9,0,40)
C12M9Y0K40 
(12%,9%,0%,40%)
(0.12/0.09/0.00/0.40)	

CMYK percentages

%11.69
%9.09
%0
%39.61

Codes

Color #888C9A in popluar color models

888C9A
RGB136140154
HSL227°8.18%56.86%
HSB/HSV227°11.69%60.39%
CMYK11.69%9.09%0.00%
39.61%

Color #888C9A in popluar number systems.

HEX888C9A
Decimal136140154
Binary100010001000110010011010
Octal210214232

Shades and tints

Shades of #888C9A

#888C9A
(136,140,154)
#7C808C
(124,128,140)
#70747E
(112,116,126)
#646870
(100,104,112)
#585C62
(88,92,98)
#4C5054
(76,80,84)
#404446
(64,68,70)
#343838
(52,56,56)
#282C2A
(40,44,42)
#1C201C
(28,32,28)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #888C9A

#888C9A
(136,140,154)
#9296A3
(146,150,163)
#9CA0AC
(156,160,172)
#A6AAB5
(166,170,181)
#B0B4BE
(176,180,190)
#BABEC7
(186,190,199)
#C4C8D0
(196,200,208)
#CED2D9
(206,210,217)
#D8DCE2
(216,220,226)
#E2E6EB
(226,230,235)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888C9A color. Also use rgb(136,140,154) instead hex code.

Text Font Color

.myTextColor { color: #888C9A; }

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

This text font color is #888C9A.


Background Color

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

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

This div background color is #888C9A.


Border color

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

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

This div border color is #888C9A.


Opacity

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

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

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

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

This text has shadow with #888C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888C9A on black background.


Color preview on white background

This text has color #888C9A on white background.



Black color preview on #888C9A background

This text has black color on #888C9A background.


White color preview on #888C9A background

This text has white color on #888C9A background.