COLOR #835687

HEX: #835687
RGB: (131,86,135)

Color info

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

RGB color model

#835687 color RGB value is (131,86,135).

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

RGB channels and saturation

R 131 of 255 = 51%
G 86 of 255 = 34%
B 135 of 255 = 53%

131
86
135

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

Portions of RGB colors in percentages

R + G + B =
131 + 86 + 135 = 352 (100%)
R 131 of 352 ~ 37.22%
G 86 of 352 ~ 24.43%
B 135 of 352 ~ 38.35%

%37.22
%24.43
%38.35

CMYK color model

#835687 color CMYK value is (3,36,0,47).

  • cyan value is 2.96%
  • magenta value is 36.30%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(3,36,0,47)
C3M36Y0K47 
(3%,36%,0%,47%)
(0.03/0.36/0.00/0.47)	

CMYK percentages

%2.96
%36.3
%0
%47.06

Codes

Color #835687 in popluar color models

835687
RGB13186135
HSL295°22.17%43.33%
HSB/HSV295°36.30%52.94%
CMYK2.96%36.30%0.00%
47.06%

Color #835687 in popluar number systems.

HEX835687
Decimal13186135
Binary10000011101011010000111
Octal203126207

Shades and tints

Shades of #835687

#835687
(131,86,135)
#784F7B
(120,79,123)
#6D486F
(109,72,111)
#624163
(98,65,99)
#573A57
(87,58,87)
#4C334B
(76,51,75)
#412C3F
(65,44,63)
#362533
(54,37,51)
#2B1E27
(43,30,39)
#20171B
(32,23,27)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #835687

#835687
(131,86,135)
#8E6591
(142,101,145)
#99749B
(153,116,155)
#A483A5
(164,131,165)
#AF92AF
(175,146,175)
#BAA1B9
(186,161,185)
#C5B0C3
(197,176,195)
#D0BFCD
(208,191,205)
#DBCED7
(219,206,215)
#E6DDE1
(230,221,225)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835687; }

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

This text font color is #835687.


Background Color

.myBgColor { background-color: #835687; }

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

This div background color is #835687.


Border color

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

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

This div border color is #835687.


Opacity

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

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

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

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

This text has shadow with #835687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835687 on black background.


Color preview on white background

This text has color #835687 on white background.



Black color preview on #835687 background

This text has black color on #835687 background.


White color preview on #835687 background

This text has white color on #835687 background.