COLOR #837696

HEX: #837696
RGB: (131,118,150)

Color info

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

RGB color model

#837696 color RGB value is (131,118,150).

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

RGB channels and saturation

R 131 of 255 = 51%
G 118 of 255 = 46%
B 150 of 255 = 59%

131
118
150

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

Portions of RGB colors in percentages

R + G + B =
131 + 118 + 150 = 399 (100%)
R 131 of 399 ~ 32.83%
G 118 of 399 ~ 29.57%
B 150 of 399 ~ 37.59%

%32.83
%29.57
%37.59

CMYK color model

#837696 color CMYK value is (13,21,0,41).

  • cyan value is 12.67%
  • magenta value is 21.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(13,21,0,41)
C13M21Y0K41 
(13%,21%,0%,41%)
(0.13/0.21/0.00/0.41)	

CMYK percentages

%12.67
%21.33
%0
%41.18

Codes

Color #837696 in popluar color models

837696
RGB131118150
HSL264°13.22%52.55%
HSB/HSV264°21.33%58.82%
CMYK12.67%21.33%0.00%
41.18%

Color #837696 in popluar number systems.

HEX837696
Decimal131118150
Binary10000011111011010010110
Octal203166226

Shades and tints

Shades of #837696

#837696
(131,118,150)
#786C89
(120,108,137)
#6D627C
(109,98,124)
#62586F
(98,88,111)
#574E62
(87,78,98)
#4C4455
(76,68,85)
#413A48
(65,58,72)
#36303B
(54,48,59)
#2B262E
(43,38,46)
#201C21
(32,28,33)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #837696

#837696
(131,118,150)
#8E829F
(142,130,159)
#998EA8
(153,142,168)
#A49AB1
(164,154,177)
#AFA6BA
(175,166,186)
#BAB2C3
(186,178,195)
#C5BECC
(197,190,204)
#D0CAD5
(208,202,213)
#DBD6DE
(219,214,222)
#E6E2E7
(230,226,231)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837696; }

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

This text font color is #837696.


Background Color

.myBgColor { background-color: #837696; }

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

This div background color is #837696.


Border color

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

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

This div border color is #837696.


Opacity

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

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

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

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

This text has shadow with #837696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837696 on black background.


Color preview on white background

This text has color #837696 on white background.



Black color preview on #837696 background

This text has black color on #837696 background.


White color preview on #837696 background

This text has white color on #837696 background.