COLOR #839D86

HEX: #839D86 RGB: (131,157,134)

Color info

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

RGB color model

#839D86 color RGB value is (131,157,134).

RGB: (131,157,134) (51%, 62%, 53%)

RGB channels and saturation

R 131 of 255 = 51%
G 157 of 255 = 62%
B 134 of 255 = 53%

131
157
134

R + G + B ~ 55%. #839D86 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 157 + 134 = 422 (100%)
R 131 of 422 ~ 31.04%
G 157 of 422 ~ 37.2%
B 134 of 422 ~ 31.75'%

%31.04
%37.2
%31.75

CMYK color model

#839D86 color CMYK value is (17,0,15,38).

  • cyan value is 16.56%
  • magenta value is 0.00%
  • yellow value is 14.65%
  • key color value is 38.43%
CMYK: (17,0,15,38) C17M0Y15K38 (17%,0%,15%,38%) (0.17/0.00/0.15/0.38) 

CMYK percentages

%16.56
%0
%14.65
%38.43

Codes

Color #839D86 in popluar color models

83 9D 86
RGB 131 157 134
HSL 127° 11.71% 56.47%
HSB/HSV 127° 16.56% 61.57%
CMYK 16.56% 0.00% 14.65%
38.43%

Color #839D86 in popluar number systems.

HEX 83 9D 86
Decimal 131 157 134
Binary 10000011 10011101 10000110
Octal 203 235 206

Shades and tints

Shades of #839D86

#839D86
(131,157,134)
#788F7A
(120,143,122)
#6D816E
(109,129,110)
#627362
(98,115,98)
#576556
(87,101,86)
#4C574A
(76,87,74)
#41493E
(65,73,62)
#363B32
(54,59,50)
#2B2D26
(43,45,38)
#201F1A
(32,31,26)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #839D86

#839D86
(131,157,134)
#8EA591
(142,165,145)
#99AD9C
(153,173,156)
#A4B5A7
(164,181,167)
#AFBDB2
(175,189,178)
#BAC5BD
(186,197,189)
#C5CDC8
(197,205,200)
#D0D5D3
(208,213,211)
#DBDDDE
(219,221,222)
#E6E5E9
(230,229,233)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839D86 color. Also use rgb(131,157,134) instead hex code.

Text Font Color

.myTextColor { color: #839D86; }

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

This text font color is #839D86.

Background Color

.myBgColor { background-color: #839D86; }

<div style="background-color:#839D86">Inner text</div>

This div background color is #839D86.

Border color

.myBorderColor { border: 1px solid #839D86; }

<div style="border:3px solid #839D86">Div</div>

This div border color is #839D86.

Opacity

.myOpacity80 { color: #839D86; opacity: 0.8; }

<p style="color:#839D86;opacity:0.8;">80%</p>

Text with #839D86 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 #839D86;}

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

This text has shadow with #839D86 color.


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

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

This text has shadow with #839D86 primary color and red secondary color.


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

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

This text has shadow with #839D86 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #839D86.

Preview

Color preview on black background

This text has color #839D86 on black background.


Color preview on white background

This text has color #839D86 on white background.


Black color preview on #839D86 background

This text has black color on #839D86 background.


White color preview on #839D86 background

This text has white color on #839D86 background.


Related colors

Complementary color

Complementary color for #hex is #7C6279.


I love getcolorcode.com

Triadic colors

1 #86839D and #9D8683 with #839D86 are triadic colors.

2 #869D83 and #9D8386 with #839D86 are triadic colors.