COLOR #86B480

HEX: #86B480
RGB: (134,180,128)

Color info

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

RGB color model

#86B480 color RGB value is (134,180,128).

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

RGB channels and saturation

R 134 of 255 = 53%
G 180 of 255 = 71%
B 128 of 255 = 50%

134
180
128

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

Portions of RGB colors in percentages

R + G + B =
134 + 180 + 128 = 442 (100%)
R 134 of 442 ~ 30.32%
G 180 of 442 ~ 40.72%
B 128 of 442 ~ 28.96%

%30.32
%40.72
%28.96

CMYK color model

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

  • cyan value is 25.56%
  • magenta value is 0.00%
  • yellow value is 28.89%
  • key color value is 29.41%
CMYK:
(26,0,29,29)
C26M0Y29K29 
(26%,0%,29%,29%)
(0.26/0.00/0.29/0.29)	

CMYK percentages

%25.56
%0
%28.89
%29.41

Codes

Color #86B480 in popluar color models

86B480
RGB134180128
HSL113°25.74%60.39%
HSB/HSV113°28.89%70.59%
CMYK25.56%0.00%28.89%
29.41%

Color #86B480 in popluar number systems.

HEX86B480
Decimal134180128
Binary100001101011010010000000
Octal206264200

Shades and tints

Shades of #86B480

#86B480
(134,180,128)
#7AA475
(122,164,117)
#6E946A
(110,148,106)
#62845F
(98,132,95)
#567454
(86,116,84)
#4A6449
(74,100,73)
#3E543E
(62,84,62)
#324433
(50,68,51)
#263428
(38,52,40)
#1A241D
(26,36,29)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #86B480

#86B480
(134,180,128)
#91BA8B
(145,186,139)
#9CC096
(156,192,150)
#A7C6A1
(167,198,161)
#B2CCAC
(178,204,172)
#BDD2B7
(189,210,183)
#C8D8C2
(200,216,194)
#D3DECD
(211,222,205)
#DEE4D8
(222,228,216)
#E9EAE3
(233,234,227)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86B480; }

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

This text font color is #86B480.


Background Color

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

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

This div background color is #86B480.


Border color

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

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

This div border color is #86B480.


Opacity

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

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

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

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

This text has shadow with #86B480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86B480 on black background.


Color preview on white background

This text has color #86B480 on white background.



Black color preview on #86B480 background

This text has black color on #86B480 background.


White color preview on #86B480 background

This text has white color on #86B480 background.