COLOR #837886

HEX: #837886
RGB: (131,120,134)

Color info

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

RGB color model

#837886 color RGB value is (131,120,134).

  • red value is 131;
  • green value is 120;
  • blue value is 134.
RGB:
(131,120,134)
(51%,47%,53%)

RGB channels and saturation

R 131 of 255 = 51%
G 120 of 255 = 47%
B 134 of 255 = 53%

131
120
134

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

Portions of RGB colors in percentages

R + G + B =
131 + 120 + 134 = 385 (100%)
R 131 of 385 ~ 34.03%
G 120 of 385 ~ 31.17%
B 134 of 385 ~ 34.81%

%34.03
%31.17
%34.81

CMYK color model

#837886 color CMYK value is (2,10,0,47).

  • cyan value is 2.24%
  • magenta value is 10.45%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(2,10,0,47)
C2M10Y0K47 
(2%,10%,0%,47%)
(0.02/0.10/0.00/0.47)	

CMYK percentages

%2.24
%10.45
%0
%47.45

Codes

Color #837886 in popluar color models

837886
RGB131120134
HSL287°5.51%49.80%
HSB/HSV287°10.45%52.55%
CMYK2.24%10.45%0.00%
47.45%

Color #837886 in popluar number systems.

HEX837886
Decimal131120134
Binary10000011111100010000110
Octal203170206

Shades and tints

Shades of #837886

#837886
(131,120,134)
#786E7A
(120,110,122)
#6D646E
(109,100,110)
#625A62
(98,90,98)
#575056
(87,80,86)
#4C464A
(76,70,74)
#413C3E
(65,60,62)
#363232
(54,50,50)
#2B2826
(43,40,38)
#201E1A
(32,30,26)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #837886

#837886
(131,120,134)
#8E8491
(142,132,145)
#99909C
(153,144,156)
#A49CA7
(164,156,167)
#AFA8B2
(175,168,178)
#BAB4BD
(186,180,189)
#C5C0C8
(197,192,200)
#D0CCD3
(208,204,211)
#DBD8DE
(219,216,222)
#E6E4E9
(230,228,233)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837886; }

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

This text font color is #837886.


Background Color

.myBgColor { background-color: #837886; }

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

This div background color is #837886.


Border color

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

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

This div border color is #837886.


Opacity

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

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

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

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

This text has shadow with #837886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837886 on black background.


Color preview on white background

This text has color #837886 on white background.



Black color preview on #837886 background

This text has black color on #837886 background.


White color preview on #837886 background

This text has white color on #837886 background.