COLOR #86B46C

HEX: #86B46C
RGB: (134,180,108)

Color info

#86B46C contains mainly red and green colors. Web safe color of #86B46C is #99CC66 (or #9C6).

RGB color model

#86B46C color RGB value is (134,180,108).

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

RGB channels and saturation

R 134 of 255 = 53%
G 180 of 255 = 71%
B 108 of 255 = 42%

134
180
108

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

Portions of RGB colors in percentages

R + G + B =
134 + 180 + 108 = 422 (100%)
R 134 of 422 ~ 31.75%
G 180 of 422 ~ 42.65%
B 108 of 422 ~ 25.59%

%31.75
%42.65
%25.59

CMYK color model

#86B46C color CMYK value is (26,0,40,29).

  • cyan value is 25.56%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 29.41%
CMYK:
(26,0,40,29)
C26M0Y40K29 
(26%,0%,40%,29%)
(0.26/0.00/0.40/0.29)	

CMYK percentages

%25.56
%0
%40
%29.41

Codes

Color #86B46C in popluar color models

86B46C
RGB134180108
HSL98°32.43%56.47%
HSB/HSV98°40.00%70.59%
CMYK25.56%0.00%40.00%
29.41%

Color #86B46C in popluar number systems.

HEX86B46C
Decimal134180108
Binary10000110101101001101100
Octal206264154

Shades and tints

Shades of #86B46C

#86B46C
(134,180,108)
#7AA463
(122,164,99)
#6E945A
(110,148,90)
#628451
(98,132,81)
#567448
(86,116,72)
#4A643F
(74,100,63)
#3E5436
(62,84,54)
#32442D
(50,68,45)
#263424
(38,52,36)
#1A241B
(26,36,27)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #86B46C

#86B46C
(134,180,108)
#91BA79
(145,186,121)
#9CC086
(156,192,134)
#A7C693
(167,198,147)
#B2CCA0
(178,204,160)
#BDD2AD
(189,210,173)
#C8D8BA
(200,216,186)
#D3DEC7
(211,222,199)
#DEE4D4
(222,228,212)
#E9EAE1
(233,234,225)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86B46C; }

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

This text font color is #86B46C.


Background Color

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

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

This div background color is #86B46C.


Border color

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

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

This div border color is #86B46C.


Opacity

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

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

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

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

This text has shadow with #86B46C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86B46C on black background.


Color preview on white background

This text has color #86B46C on white background.



Black color preview on #86B46C background

This text has black color on #86B46C background.


White color preview on #86B46C background

This text has white color on #86B46C background.