COLOR #888888

HEX: #888888
RGB: (136,136,136)

Color info

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

RGB color model

#888888 color RGB value is (136,136,136).

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

RGB channels and saturation

R 136 of 255 = 53%
G 136 of 255 = 53%
B 136 of 255 = 53%

136
136
136

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

Portions of RGB colors in percentages

R + G + B =
136 + 136 + 136 = 408 (100%)
R 136 of 408 ~ 33.33%
G 136 of 408 ~ 33.33%
B 136 of 408 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#888888 color CMYK value is (0,0,0,47).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(0,0,0,47)
C0M0Y0K47 
(0%,0%,0%,47%)
(0.00/0.00/0.00/0.47)	

CMYK percentages

%0
%0
%0
%46.67

Codes

Color #888888 in popluar color models

888888
RGB136136136
HSL0.00%0.53%
HSB/HSV0.00%0.53%
CMYK0.00%0.00%0.00%
46.67%

Color #888888 in popluar number systems.

HEX888888
Decimal136136136
Binary100010001000100010001000
Octal210210210

Shades and tints

Shades of #888888

#888888
(136,136,136)
#7C7C7C
(124,124,124)
#707070
(112,112,112)
#646464
(100,100,100)
#585858
(88,88,88)
#4C4C4C
(76,76,76)
#404040
(64,64,64)
#343434
(52,52,52)
#282828
(40,40,40)
#1C1C1C
(28,28,28)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #888888

#888888
(136,136,136)
#929292
(146,146,146)
#9C9C9C
(156,156,156)
#A6A6A6
(166,166,166)
#B0B0B0
(176,176,176)
#BABABA
(186,186,186)
#C4C4C4
(196,196,196)
#CECECE
(206,206,206)
#D8D8D8
(216,216,216)
#E2E2E2
(226,226,226)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888888; }

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

This text font color is #888888.


Background Color

.myBgColor { background-color: #888888; }

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

This div background color is #888888.


Border color

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

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

This div border color is #888888.


Opacity

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

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

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

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

This text has shadow with #888888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888888 on black background.


Color preview on white background

This text has color #888888 on white background.



Black color preview on #888888 background

This text has black color on #888888 background.


White color preview on #888888 background

This text has white color on #888888 background.