COLOR #836EA6

HEX: #836EA6
RGB: (131,110,166)

Color info

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

RGB color model

#836EA6 color RGB value is (131,110,166).

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

RGB channels and saturation

R 131 of 255 = 51%
G 110 of 255 = 43%
B 166 of 255 = 65%

131
110
166

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

Portions of RGB colors in percentages

R + G + B =
131 + 110 + 166 = 407 (100%)
R 131 of 407 ~ 32.19%
G 110 of 407 ~ 27.03%
B 166 of 407 ~ 40.79%

%32.19
%27.03
%40.79

CMYK color model

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

  • cyan value is 21.08%
  • magenta value is 33.73%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(21,34,0,35)
C21M34Y0K35 
(21%,34%,0%,35%)
(0.21/0.34/0.00/0.35)	

CMYK percentages

%21.08
%33.73
%0
%34.9

Codes

Color #836EA6 in popluar color models

836EA6
RGB131110166
HSL263°23.93%54.12%
HSB/HSV263°33.73%65.10%
CMYK21.08%33.73%0.00%
34.90%

Color #836EA6 in popluar number systems.

HEX836EA6
Decimal131110166
Binary10000011110111010100110
Octal203156246

Shades and tints

Shades of #836EA6

#836EA6
(131,110,166)
#786497
(120,100,151)
#6D5A88
(109,90,136)
#625079
(98,80,121)
#57466A
(87,70,106)
#4C3C5B
(76,60,91)
#41324C
(65,50,76)
#36283D
(54,40,61)
#2B1E2E
(43,30,46)
#20141F
(32,20,31)
#150A10
(21,10,16)
#000000
(0,0,0)

Tints of #836EA6

#836EA6
(131,110,166)
#8E7BAE
(142,123,174)
#9988B6
(153,136,182)
#A495BE
(164,149,190)
#AFA2C6
(175,162,198)
#BAAFCE
(186,175,206)
#C5BCD6
(197,188,214)
#D0C9DE
(208,201,222)
#DBD6E6
(219,214,230)
#E6E3EE
(230,227,238)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836EA6; }

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

This text font color is #836EA6.


Background Color

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

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

This div background color is #836EA6.


Border color

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

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

This div border color is #836EA6.


Opacity

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

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

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

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

This text has shadow with #836EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836EA6 on black background.


Color preview on white background

This text has color #836EA6 on white background.



Black color preview on #836EA6 background

This text has black color on #836EA6 background.


White color preview on #836EA6 background

This text has white color on #836EA6 background.