COLOR #86BD86

HEX: #86BD86
RGB: (134,189,134)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

134
189
134

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

Portions of RGB colors in percentages

R + G + B =
134 + 189 + 134 = 457 (100%)
R 134 of 457 ~ 29.32%
G 189 of 457 ~ 41.36%
B 134 of 457 ~ 29.32%

%29.32
%41.36
%29.32

CMYK color model

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

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

CMYK percentages

%29.1
%0
%29.1
%25.88

Codes

Color #86BD86 in popluar color models

86BD86
RGB134189134
HSL120°29.41%63.33%
HSB/HSV120°29.10%74.12%
CMYK29.10%0.00%29.10%
25.88%

Color #86BD86 in popluar number systems.

HEX86BD86
Decimal134189134
Binary100001101011110110000110
Octal206275206

Shades and tints

Shades of #86BD86

#86BD86
(134,189,134)
#7AAC7A
(122,172,122)
#6E9B6E
(110,155,110)
#628A62
(98,138,98)
#567956
(86,121,86)
#4A684A
(74,104,74)
#3E573E
(62,87,62)
#324632
(50,70,50)
#263526
(38,53,38)
#1A241A
(26,36,26)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #86BD86

#86BD86
(134,189,134)
#91C391
(145,195,145)
#9CC99C
(156,201,156)
#A7CFA7
(167,207,167)
#B2D5B2
(178,213,178)
#BDDBBD
(189,219,189)
#C8E1C8
(200,225,200)
#D3E7D3
(211,231,211)
#DEEDDE
(222,237,222)
#E9F3E9
(233,243,233)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86BD86; }

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

This text font color is #86BD86.


Background Color

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

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

This div background color is #86BD86.


Border color

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

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

This div border color is #86BD86.


Opacity

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

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

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

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

This text has shadow with #86BD86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86BD86 on black background.


Color preview on white background

This text has color #86BD86 on white background.



Black color preview on #86BD86 background

This text has black color on #86BD86 background.


White color preview on #86BD86 background

This text has white color on #86BD86 background.