COLOR #838087

HEX: #838087
RGB: (131,128,135)

Color info

#838087 contains red, green and blue colors in about the same proportion. Web safe color of #838087 is #996699 (or #969).

RGB color model

#838087 color RGB value is (131,128,135).

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

RGB channels and saturation

R 131 of 255 = 51%
G 128 of 255 = 50%
B 135 of 255 = 53%

131
128
135

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

Portions of RGB colors in percentages

R + G + B =
131 + 128 + 135 = 394 (100%)
R 131 of 394 ~ 33.25%
G 128 of 394 ~ 32.49%
B 135 of 394 ~ 34.26%

%33.25
%32.49
%34.26

CMYK color model

#838087 color CMYK value is (3,5,0,47).

  • cyan value is 2.96%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(3,5,0,47)
C3M5Y0K47 
(3%,5%,0%,47%)
(0.03/0.05/0.00/0.47)	

CMYK percentages

%2.96
%5.19
%0
%47.06

Codes

Color #838087 in popluar color models

838087
RGB131128135
HSL266°2.83%51.57%
HSB/HSV266°5.19%52.94%
CMYK2.96%5.19%0.00%
47.06%

Color #838087 in popluar number systems.

HEX838087
Decimal131128135
Binary100000111000000010000111
Octal203200207

Shades and tints

Shades of #838087

#838087
(131,128,135)
#78757B
(120,117,123)
#6D6A6F
(109,106,111)
#625F63
(98,95,99)
#575457
(87,84,87)
#4C494B
(76,73,75)
#413E3F
(65,62,63)
#363333
(54,51,51)
#2B2827
(43,40,39)
#201D1B
(32,29,27)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #838087

#838087
(131,128,135)
#8E8B91
(142,139,145)
#99969B
(153,150,155)
#A4A1A5
(164,161,165)
#AFACAF
(175,172,175)
#BAB7B9
(186,183,185)
#C5C2C3
(197,194,195)
#D0CDCD
(208,205,205)
#DBD8D7
(219,216,215)
#E6E3E1
(230,227,225)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838087; }

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

This text font color is #838087.


Background Color

.myBgColor { background-color: #838087; }

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

This div background color is #838087.


Border color

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

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

This div border color is #838087.


Opacity

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

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

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

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

This text has shadow with #838087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838087 on black background.


Color preview on white background

This text has color #838087 on white background.



Black color preview on #838087 background

This text has black color on #838087 background.


White color preview on #838087 background

This text has white color on #838087 background.