COLOR #86B47C

HEX: #86B47C
RGB: (134,180,124)

Color info

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

RGB color model

#86B47C color RGB value is (134,180,124).

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

RGB channels and saturation

R 134 of 255 = 53%
G 180 of 255 = 71%
B 124 of 255 = 49%

134
180
124

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

Portions of RGB colors in percentages

R + G + B =
134 + 180 + 124 = 438 (100%)
R 134 of 438 ~ 30.59%
G 180 of 438 ~ 41.1%
B 124 of 438 ~ 28.31%

%30.59
%41.1
%28.31

CMYK color model

#86B47C color CMYK value is (26,0,31,29).

  • cyan value is 25.56%
  • magenta value is 0.00%
  • yellow value is 31.11%
  • key color value is 29.41%
CMYK:
(26,0,31,29)
C26M0Y31K29 
(26%,0%,31%,29%)
(0.26/0.00/0.31/0.29)	

CMYK percentages

%25.56
%0
%31.11
%29.41

Codes

Color #86B47C in popluar color models

86B47C
RGB134180124
HSL109°27.18%59.61%
HSB/HSV109°31.11%70.59%
CMYK25.56%0.00%31.11%
29.41%

Color #86B47C in popluar number systems.

HEX86B47C
Decimal134180124
Binary10000110101101001111100
Octal206264174

Shades and tints

Shades of #86B47C

#86B47C
(134,180,124)
#7AA471
(122,164,113)
#6E9466
(110,148,102)
#62845B
(98,132,91)
#567450
(86,116,80)
#4A6445
(74,100,69)
#3E543A
(62,84,58)
#32442F
(50,68,47)
#263424
(38,52,36)
#1A2419
(26,36,25)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #86B47C

#86B47C
(134,180,124)
#91BA87
(145,186,135)
#9CC092
(156,192,146)
#A7C69D
(167,198,157)
#B2CCA8
(178,204,168)
#BDD2B3
(189,210,179)
#C8D8BE
(200,216,190)
#D3DEC9
(211,222,201)
#DEE4D4
(222,228,212)
#E9EADF
(233,234,223)
#F4F0EA
(244,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86B47C; }

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

This text font color is #86B47C.


Background Color

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

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

This div background color is #86B47C.


Border color

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

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

This div border color is #86B47C.


Opacity

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

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

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

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

This text has shadow with #86B47C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86B47C on black background.


Color preview on white background

This text has color #86B47C on white background.



Black color preview on #86B47C background

This text has black color on #86B47C background.


White color preview on #86B47C background

This text has white color on #86B47C background.