COLOR #86B495

HEX: #86B495
RGB: (134,180,149)

Color info

#86B495 contains red, green and blue colors in about the same proportion. Web safe color of #86B495 is #99CC99 (or #9C9).

RGB color model

#86B495 color RGB value is (134,180,149).

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

RGB channels and saturation

R 134 of 255 = 53%
G 180 of 255 = 71%
B 149 of 255 = 58%

134
180
149

R + G + B ~ 61%. #86B495 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 180 + 149 = 463 (100%)
R 134 of 463 ~ 28.94%
G 180 of 463 ~ 38.88%
B 149 of 463 ~ 32.18%

%28.94
%38.88
%32.18

CMYK color model

#86B495 color CMYK value is (26,0,17,29).

  • cyan value is 25.56%
  • magenta value is 0.00%
  • yellow value is 17.22%
  • key color value is 29.41%
CMYK:
(26,0,17,29)
C26M0Y17K29 
(26%,0%,17%,29%)
(0.26/0.00/0.17/0.29)	

CMYK percentages

%25.56
%0
%17.22
%29.41

Codes

Color #86B495 in popluar color models

86B495
RGB134180149
HSL140°23.47%61.57%
HSB/HSV140°25.56%70.59%
CMYK25.56%0.00%17.22%
29.41%

Color #86B495 in popluar number systems.

HEX86B495
Decimal134180149
Binary100001101011010010010101
Octal206264225

Shades and tints

Shades of #86B495

#86B495
(134,180,149)
#7AA488
(122,164,136)
#6E947B
(110,148,123)
#62846E
(98,132,110)
#567461
(86,116,97)
#4A6454
(74,100,84)
#3E5447
(62,84,71)
#32443A
(50,68,58)
#26342D
(38,52,45)
#1A2420
(26,36,32)
#0E1413
(14,20,19)
#000000
(0,0,0)

Tints of #86B495

#86B495
(134,180,149)
#91BA9E
(145,186,158)
#9CC0A7
(156,192,167)
#A7C6B0
(167,198,176)
#B2CCB9
(178,204,185)
#BDD2C2
(189,210,194)
#C8D8CB
(200,216,203)
#D3DED4
(211,222,212)
#DEE4DD
(222,228,221)
#E9EAE6
(233,234,230)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86B495; }

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

This text font color is #86B495.


Background Color

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

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

This div background color is #86B495.


Border color

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

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

This div border color is #86B495.


Opacity

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

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

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

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

This text has shadow with #86B495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86B495 on black background.


Color preview on white background

This text has color #86B495 on white background.



Black color preview on #86B495 background

This text has black color on #86B495 background.


White color preview on #86B495 background

This text has white color on #86B495 background.