COLOR #86A599

HEX: #86A599 RGB: (134,165,153)

Color info

#86A599 contains red, green and blue colors in about the same proportion. Web safe color of #86A599 is #999999 (or #999).

RGB color model

#86A599 color RGB value is (134,165,153).

RGB: (134,165,153) (53%, 65%, 60%)

RGB channels and saturation

R 134 of 255 = 53%
G 165 of 255 = 65%
B 153 of 255 = 60%

134
165
153

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

Portions of RGB colors in percentages

R + G + B = 134 + 165 + 153 = 452 (100%)
R 134 of 452 ~ 29.65%
G 165 of 452 ~ 36.5%
B 153 of 452 ~ 33.85'%

%29.65
%36.5
%33.85

CMYK color model

#86A599 color CMYK value is (19,0,7,35).

  • cyan value is 18.79%
  • magenta value is 0.00%
  • yellow value is 7.27%
  • key color value is 35.29%

CMYK: (19,0,7,35)
C19M0Y7K35 (19%, 0%, 7%, 35%)
(0.19 / 0.00 / 0.07 / 0.35)

CMYK percentages

%18.79
%0
%7.27
%35.29

Codes

Color #86A599 in popluar color models

86 A5 99
RGB 134 165 153
HSL 157° 14.69% 58.63%
HSB/HSV 157° 18.79% 64.71%
CMYK 18.79% 0.00% 7.27%
35.29%

Color #86A599 in popluar number systems.

HEX 86 A5 99
Decimal 134 165 153
Binary 10000110 10100101 10011001
Octal 206 245 231

Shades and tints

Shades of #86A599

#86A599
(134,165,153)
#7A968C
(122,150,140)
#6E877F
(110,135,127)
#627872
(98,120,114)
#566965
(86,105,101)
#4A5A58
(74,90,88)
#3E4B4B
(62,75,75)
#323C3E
(50,60,62)
#262D31
(38,45,49)
#1A1E24
(26,30,36)
#0E0F17
(14,15,23)
#000000
(0,0,0)

Tints of #86A599

#86A599
(134,165,153)
#91ADA2
(145,173,162)
#9CB5AB
(156,181,171)
#A7BDB4
(167,189,180)
#B2C5BD
(178,197,189)
#BDCDC6
(189,205,198)
#C8D5CF
(200,213,207)
#D3DDD8
(211,221,216)
#DEE5E1
(222,229,225)
#E9EDEA
(233,237,234)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86A599; }

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

This text font color is #86A599.

Background Color

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

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

This div background color is #86A599.

Border color

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

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

This div border color is #86A599.

Opacity

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

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

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

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

This text has shadow with #86A599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86A599.

Preview

Color preview on black background

This text has color #86A599 on black background.


Color preview on white background

This text has color #86A599 on white background.


Black color preview on #86A599 background

This text has black color on #86A599 background.


White color preview on #86A599 background

This text has white color on #86A599 background.


Related colors

Complementary color

Complementary color for #hex is #795A66.


I love getcolorcode.com

Triadic colors

1 #9986A5 and #A59986 with #86A599 are triadic colors.

2 #99A586 and #A58699 with #86A599 are triadic colors.