COLOR #868396

HEX: #868396
RGB: (134,131,150)

Color info

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

RGB color model

#868396 color RGB value is (134,131,150).

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

RGB channels and saturation

R 134 of 255 = 53%
G 131 of 255 = 51%
B 150 of 255 = 59%

134
131
150

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

Portions of RGB colors in percentages

R + G + B =
134 + 131 + 150 = 415 (100%)
R 134 of 415 ~ 32.29%
G 131 of 415 ~ 31.57%
B 150 of 415 ~ 36.14%

%32.29
%31.57
%36.14

CMYK color model

#868396 color CMYK value is (11,13,0,41).

  • cyan value is 10.67%
  • magenta value is 12.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(11,13,0,41)
C11M13Y0K41 
(11%,13%,0%,41%)
(0.11/0.13/0.00/0.41)	

CMYK percentages

%10.67
%12.67
%0
%41.18

Codes

Color #868396 in popluar color models

868396
RGB134131150
HSL249°8.30%55.10%
HSB/HSV249°12.67%58.82%
CMYK10.67%12.67%0.00%
41.18%

Color #868396 in popluar number systems.

HEX868396
Decimal134131150
Binary100001101000001110010110
Octal206203226

Shades and tints

Shades of #868396

#868396
(134,131,150)
#7A7889
(122,120,137)
#6E6D7C
(110,109,124)
#62626F
(98,98,111)
#565762
(86,87,98)
#4A4C55
(74,76,85)
#3E4148
(62,65,72)
#32363B
(50,54,59)
#262B2E
(38,43,46)
#1A2021
(26,32,33)
#0E1514
(14,21,20)
#000000
(0,0,0)

Tints of #868396

#868396
(134,131,150)
#918E9F
(145,142,159)
#9C99A8
(156,153,168)
#A7A4B1
(167,164,177)
#B2AFBA
(178,175,186)
#BDBAC3
(189,186,195)
#C8C5CC
(200,197,204)
#D3D0D5
(211,208,213)
#DEDBDE
(222,219,222)
#E9E6E7
(233,230,231)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868396; }

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

This text font color is #868396.


Background Color

.myBgColor { background-color: #868396; }

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

This div background color is #868396.


Border color

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

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

This div border color is #868396.


Opacity

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

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

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

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

This text has shadow with #868396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868396 on black background.


Color preview on white background

This text has color #868396 on white background.



Black color preview on #868396 background

This text has black color on #868396 background.


White color preview on #868396 background

This text has white color on #868396 background.