COLOR #86BD85

HEX: #86BD85
RGB: (134,189,133)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

134
189
133

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

Portions of RGB colors in percentages

R + G + B =
134 + 189 + 133 = 456 (100%)
R 134 of 456 ~ 29.39%
G 189 of 456 ~ 41.45%
B 133 of 456 ~ 29.17%

%29.39
%41.45
%29.17

CMYK color model

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

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

CMYK percentages

%29.1
%0
%29.63
%25.88

Codes

Color #86BD85 in popluar color models

86BD85
RGB134189133
HSL119°29.79%63.14%
HSB/HSV119°29.63%74.12%
CMYK29.10%0.00%29.63%
25.88%

Color #86BD85 in popluar number systems.

HEX86BD85
Decimal134189133
Binary100001101011110110000101
Octal206275205

Shades and tints

Shades of #86BD85

#86BD85
(134,189,133)
#7AAC79
(122,172,121)
#6E9B6D
(110,155,109)
#628A61
(98,138,97)
#567955
(86,121,85)
#4A6849
(74,104,73)
#3E573D
(62,87,61)
#324631
(50,70,49)
#263525
(38,53,37)
#1A2419
(26,36,25)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #86BD85

#86BD85
(134,189,133)
#91C390
(145,195,144)
#9CC99B
(156,201,155)
#A7CFA6
(167,207,166)
#B2D5B1
(178,213,177)
#BDDBBC
(189,219,188)
#C8E1C7
(200,225,199)
#D3E7D2
(211,231,210)
#DEEDDD
(222,237,221)
#E9F3E8
(233,243,232)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86BD85; }

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

This text font color is #86BD85.


Background Color

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

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

This div background color is #86BD85.


Border color

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

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

This div border color is #86BD85.


Opacity

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

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

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

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

This text has shadow with #86BD85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86BD85 on black background.


Color preview on white background

This text has color #86BD85 on white background.



Black color preview on #86BD85 background

This text has black color on #86BD85 background.


White color preview on #86BD85 background

This text has white color on #86BD85 background.