COLOR #836CA6

HEX: #836CA6
RGB: (131,108,166)

Color info

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

RGB color model

#836CA6 color RGB value is (131,108,166).

  • red value is 131;
  • green value is 108;
  • blue value is 166.
RGB:
(131,108,166)
(51%,42%,65%)

RGB channels and saturation

R 131 of 255 = 51%
G 108 of 255 = 42%
B 166 of 255 = 65%

131
108
166

R + G + B ~ 53%. #836CA6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 108 + 166 = 405 (100%)
R 131 of 405 ~ 32.35%
G 108 of 405 ~ 26.67%
B 166 of 405 ~ 40.99%

%32.35
%26.67
%40.99

CMYK color model

#836CA6 color CMYK value is (21,35,0,35).

  • cyan value is 21.08%
  • magenta value is 34.94%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(21,35,0,35)
C21M35Y0K35 
(21%,35%,0%,35%)
(0.21/0.35/0.00/0.35)	

CMYK percentages

%21.08
%34.94
%0
%34.9

Codes

Color #836CA6 in popluar color models

836CA6
RGB131108166
HSL264°24.58%53.73%
HSB/HSV264°34.94%65.10%
CMYK21.08%34.94%0.00%
34.90%

Color #836CA6 in popluar number systems.

HEX836CA6
Decimal131108166
Binary10000011110110010100110
Octal203154246

Shades and tints

Shades of #836CA6

#836CA6
(131,108,166)
#786397
(120,99,151)
#6D5A88
(109,90,136)
#625179
(98,81,121)
#57486A
(87,72,106)
#4C3F5B
(76,63,91)
#41364C
(65,54,76)
#362D3D
(54,45,61)
#2B242E
(43,36,46)
#201B1F
(32,27,31)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #836CA6

#836CA6
(131,108,166)
#8E79AE
(142,121,174)
#9986B6
(153,134,182)
#A493BE
(164,147,190)
#AFA0C6
(175,160,198)
#BAADCE
(186,173,206)
#C5BAD6
(197,186,214)
#D0C7DE
(208,199,222)
#DBD4E6
(219,212,230)
#E6E1EE
(230,225,238)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836CA6 color. Also use rgb(131,108,166) instead hex code.

Text Font Color

.myTextColor { color: #836CA6; }

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

This text font color is #836CA6.


Background Color

.myBgColor { background-color: #836CA6; }

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

This div background color is #836CA6.


Border color

.myBorderColor { border: 1px solid #836CA6; }

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

This div border color is #836CA6.


Opacity

.myOpacity80 { color: #836CA6; opacity: 0.8; }

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

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

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

This text has shadow with #836CA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836CA6 on black background.


Color preview on white background

This text has color #836CA6 on white background.



Black color preview on #836CA6 background

This text has black color on #836CA6 background.


White color preview on #836CA6 background

This text has white color on #836CA6 background.