COLOR #86A87D

HEX: #86A87D
RGB: (134,168,125)

Color info

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

RGB color model

#86A87D color RGB value is (134,168,125).

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

RGB channels and saturation

R 134 of 255 = 53%
G 168 of 255 = 66%
B 125 of 255 = 49%

134
168
125

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

Portions of RGB colors in percentages

R + G + B =
134 + 168 + 125 = 427 (100%)
R 134 of 427 ~ 31.38%
G 168 of 427 ~ 39.34%
B 125 of 427 ~ 29.27%

%31.38
%39.34
%29.27

CMYK color model

#86A87D color CMYK value is (20,0,26,34).

  • cyan value is 20.24%
  • magenta value is 0.00%
  • yellow value is 25.60%
  • key color value is 34.12%
CMYK:
(20,0,26,34)
C20M0Y26K34 
(20%,0%,26%,34%)
(0.20/0.00/0.26/0.34)	

CMYK percentages

%20.24
%0
%25.6
%34.12

Codes

Color #86A87D in popluar color models

86A87D
RGB134168125
HSL107°19.82%57.45%
HSB/HSV107°25.60%65.88%
CMYK20.24%0.00%25.60%
34.12%

Color #86A87D in popluar number systems.

HEX86A87D
Decimal134168125
Binary10000110101010001111101
Octal206250175

Shades and tints

Shades of #86A87D

#86A87D
(134,168,125)
#7A9972
(122,153,114)
#6E8A67
(110,138,103)
#627B5C
(98,123,92)
#566C51
(86,108,81)
#4A5D46
(74,93,70)
#3E4E3B
(62,78,59)
#323F30
(50,63,48)
#263025
(38,48,37)
#1A211A
(26,33,26)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #86A87D

#86A87D
(134,168,125)
#91AF88
(145,175,136)
#9CB693
(156,182,147)
#A7BD9E
(167,189,158)
#B2C4A9
(178,196,169)
#BDCBB4
(189,203,180)
#C8D2BF
(200,210,191)
#D3D9CA
(211,217,202)
#DEE0D5
(222,224,213)
#E9E7E0
(233,231,224)
#F4EEEB
(244,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86A87D color. Also use rgb(134,168,125) instead hex code.

Text Font Color

.myTextColor { color: #86A87D; }

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

This text font color is #86A87D.


Background Color

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

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

This div background color is #86A87D.


Border color

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

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

This div border color is #86A87D.


Opacity

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

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

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

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

This text has shadow with #86A87D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86A87D on black background.


Color preview on white background

This text has color #86A87D on white background.



Black color preview on #86A87D background

This text has black color on #86A87D background.


White color preview on #86A87D background

This text has white color on #86A87D background.