COLOR #86B59D

HEX: #86B59D RGB: (134,181,157)

Color info

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

RGB color model

#86B59D color RGB value is (134,181,157).

RGB: (134,181,157) (53%, 71%, 62%)

RGB channels and saturation

R 134 of 255 = 53%
G 181 of 255 = 71%
B 157 of 255 = 62%

134
181
157

R + G + B ~ 62%. #86B59D is quite light color.

Portions of RGB colors in percentages

R + G + B = 134 + 181 + 157 = 472 (100%)
R 134 of 472 ~ 28.39%
G 181 of 472 ~ 38.35%
B 157 of 472 ~ 33.26'%

%28.39
%38.35
%33.26

CMYK color model

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

  • cyan value is 25.97%
  • magenta value is 0.00%
  • yellow value is 13.26%
  • key color value is 29.02%

CMYK: (26,0,13,29)
C26M0Y13K29 (26%, 0%, 13%, 29%)
(0.26 / 0.00 / 0.13 / 0.29)

CMYK percentages

%25.97
%0
%13.26
%29.02

Codes

Color #86B59D in popluar color models

86 B5 9D
RGB 134 181 157
HSL 149° 24.10% 61.76%
HSB/HSV 149° 25.97% 70.98%
CMYK 25.97% 0.00% 13.26%
29.02%

Color #86B59D in popluar number systems.

HEX 86 B5 9D
Decimal 134 181 157
Binary 10000110 10110101 10011101
Octal 206 265 235

Shades and tints

Shades of #86B59D

#86B59D
(134,181,157)
#7AA58F
(122,165,143)
#6E9581
(110,149,129)
#628573
(98,133,115)
#567565
(86,117,101)
#4A6557
(74,101,87)
#3E5549
(62,85,73)
#32453B
(50,69,59)
#26352D
(38,53,45)
#1A251F
(26,37,31)
#0E1511
(14,21,17)
#000000
(0,0,0)

Tints of #86B59D

#86B59D
(134,181,157)
#91BBA5
(145,187,165)
#9CC1AD
(156,193,173)
#A7C7B5
(167,199,181)
#B2CDBD
(178,205,189)
#BDD3C5
(189,211,197)
#C8D9CD
(200,217,205)
#D3DFD5
(211,223,213)
#DEE5DD
(222,229,221)
#E9EBE5
(233,235,229)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86B59D; }

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

This text font color is #86B59D.

Background Color

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

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

This div background color is #86B59D.

Border color

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

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

This div border color is #86B59D.

Opacity

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

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

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

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

This text has shadow with #86B59D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86B59D.

Preview

Color preview on black background

This text has color #86B59D on black background.


Color preview on white background

This text has color #86B59D on white background.


Black color preview on #86B59D background

This text has black color on #86B59D background.


White color preview on #86B59D background

This text has white color on #86B59D background.


Related colors

Complementary color

Complementary color for #hex is #794A62.


I love getcolorcode.com

Triadic colors

1 #9D86B5 and #B59D86 with #86B59D are triadic colors.

2 #9DB586 and #B5869D with #86B59D are triadic colors.