COLOR #888C9C

HEX: #888C9C
RGB: (136,140,156)

Color info

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

RGB color model

#888C9C color RGB value is (136,140,156).

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

RGB channels and saturation

R 136 of 255 = 53%
G 140 of 255 = 55%
B 156 of 255 = 61%

136
140
156

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

Portions of RGB colors in percentages

R + G + B =
136 + 140 + 156 = 432 (100%)
R 136 of 432 ~ 31.48%
G 140 of 432 ~ 32.41%
B 156 of 432 ~ 36.11%

%31.48
%32.41
%36.11

CMYK color model

#888C9C color CMYK value is (13,10,0,39).

  • cyan value is 12.82%
  • magenta value is 10.26%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(13,10,0,39)
C13M10Y0K39 
(13%,10%,0%,39%)
(0.13/0.10/0.00/0.39)	

CMYK percentages

%12.82
%10.26
%0
%38.82

Codes

Color #888C9C in popluar color models

888C9C
RGB136140156
HSL228°9.17%57.25%
HSB/HSV228°12.82%61.18%
CMYK12.82%10.26%0.00%
38.82%

Color #888C9C in popluar number systems.

HEX888C9C
Decimal136140156
Binary100010001000110010011100
Octal210214234

Shades and tints

Shades of #888C9C

#888C9C
(136,140,156)
#7C808E
(124,128,142)
#707480
(112,116,128)
#646872
(100,104,114)
#585C64
(88,92,100)
#4C5056
(76,80,86)
#404448
(64,68,72)
#34383A
(52,56,58)
#282C2C
(40,44,44)
#1C201E
(28,32,30)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #888C9C

#888C9C
(136,140,156)
#9296A5
(146,150,165)
#9CA0AE
(156,160,174)
#A6AAB7
(166,170,183)
#B0B4C0
(176,180,192)
#BABEC9
(186,190,201)
#C4C8D2
(196,200,210)
#CED2DB
(206,210,219)
#D8DCE4
(216,220,228)
#E2E6ED
(226,230,237)
#ECF0F6
(236,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888C9C; }

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

This text font color is #888C9C.


Background Color

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

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

This div background color is #888C9C.


Border color

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

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

This div border color is #888C9C.


Opacity

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

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

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

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

This text has shadow with #888C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888C9C on black background.


Color preview on white background

This text has color #888C9C on white background.



Black color preview on #888C9C background

This text has black color on #888C9C background.


White color preview on #888C9C background

This text has white color on #888C9C background.