COLOR #837686

HEX: #837686
RGB: (131,118,134)

Color info

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

RGB color model

#837686 color RGB value is (131,118,134).

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

RGB channels and saturation

R 131 of 255 = 51%
G 118 of 255 = 46%
B 134 of 255 = 53%

131
118
134

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

Portions of RGB colors in percentages

R + G + B =
131 + 118 + 134 = 383 (100%)
R 131 of 383 ~ 34.2%
G 118 of 383 ~ 30.81%
B 134 of 383 ~ 34.99%

%34.2
%30.81
%34.99

CMYK color model

#837686 color CMYK value is (2,12,0,47).

  • cyan value is 2.24%
  • magenta value is 11.94%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(2,12,0,47)
C2M12Y0K47 
(2%,12%,0%,47%)
(0.02/0.12/0.00/0.47)	

CMYK percentages

%2.24
%11.94
%0
%47.45

Codes

Color #837686 in popluar color models

837686
RGB131118134
HSL289°6.35%49.41%
HSB/HSV289°11.94%52.55%
CMYK2.24%11.94%0.00%
47.45%

Color #837686 in popluar number systems.

HEX837686
Decimal131118134
Binary10000011111011010000110
Octal203166206

Shades and tints

Shades of #837686

#837686
(131,118,134)
#786C7A
(120,108,122)
#6D626E
(109,98,110)
#625862
(98,88,98)
#574E56
(87,78,86)
#4C444A
(76,68,74)
#413A3E
(65,58,62)
#363032
(54,48,50)
#2B2626
(43,38,38)
#201C1A
(32,28,26)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #837686

#837686
(131,118,134)
#8E8291
(142,130,145)
#998E9C
(153,142,156)
#A49AA7
(164,154,167)
#AFA6B2
(175,166,178)
#BAB2BD
(186,178,189)
#C5BEC8
(197,190,200)
#D0CAD3
(208,202,211)
#DBD6DE
(219,214,222)
#E6E2E9
(230,226,233)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837686; }

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

This text font color is #837686.


Background Color

.myBgColor { background-color: #837686; }

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

This div background color is #837686.


Border color

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

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

This div border color is #837686.


Opacity

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

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

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

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

This text has shadow with #837686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837686 on black background.


Color preview on white background

This text has color #837686 on white background.



Black color preview on #837686 background

This text has black color on #837686 background.


White color preview on #837686 background

This text has white color on #837686 background.