COLOR #86838C

HEX: #86838C
RGB: (134,131,140)

Color info

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

RGB color model

#86838C color RGB value is (134,131,140).

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

RGB channels and saturation

R 134 of 255 = 53%
G 131 of 255 = 51%
B 140 of 255 = 55%

134
131
140

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

Portions of RGB colors in percentages

R + G + B =
134 + 131 + 140 = 405 (100%)
R 134 of 405 ~ 33.09%
G 131 of 405 ~ 32.35%
B 140 of 405 ~ 34.57%

%33.09
%32.35
%34.57

CMYK color model

#86838C color CMYK value is (4,6,0,45).

  • cyan value is 4.29%
  • magenta value is 6.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(4,6,0,45)
C4M6Y0K45 
(4%,6%,0%,45%)
(0.04/0.06/0.00/0.45)	

CMYK percentages

%4.29
%6.43
%0
%45.1

Codes

Color #86838C in popluar color models

86838C
RGB134131140
HSL260°3.77%53.14%
HSB/HSV260°6.43%54.90%
CMYK4.29%6.43%0.00%
45.10%

Color #86838C in popluar number systems.

HEX86838C
Decimal134131140
Binary100001101000001110001100
Octal206203214

Shades and tints

Shades of #86838C

#86838C
(134,131,140)
#7A7880
(122,120,128)
#6E6D74
(110,109,116)
#626268
(98,98,104)
#56575C
(86,87,92)
#4A4C50
(74,76,80)
#3E4144
(62,65,68)
#323638
(50,54,56)
#262B2C
(38,43,44)
#1A2020
(26,32,32)
#0E1514
(14,21,20)
#000000
(0,0,0)

Tints of #86838C

#86838C
(134,131,140)
#918E96
(145,142,150)
#9C99A0
(156,153,160)
#A7A4AA
(167,164,170)
#B2AFB4
(178,175,180)
#BDBABE
(189,186,190)
#C8C5C8
(200,197,200)
#D3D0D2
(211,208,210)
#DEDBDC
(222,219,220)
#E9E6E6
(233,230,230)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86838C; }

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

This text font color is #86838C.


Background Color

.myBgColor { background-color: #86838C; }

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

This div background color is #86838C.


Border color

.myBorderColor { border: 1px solid #86838C; }

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

This div border color is #86838C.


Opacity

.myOpacity80 { color: #86838C; opacity: 0.8; }

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

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

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

This text has shadow with #86838C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86838C on black background.


Color preview on white background

This text has color #86838C on white background.



Black color preview on #86838C background

This text has black color on #86838C background.


White color preview on #86838C background

This text has white color on #86838C background.