COLOR #86BD7C

HEX: #86BD7C
RGB: (134,189,124)

Color info

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

RGB color model

#86BD7C color RGB value is (134,189,124).

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

RGB channels and saturation

R 134 of 255 = 53%
G 189 of 255 = 74%
B 124 of 255 = 49%

134
189
124

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

Portions of RGB colors in percentages

R + G + B =
134 + 189 + 124 = 447 (100%)
R 134 of 447 ~ 29.98%
G 189 of 447 ~ 42.28%
B 124 of 447 ~ 27.74%

%29.98
%42.28
%27.74

CMYK color model

#86BD7C color CMYK value is (29,0,34,26).

  • cyan value is 29.10%
  • magenta value is 0.00%
  • yellow value is 34.39%
  • key color value is 25.88%
CMYK:
(29,0,34,26)
C29M0Y34K26 
(29%,0%,34%,26%)
(0.29/0.00/0.34/0.26)	

CMYK percentages

%29.1
%0
%34.39
%25.88

Codes

Color #86BD7C in popluar color models

86BD7C
RGB134189124
HSL111°32.99%61.37%
HSB/HSV111°34.39%74.12%
CMYK29.10%0.00%34.39%
25.88%

Color #86BD7C in popluar number systems.

HEX86BD7C
Decimal134189124
Binary10000110101111011111100
Octal206275174

Shades and tints

Shades of #86BD7C

#86BD7C
(134,189,124)
#7AAC71
(122,172,113)
#6E9B66
(110,155,102)
#628A5B
(98,138,91)
#567950
(86,121,80)
#4A6845
(74,104,69)
#3E573A
(62,87,58)
#32462F
(50,70,47)
#263524
(38,53,36)
#1A2419
(26,36,25)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #86BD7C

#86BD7C
(134,189,124)
#91C387
(145,195,135)
#9CC992
(156,201,146)
#A7CF9D
(167,207,157)
#B2D5A8
(178,213,168)
#BDDBB3
(189,219,179)
#C8E1BE
(200,225,190)
#D3E7C9
(211,231,201)
#DEEDD4
(222,237,212)
#E9F3DF
(233,243,223)
#F4F9EA
(244,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86BD7C; }

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

This text font color is #86BD7C.


Background Color

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

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

This div background color is #86BD7C.


Border color

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

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

This div border color is #86BD7C.


Opacity

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

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

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

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

This text has shadow with #86BD7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86BD7C on black background.


Color preview on white background

This text has color #86BD7C on white background.



Black color preview on #86BD7C background

This text has black color on #86BD7C background.


White color preview on #86BD7C background

This text has white color on #86BD7C background.