COLOR #836E8F

HEX: #836E8F
RGB: (131,110,143)

Color info

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

RGB color model

#836E8F color RGB value is (131,110,143).

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

RGB channels and saturation

R 131 of 255 = 51%
G 110 of 255 = 43%
B 143 of 255 = 56%

131
110
143

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

Portions of RGB colors in percentages

R + G + B =
131 + 110 + 143 = 384 (100%)
R 131 of 384 ~ 34.11%
G 110 of 384 ~ 28.65%
B 143 of 384 ~ 37.24%

%34.11
%28.65
%37.24

CMYK color model

#836E8F color CMYK value is (8,23,0,44).

  • cyan value is 8.39%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(8,23,0,44)
C8M23Y0K44 
(8%,23%,0%,44%)
(0.08/0.23/0.00/0.44)	

CMYK percentages

%8.39
%23.08
%0
%43.92

Codes

Color #836E8F in popluar color models

836E8F
RGB131110143
HSL278°13.04%49.61%
HSB/HSV278°23.08%56.08%
CMYK8.39%23.08%0.00%
43.92%

Color #836E8F in popluar number systems.

HEX836E8F
Decimal131110143
Binary10000011110111010001111
Octal203156217

Shades and tints

Shades of #836E8F

#836E8F
(131,110,143)
#786482
(120,100,130)
#6D5A75
(109,90,117)
#625068
(98,80,104)
#57465B
(87,70,91)
#4C3C4E
(76,60,78)
#413241
(65,50,65)
#362834
(54,40,52)
#2B1E27
(43,30,39)
#20141A
(32,20,26)
#150A0D
(21,10,13)
#000000
(0,0,0)

Tints of #836E8F

#836E8F
(131,110,143)
#8E7B99
(142,123,153)
#9988A3
(153,136,163)
#A495AD
(164,149,173)
#AFA2B7
(175,162,183)
#BAAFC1
(186,175,193)
#C5BCCB
(197,188,203)
#D0C9D5
(208,201,213)
#DBD6DF
(219,214,223)
#E6E3E9
(230,227,233)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836E8F; }

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

This text font color is #836E8F.


Background Color

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

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

This div background color is #836E8F.


Border color

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

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

This div border color is #836E8F.


Opacity

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

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

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

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

This text has shadow with #836E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836E8F on black background.


Color preview on white background

This text has color #836E8F on white background.



Black color preview on #836E8F background

This text has black color on #836E8F background.


White color preview on #836E8F background

This text has white color on #836E8F background.