COLOR #836187

HEX: #836187
RGB: (131,97,135)

Color info

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

RGB color model

#836187 color RGB value is (131,97,135).

  • red value is 131;
  • green value is 97;
  • blue value is 135.
RGB:
(131,97,135)
(51%,38%,53%)

RGB channels and saturation

R 131 of 255 = 51%
G 97 of 255 = 38%
B 135 of 255 = 53%

131
97
135

R + G + B ~ 47%. #836187 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 97 + 135 = 363 (100%)
R 131 of 363 ~ 36.09%
G 97 of 363 ~ 26.72%
B 135 of 363 ~ 37.19%

%36.09
%26.72
%37.19

CMYK color model

#836187 color CMYK value is (3,28,0,47).

  • cyan value is 2.96%
  • magenta value is 28.15%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(3,28,0,47)
C3M28Y0K47 
(3%,28%,0%,47%)
(0.03/0.28/0.00/0.47)	

CMYK percentages

%2.96
%28.15
%0
%47.06

Codes

Color #836187 in popluar color models

836187
RGB13197135
HSL294°16.38%45.49%
HSB/HSV294°28.15%52.94%
CMYK2.96%28.15%0.00%
47.06%

Color #836187 in popluar number systems.

HEX836187
Decimal13197135
Binary10000011110000110000111
Octal203141207

Shades and tints

Shades of #836187

#836187
(131,97,135)
#78597B
(120,89,123)
#6D516F
(109,81,111)
#624963
(98,73,99)
#574157
(87,65,87)
#4C394B
(76,57,75)
#41313F
(65,49,63)
#362933
(54,41,51)
#2B2127
(43,33,39)
#20191B
(32,25,27)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #836187

#836187
(131,97,135)
#8E6F91
(142,111,145)
#997D9B
(153,125,155)
#A48BA5
(164,139,165)
#AF99AF
(175,153,175)
#BAA7B9
(186,167,185)
#C5B5C3
(197,181,195)
#D0C3CD
(208,195,205)
#DBD1D7
(219,209,215)
#E6DFE1
(230,223,225)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836187 color. Also use rgb(131,97,135) instead hex code.

Text Font Color

.myTextColor { color: #836187; }

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

This text font color is #836187.


Background Color

.myBgColor { background-color: #836187; }

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

This div background color is #836187.


Border color

.myBorderColor { border: 1px solid #836187; }

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

This div border color is #836187.


Opacity

.myOpacity80 { color: #836187; opacity: 0.8; }

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

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

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

This text has shadow with #836187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836187 on black background.


Color preview on white background

This text has color #836187 on white background.



Black color preview on #836187 background

This text has black color on #836187 background.


White color preview on #836187 background

This text has white color on #836187 background.