COLOR #836B92

HEX: #836B92
RGB: (131,107,146)

Color info

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

RGB color model

#836B92 color RGB value is (131,107,146).

  • red value is 131;
  • green value is 107;
  • blue value is 146.
RGB:
(131,107,146)
(51%,42%,57%)

RGB channels and saturation

R 131 of 255 = 51%
G 107 of 255 = 42%
B 146 of 255 = 57%

131
107
146

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

Portions of RGB colors in percentages

R + G + B =
131 + 107 + 146 = 384 (100%)
R 131 of 384 ~ 34.11%
G 107 of 384 ~ 27.86%
B 146 of 384 ~ 38.02%

%34.11
%27.86
%38.02

CMYK color model

#836B92 color CMYK value is (10,27,0,43).

  • cyan value is 10.27%
  • magenta value is 26.71%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(10,27,0,43)
C10M27Y0K43 
(10%,27%,0%,43%)
(0.10/0.27/0.00/0.43)	

CMYK percentages

%10.27
%26.71
%0
%42.75

Codes

Color #836B92 in popluar color models

836B92
RGB131107146
HSL277°15.42%49.61%
HSB/HSV277°26.71%57.25%
CMYK10.27%26.71%0.00%
42.75%

Color #836B92 in popluar number systems.

HEX836B92
Decimal131107146
Binary10000011110101110010010
Octal203153222

Shades and tints

Shades of #836B92

#836B92
(131,107,146)
#786285
(120,98,133)
#6D5978
(109,89,120)
#62506B
(98,80,107)
#57475E
(87,71,94)
#4C3E51
(76,62,81)
#413544
(65,53,68)
#362C37
(54,44,55)
#2B232A
(43,35,42)
#201A1D
(32,26,29)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #836B92

#836B92
(131,107,146)
#8E789B
(142,120,155)
#9985A4
(153,133,164)
#A492AD
(164,146,173)
#AF9FB6
(175,159,182)
#BAACBF
(186,172,191)
#C5B9C8
(197,185,200)
#D0C6D1
(208,198,209)
#DBD3DA
(219,211,218)
#E6E0E3
(230,224,227)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836B92 color. Also use rgb(131,107,146) instead hex code.

Text Font Color

.myTextColor { color: #836B92; }

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

This text font color is #836B92.


Background Color

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

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

This div background color is #836B92.


Border color

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

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

This div border color is #836B92.


Opacity

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

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

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

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

This text has shadow with #836B92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836B92 on black background.


Color preview on white background

This text has color #836B92 on white background.



Black color preview on #836B92 background

This text has black color on #836B92 background.


White color preview on #836B92 background

This text has white color on #836B92 background.