COLOR #86A495

HEX: #86A495
RGB: (134,164,149)

Color info

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

RGB color model

#86A495 color RGB value is (134,164,149).

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

RGB channels and saturation

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

134
164
149

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

Portions of RGB colors in percentages

R + G + B =
134 + 164 + 149 = 447 (100%)
R 134 of 447 ~ 29.98%
G 164 of 447 ~ 36.69%
B 149 of 447 ~ 33.33%

%29.98
%36.69
%33.33

CMYK color model

#86A495 color CMYK value is (18,0,9,36).

  • cyan value is 18.29%
  • magenta value is 0.00%
  • yellow value is 9.15%
  • key color value is 35.69%
CMYK:
(18,0,9,36)
C18M0Y9K36 
(18%,0%,9%,36%)
(0.18/0.00/0.09/0.36)	

CMYK percentages

%18.29
%0
%9.15
%35.69

Codes

Color #86A495 in popluar color models

86A495
RGB134164149
HSL150°14.15%58.43%
HSB/HSV150°18.29%64.31%
CMYK18.29%0.00%9.15%
35.69%

Color #86A495 in popluar number systems.

HEX86A495
Decimal134164149
Binary100001101010010010010101
Octal206244225

Shades and tints

Shades of #86A495

#86A495
(134,164,149)
#7A9688
(122,150,136)
#6E887B
(110,136,123)
#627A6E
(98,122,110)
#566C61
(86,108,97)
#4A5E54
(74,94,84)
#3E5047
(62,80,71)
#32423A
(50,66,58)
#26342D
(38,52,45)
#1A2620
(26,38,32)
#0E1813
(14,24,19)
#000000
(0,0,0)

Tints of #86A495

#86A495
(134,164,149)
#91AC9E
(145,172,158)
#9CB4A7
(156,180,167)
#A7BCB0
(167,188,176)
#B2C4B9
(178,196,185)
#BDCCC2
(189,204,194)
#C8D4CB
(200,212,203)
#D3DCD4
(211,220,212)
#DEE4DD
(222,228,221)
#E9ECE6
(233,236,230)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86A495; }

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

This text font color is #86A495.


Background Color

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

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

This div background color is #86A495.


Border color

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

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

This div border color is #86A495.


Opacity

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

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

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

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

This text has shadow with #86A495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86A495 on black background.


Color preview on white background

This text has color #86A495 on white background.



Black color preview on #86A495 background

This text has black color on #86A495 background.


White color preview on #86A495 background

This text has white color on #86A495 background.