COLOR #839987

HEX: #839987
RGB: (131,153,135)

Color info

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

RGB color model

#839987 color RGB value is (131,153,135).

  • red value is 131;
  • green value is 153;
  • blue value is 135.
RGB:
(131,153,135)
(51%,60%,53%)

RGB channels and saturation

R 131 of 255 = 51%
G 153 of 255 = 60%
B 135 of 255 = 53%

131
153
135

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

Portions of RGB colors in percentages

R + G + B =
131 + 153 + 135 = 419 (100%)
R 131 of 419 ~ 31.26%
G 153 of 419 ~ 36.52%
B 135 of 419 ~ 32.22%

%31.26
%36.52
%32.22

CMYK color model

#839987 color CMYK value is (14,0,12,40).

  • cyan value is 14.38%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 40.00%
CMYK:
(14,0,12,40)
C14M0Y12K40 
(14%,0%,12%,40%)
(0.14/0.00/0.12/0.40)	

CMYK percentages

%14.38
%0
%11.76
%40

Codes

Color #839987 in popluar color models

839987
RGB131153135
HSL131°9.73%55.69%
HSB/HSV131°14.38%60.00%
CMYK14.38%0.00%11.76%
40.00%

Color #839987 in popluar number systems.

HEX839987
Decimal131153135
Binary100000111001100110000111
Octal203231207

Shades and tints

Shades of #839987

#839987
(131,153,135)
#788C7B
(120,140,123)
#6D7F6F
(109,127,111)
#627263
(98,114,99)
#576557
(87,101,87)
#4C584B
(76,88,75)
#414B3F
(65,75,63)
#363E33
(54,62,51)
#2B3127
(43,49,39)
#20241B
(32,36,27)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #839987

#839987
(131,153,135)
#8EA291
(142,162,145)
#99AB9B
(153,171,155)
#A4B4A5
(164,180,165)
#AFBDAF
(175,189,175)
#BAC6B9
(186,198,185)
#C5CFC3
(197,207,195)
#D0D8CD
(208,216,205)
#DBE1D7
(219,225,215)
#E6EAE1
(230,234,225)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839987; }

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

This text font color is #839987.


Background Color

.myBgColor { background-color: #839987; }

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

This div background color is #839987.


Border color

.myBorderColor { border: 1px solid #839987; }

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

This div border color is #839987.


Opacity

.myOpacity80 { color: #839987; opacity: 0.8; }

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

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

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

This text has shadow with #839987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839987 on black background.


Color preview on white background

This text has color #839987 on white background.



Black color preview on #839987 background

This text has black color on #839987 background.


White color preview on #839987 background

This text has white color on #839987 background.