COLOR #868496

HEX: #868496
RGB: (134,132,150)

Color info

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

RGB color model

#868496 color RGB value is (134,132,150).

  • red value is 134;
  • green value is 132;
  • blue value is 150.
RGB:
(134,132,150)
(53%,52%,59%)

RGB channels and saturation

R 134 of 255 = 53%
G 132 of 255 = 52%
B 150 of 255 = 59%

134
132
150

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

Portions of RGB colors in percentages

R + G + B =
134 + 132 + 150 = 416 (100%)
R 134 of 416 ~ 32.21%
G 132 of 416 ~ 31.73%
B 150 of 416 ~ 36.06%

%32.21
%31.73
%36.06

CMYK color model

#868496 color CMYK value is (11,12,0,41).

  • cyan value is 10.67%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(11,12,0,41)
C11M12Y0K41 
(11%,12%,0%,41%)
(0.11/0.12/0.00/0.41)	

CMYK percentages

%10.67
%12
%0
%41.18

Codes

Color #868496 in popluar color models

868496
RGB134132150
HSL247°7.89%55.29%
HSB/HSV247°12.00%58.82%
CMYK10.67%12.00%0.00%
41.18%

Color #868496 in popluar number systems.

HEX868496
Decimal134132150
Binary100001101000010010010110
Octal206204226

Shades and tints

Shades of #868496

#868496
(134,132,150)
#7A7889
(122,120,137)
#6E6C7C
(110,108,124)
#62606F
(98,96,111)
#565462
(86,84,98)
#4A4855
(74,72,85)
#3E3C48
(62,60,72)
#32303B
(50,48,59)
#26242E
(38,36,46)
#1A1821
(26,24,33)
#0E0C14
(14,12,20)
#000000
(0,0,0)

Tints of #868496

#868496
(134,132,150)
#918F9F
(145,143,159)
#9C9AA8
(156,154,168)
#A7A5B1
(167,165,177)
#B2B0BA
(178,176,186)
#BDBBC3
(189,187,195)
#C8C6CC
(200,198,204)
#D3D1D5
(211,209,213)
#DEDCDE
(222,220,222)
#E9E7E7
(233,231,231)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868496; }

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

This text font color is #868496.


Background Color

.myBgColor { background-color: #868496; }

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

This div background color is #868496.


Border color

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

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

This div border color is #868496.


Opacity

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

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

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

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

This text has shadow with #868496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868496 on black background.


Color preview on white background

This text has color #868496 on white background.



Black color preview on #868496 background

This text has black color on #868496 background.


White color preview on #868496 background

This text has white color on #868496 background.