COLOR #86A58D

HEX: #86A58D
RGB: (134,165,141)

Color info

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

RGB color model

#86A58D color RGB value is (134,165,141).

  • red value is 134;
  • green value is 165;
  • blue value is 141.
RGB:
(134,165,141)
(53%,65%,55%)

RGB channels and saturation

R 134 of 255 = 53%
G 165 of 255 = 65%
B 141 of 255 = 55%

134
165
141

R + G + B ~ 58%. #86A58D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 165 + 141 = 440 (100%)
R 134 of 440 ~ 30.45%
G 165 of 440 ~ 37.5%
B 141 of 440 ~ 32.05%

%30.45
%37.5
%32.05

CMYK color model

#86A58D color CMYK value is (19,0,15,35).

  • cyan value is 18.79%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 35.29%
CMYK:
(19,0,15,35)
C19M0Y15K35 
(19%,0%,15%,35%)
(0.19/0.00/0.15/0.35)	

CMYK percentages

%18.79
%0
%14.55
%35.29

Codes

Color #86A58D in popluar color models

86A58D
RGB134165141
HSL134°14.69%58.63%
HSB/HSV134°18.79%64.71%
CMYK18.79%0.00%14.55%
35.29%

Color #86A58D in popluar number systems.

HEX86A58D
Decimal134165141
Binary100001101010010110001101
Octal206245215

Shades and tints

Shades of #86A58D

#86A58D
(134,165,141)
#7A9681
(122,150,129)
#6E8775
(110,135,117)
#627869
(98,120,105)
#56695D
(86,105,93)
#4A5A51
(74,90,81)
#3E4B45
(62,75,69)
#323C39
(50,60,57)
#262D2D
(38,45,45)
#1A1E21
(26,30,33)
#0E0F15
(14,15,21)
#000000
(0,0,0)

Tints of #86A58D

#86A58D
(134,165,141)
#91AD97
(145,173,151)
#9CB5A1
(156,181,161)
#A7BDAB
(167,189,171)
#B2C5B5
(178,197,181)
#BDCDBF
(189,205,191)
#C8D5C9
(200,213,201)
#D3DDD3
(211,221,211)
#DEE5DD
(222,229,221)
#E9EDE7
(233,237,231)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86A58D color. Also use rgb(134,165,141) instead hex code.

Text Font Color

.myTextColor { color: #86A58D; }

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

This text font color is #86A58D.


Background Color

.myBgColor { background-color: #86A58D; }

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

This div background color is #86A58D.


Border color

.myBorderColor { border: 1px solid #86A58D; }

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

This div border color is #86A58D.


Opacity

.myOpacity80 { color: #86A58D; opacity: 0.8; }

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

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

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

This text has shadow with #86A58D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86A58D on black background.


Color preview on white background

This text has color #86A58D on white background.



Black color preview on #86A58D background

This text has black color on #86A58D background.


White color preview on #86A58D background

This text has white color on #86A58D background.