COLOR #86857D

HEX: #86857D
RGB: (134,133,125)

Color info

#86857D contains red, green and blue colors in about the same proportion. Web safe color of #86857D is #999966 (or #996).

RGB color model

#86857D color RGB value is (134,133,125).

  • red value is 134;
  • green value is 133;
  • blue value is 125.
RGB:
(134,133,125)
(53%,52%,49%)

RGB channels and saturation

R 134 of 255 = 53%
G 133 of 255 = 52%
B 125 of 255 = 49%

134
133
125

R + G + B ~ 51%. #86857D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 133 + 125 = 392 (100%)
R 134 of 392 ~ 34.18%
G 133 of 392 ~ 33.93%
B 125 of 392 ~ 31.89%

%34.18
%33.93
%31.89

CMYK color model

#86857D color CMYK value is (0,1,7,47).

  • cyan value is 0.00%
  • magenta value is 0.75%
  • yellow value is 6.72%
  • key color value is 47.45%
CMYK:
(0,1,7,47)
C0M1Y7K47 
(0%,1%,7%,47%)
(0.00/0.01/0.07/0.47)	

CMYK percentages

%0
%0.75
%6.72
%47.45

Codes

Color #86857D in popluar color models

86857D
RGB134133125
HSL53°3.59%50.78%
HSB/HSV53°6.72%52.55%
CMYK0.00%0.75%6.72%
47.45%

Color #86857D in popluar number systems.

HEX86857D
Decimal134133125
Binary10000110100001011111101
Octal206205175

Shades and tints

Shades of #86857D

#86857D
(134,133,125)
#7A7972
(122,121,114)
#6E6D67
(110,109,103)
#62615C
(98,97,92)
#565551
(86,85,81)
#4A4946
(74,73,70)
#3E3D3B
(62,61,59)
#323130
(50,49,48)
#262525
(38,37,37)
#1A191A
(26,25,26)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #86857D

#86857D
(134,133,125)
#919088
(145,144,136)
#9C9B93
(156,155,147)
#A7A69E
(167,166,158)
#B2B1A9
(178,177,169)
#BDBCB4
(189,188,180)
#C8C7BF
(200,199,191)
#D3D2CA
(211,210,202)
#DEDDD5
(222,221,213)
#E9E8E0
(233,232,224)
#F4F3EB
(244,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86857D color. Also use rgb(134,133,125) instead hex code.

Text Font Color

.myTextColor { color: #86857D; }

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

This text font color is #86857D.


Background Color

.myBgColor { background-color: #86857D; }

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

This div background color is #86857D.


Border color

.myBorderColor { border: 1px solid #86857D; }

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

This div border color is #86857D.


Opacity

.myOpacity80 { color: #86857D; opacity: 0.8; }

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

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

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

This text has shadow with #86857D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86857D on black background.


Color preview on white background

This text has color #86857D on white background.



Black color preview on #86857D background

This text has black color on #86857D background.


White color preview on #86857D background

This text has white color on #86857D background.