COLOR #86A493

HEX: #86A493
RGB: (134,164,147)

Color info

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

RGB color model

#86A493 color RGB value is (134,164,147).

  • red value is 134;
  • green value is 164;
  • blue value is 147.
RGB:
(134,164,147)
(53%,64%,58%)

RGB channels and saturation

R 134 of 255 = 53%
G 164 of 255 = 64%
B 147 of 255 = 58%

134
164
147

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

Portions of RGB colors in percentages

R + G + B =
134 + 164 + 147 = 445 (100%)
R 134 of 445 ~ 30.11%
G 164 of 445 ~ 36.85%
B 147 of 445 ~ 33.03%

%30.11
%36.85
%33.03

CMYK color model

#86A493 color CMYK value is (18,0,10,36).

  • cyan value is 18.29%
  • magenta value is 0.00%
  • yellow value is 10.37%
  • key color value is 35.69%
CMYK:
(18,0,10,36)
C18M0Y10K36 
(18%,0%,10%,36%)
(0.18/0.00/0.10/0.36)	

CMYK percentages

%18.29
%0
%10.37
%35.69

Codes

Color #86A493 in popluar color models

86A493
RGB134164147
HSL146°14.15%58.43%
HSB/HSV146°18.29%64.31%
CMYK18.29%0.00%10.37%
35.69%

Color #86A493 in popluar number systems.

HEX86A493
Decimal134164147
Binary100001101010010010010011
Octal206244223

Shades and tints

Shades of #86A493

#86A493
(134,164,147)
#7A9686
(122,150,134)
#6E8879
(110,136,121)
#627A6C
(98,122,108)
#566C5F
(86,108,95)
#4A5E52
(74,94,82)
#3E5045
(62,80,69)
#324238
(50,66,56)
#26342B
(38,52,43)
#1A261E
(26,38,30)
#0E1811
(14,24,17)
#000000
(0,0,0)

Tints of #86A493

#86A493
(134,164,147)
#91AC9C
(145,172,156)
#9CB4A5
(156,180,165)
#A7BCAE
(167,188,174)
#B2C4B7
(178,196,183)
#BDCCC0
(189,204,192)
#C8D4C9
(200,212,201)
#D3DCD2
(211,220,210)
#DEE4DB
(222,228,219)
#E9ECE4
(233,236,228)
#F4F4ED
(244,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86A493 color. Also use rgb(134,164,147) instead hex code.

Text Font Color

.myTextColor { color: #86A493; }

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

This text font color is #86A493.


Background Color

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

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

This div background color is #86A493.


Border color

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

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

This div border color is #86A493.


Opacity

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

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

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

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

This text has shadow with #86A493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86A493 on black background.


Color preview on white background

This text has color #86A493 on white background.



Black color preview on #86A493 background

This text has black color on #86A493 background.


White color preview on #86A493 background

This text has white color on #86A493 background.