COLOR #835685

HEX: #835685
RGB: (131,86,133)

Color info

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

RGB color model

#835685 color RGB value is (131,86,133).

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

RGB channels and saturation

R 131 of 255 = 51%
G 86 of 255 = 34%
B 133 of 255 = 52%

131
86
133

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

Portions of RGB colors in percentages

R + G + B =
131 + 86 + 133 = 350 (100%)
R 131 of 350 ~ 37.43%
G 86 of 350 ~ 24.57%
B 133 of 350 ~ 38%

%37.43
%24.57
%38

CMYK color model

#835685 color CMYK value is (2,35,0,48).

  • cyan value is 1.50%
  • magenta value is 35.34%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(2,35,0,48)
C2M35Y0K48 
(2%,35%,0%,48%)
(0.02/0.35/0.00/0.48)	

CMYK percentages

%1.5
%35.34
%0
%47.84

Codes

Color #835685 in popluar color models

835685
RGB13186133
HSL297°21.46%42.94%
HSB/HSV297°35.34%52.16%
CMYK1.50%35.34%0.00%
47.84%

Color #835685 in popluar number systems.

HEX835685
Decimal13186133
Binary10000011101011010000101
Octal203126205

Shades and tints

Shades of #835685

#835685
(131,86,133)
#784F79
(120,79,121)
#6D486D
(109,72,109)
#624161
(98,65,97)
#573A55
(87,58,85)
#4C3349
(76,51,73)
#412C3D
(65,44,61)
#362531
(54,37,49)
#2B1E25
(43,30,37)
#201719
(32,23,25)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #835685

#835685
(131,86,133)
#8E6590
(142,101,144)
#99749B
(153,116,155)
#A483A6
(164,131,166)
#AF92B1
(175,146,177)
#BAA1BC
(186,161,188)
#C5B0C7
(197,176,199)
#D0BFD2
(208,191,210)
#DBCEDD
(219,206,221)
#E6DDE8
(230,221,232)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835685; }

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

This text font color is #835685.


Background Color

.myBgColor { background-color: #835685; }

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

This div background color is #835685.


Border color

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

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

This div border color is #835685.


Opacity

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

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

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

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

This text has shadow with #835685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835685 on black background.


Color preview on white background

This text has color #835685 on white background.



Black color preview on #835685 background

This text has black color on #835685 background.


White color preview on #835685 background

This text has white color on #835685 background.