COLOR #836E86

HEX: #836E86
RGB: (131,110,134)

Color info

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

RGB color model

#836E86 color RGB value is (131,110,134).

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

RGB channels and saturation

R 131 of 255 = 51%
G 110 of 255 = 43%
B 134 of 255 = 53%

131
110
134

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

Portions of RGB colors in percentages

R + G + B =
131 + 110 + 134 = 375 (100%)
R 131 of 375 ~ 34.93%
G 110 of 375 ~ 29.33%
B 134 of 375 ~ 35.73%

%34.93
%29.33
%35.73

CMYK color model

#836E86 color CMYK value is (2,18,0,47).

  • cyan value is 2.24%
  • magenta value is 17.91%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(2,18,0,47)
C2M18Y0K47 
(2%,18%,0%,47%)
(0.02/0.18/0.00/0.47)	

CMYK percentages

%2.24
%17.91
%0
%47.45

Codes

Color #836E86 in popluar color models

836E86
RGB131110134
HSL293°9.84%47.84%
HSB/HSV293°17.91%52.55%
CMYK2.24%17.91%0.00%
47.45%

Color #836E86 in popluar number systems.

HEX836E86
Decimal131110134
Binary10000011110111010000110
Octal203156206

Shades and tints

Shades of #836E86

#836E86
(131,110,134)
#78647A
(120,100,122)
#6D5A6E
(109,90,110)
#625062
(98,80,98)
#574656
(87,70,86)
#4C3C4A
(76,60,74)
#41323E
(65,50,62)
#362832
(54,40,50)
#2B1E26
(43,30,38)
#20141A
(32,20,26)
#150A0E
(21,10,14)
#000000
(0,0,0)

Tints of #836E86

#836E86
(131,110,134)
#8E7B91
(142,123,145)
#99889C
(153,136,156)
#A495A7
(164,149,167)
#AFA2B2
(175,162,178)
#BAAFBD
(186,175,189)
#C5BCC8
(197,188,200)
#D0C9D3
(208,201,211)
#DBD6DE
(219,214,222)
#E6E3E9
(230,227,233)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836E86; }

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

This text font color is #836E86.


Background Color

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

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

This div background color is #836E86.


Border color

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

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

This div border color is #836E86.


Opacity

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

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

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

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

This text has shadow with #836E86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836E86 on black background.


Color preview on white background

This text has color #836E86 on white background.



Black color preview on #836E86 background

This text has black color on #836E86 background.


White color preview on #836E86 background

This text has white color on #836E86 background.