COLOR #839E87

HEX: #839E87 RGB: (131,158,135)

Color info

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

RGB color model

#839E87 color RGB value is (131,158,135).

RGB: (131,158,135) (51%, 62%, 53%)

RGB channels and saturation

R 131 of 255 = 51%
G 158 of 255 = 62%
B 135 of 255 = 53%

131
158
135

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

Portions of RGB colors in percentages

R + G + B = 131 + 158 + 135 = 424 (100%)
R 131 of 424 ~ 30.9%
G 158 of 424 ~ 37.26%
B 135 of 424 ~ 31.84'%

%30.9
%37.26
%31.84

CMYK color model

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

  • cyan value is 17.09%
  • magenta value is 0.00%
  • yellow value is 14.56%
  • key color value is 38.04%

CMYK: (17,0,15,38)
C17M0Y15K38 (17%, 0%, 15%, 38%)
(0.17 / 0.00 / 0.15 / 0.38)

CMYK percentages

%17.09
%0
%14.56
%38.04

Codes

Color #839E87 in popluar color models

83 9E 87
RGB 131 158 135
HSL 129° 12.22% 56.67%
HSB/HSV 129° 17.09% 61.96%
CMYK 17.09% 0.00% 14.56%
38.04%

Color #839E87 in popluar number systems.

HEX 83 9E 87
Decimal 131 158 135
Binary 10000011 10011110 10000111
Octal 203 236 207

Shades and tints

Shades of #839E87

#839E87
(131,158,135)
#78907B
(120,144,123)
#6D826F
(109,130,111)
#627463
(98,116,99)
#576657
(87,102,87)
#4C584B
(76,88,75)
#414A3F
(65,74,63)
#363C33
(54,60,51)
#2B2E27
(43,46,39)
#20201B
(32,32,27)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #839E87

#839E87
(131,158,135)
#8EA691
(142,166,145)
#99AE9B
(153,174,155)
#A4B6A5
(164,182,165)
#AFBEAF
(175,190,175)
#BAC6B9
(186,198,185)
#C5CEC3
(197,206,195)
#D0D6CD
(208,214,205)
#DBDED7
(219,222,215)
#E6E6E1
(230,230,225)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839E87 color. Also use rgb(131,158,135) instead hex code.

Text Font Color

.myTextColor { color: #839E87; }

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

This text font color is #839E87.

Background Color

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

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

This div background color is #839E87.

Border color

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

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

This div border color is #839E87.

Opacity

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

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

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

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

This text has shadow with #839E87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #839E87.

Preview

Color preview on black background

This text has color #839E87 on black background.


Color preview on white background

This text has color #839E87 on white background.


Black color preview on #839E87 background

This text has black color on #839E87 background.


White color preview on #839E87 background

This text has white color on #839E87 background.


Related colors

Complementary color

Complementary color for #hex is #7C6178.


I love getcolorcode.com

Triadic colors

1 #87839E and #9E8783 with #839E87 are triadic colors.

2 #879E83 and #9E8387 with #839E87 are triadic colors.