COLOR #868888

HEX: #868888
RGB: (134,136,136)

Color info

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

RGB color model

#868888 color RGB value is (134,136,136).

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

RGB channels and saturation

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

134
136
136

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

Portions of RGB colors in percentages

R + G + B =
134 + 136 + 136 = 406 (100%)
R 134 of 406 ~ 33%
G 136 of 406 ~ 33.5%
B 136 of 406 ~ 33.5%

%33
%33.5
%33.5

CMYK color model

#868888 color CMYK value is (1,0,0,47).

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

CMYK percentages

%1.47
%0
%0
%46.67

Codes

Color #868888 in popluar color models

868888
RGB134136136
HSL180°0.83%52.94%
HSB/HSV180°1.47%53.33%
CMYK1.47%0.00%0.00%
46.67%

Color #868888 in popluar number systems.

HEX868888
Decimal134136136
Binary100001101000100010001000
Octal206210210

Shades and tints

Shades of #868888

#868888
(134,136,136)
#7A7C7C
(122,124,124)
#6E7070
(110,112,112)
#626464
(98,100,100)
#565858
(86,88,88)
#4A4C4C
(74,76,76)
#3E4040
(62,64,64)
#323434
(50,52,52)
#262828
(38,40,40)
#1A1C1C
(26,28,28)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #868888

#868888
(134,136,136)
#919292
(145,146,146)
#9C9C9C
(156,156,156)
#A7A6A6
(167,166,166)
#B2B0B0
(178,176,176)
#BDBABA
(189,186,186)
#C8C4C4
(200,196,196)
#D3CECE
(211,206,206)
#DED8D8
(222,216,216)
#E9E2E2
(233,226,226)
#F4ECEC
(244,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868888; }

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

This text font color is #868888.


Background Color

.myBgColor { background-color: #868888; }

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

This div background color is #868888.


Border color

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

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

This div border color is #868888.


Opacity

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

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

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

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

This text has shadow with #868888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868888 on black background.


Color preview on white background

This text has color #868888 on white background.



Black color preview on #868888 background

This text has black color on #868888 background.


White color preview on #868888 background

This text has white color on #868888 background.