COLOR #836B98

HEX: #836B98
RGB: (131,107,152)

Color info

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

RGB color model

#836B98 color RGB value is (131,107,152).

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

RGB channels and saturation

R 131 of 255 = 51%
G 107 of 255 = 42%
B 152 of 255 = 60%

131
107
152

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

Portions of RGB colors in percentages

R + G + B =
131 + 107 + 152 = 390 (100%)
R 131 of 390 ~ 33.59%
G 107 of 390 ~ 27.44%
B 152 of 390 ~ 38.97%

%33.59
%27.44
%38.97

CMYK color model

#836B98 color CMYK value is (14,30,0,40).

  • cyan value is 13.82%
  • magenta value is 29.61%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(14,30,0,40)
C14M30Y0K40 
(14%,30%,0%,40%)
(0.14/0.30/0.00/0.40)	

CMYK percentages

%13.82
%29.61
%0
%40.39

Codes

Color #836B98 in popluar color models

836B98
RGB131107152
HSL272°17.93%50.78%
HSB/HSV272°29.61%59.61%
CMYK13.82%29.61%0.00%
40.39%

Color #836B98 in popluar number systems.

HEX836B98
Decimal131107152
Binary10000011110101110011000
Octal203153230

Shades and tints

Shades of #836B98

#836B98
(131,107,152)
#78628B
(120,98,139)
#6D597E
(109,89,126)
#625071
(98,80,113)
#574764
(87,71,100)
#4C3E57
(76,62,87)
#41354A
(65,53,74)
#362C3D
(54,44,61)
#2B2330
(43,35,48)
#201A23
(32,26,35)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #836B98

#836B98
(131,107,152)
#8E78A1
(142,120,161)
#9985AA
(153,133,170)
#A492B3
(164,146,179)
#AF9FBC
(175,159,188)
#BAACC5
(186,172,197)
#C5B9CE
(197,185,206)
#D0C6D7
(208,198,215)
#DBD3E0
(219,211,224)
#E6E0E9
(230,224,233)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836B98; }

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

This text font color is #836B98.


Background Color

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

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

This div background color is #836B98.


Border color

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

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

This div border color is #836B98.


Opacity

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

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

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

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

This text has shadow with #836B98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836B98 on black background.


Color preview on white background

This text has color #836B98 on white background.



Black color preview on #836B98 background

This text has black color on #836B98 background.


White color preview on #836B98 background

This text has white color on #836B98 background.