COLOR #826CA3

HEX: #826CA3
RGB: (130,108,163)

Color info

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

RGB color model

#826CA3 color RGB value is (130,108,163).

  • red value is 130;
  • green value is 108;
  • blue value is 163.
RGB:
(130,108,163)
(51%,42%,64%)

RGB channels and saturation

R 130 of 255 = 51%
G 108 of 255 = 42%
B 163 of 255 = 64%

130
108
163

R + G + B ~ 52%. #826CA3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 108 + 163 = 401 (100%)
R 130 of 401 ~ 32.42%
G 108 of 401 ~ 26.93%
B 163 of 401 ~ 40.65%

%32.42
%26.93
%40.65

CMYK color model

#826CA3 color CMYK value is (20,34,0,36).

  • cyan value is 20.25%
  • magenta value is 33.74%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(20,34,0,36)
C20M34Y0K36 
(20%,34%,0%,36%)
(0.20/0.34/0.00/0.36)	

CMYK percentages

%20.25
%33.74
%0
%36.08

Codes

Color #826CA3 in popluar color models

826CA3
RGB130108163
HSL264°23.01%53.14%
HSB/HSV264°33.74%63.92%
CMYK20.25%33.74%0.00%
36.08%

Color #826CA3 in popluar number systems.

HEX826CA3
Decimal130108163
Binary10000010110110010100011
Octal202154243

Shades and tints

Shades of #826CA3

#826CA3
(130,108,163)
#776395
(119,99,149)
#6C5A87
(108,90,135)
#615179
(97,81,121)
#56486B
(86,72,107)
#4B3F5D
(75,63,93)
#40364F
(64,54,79)
#352D41
(53,45,65)
#2A2433
(42,36,51)
#1F1B25
(31,27,37)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #826CA3

#826CA3
(130,108,163)
#8D79AB
(141,121,171)
#9886B3
(152,134,179)
#A393BB
(163,147,187)
#AEA0C3
(174,160,195)
#B9ADCB
(185,173,203)
#C4BAD3
(196,186,211)
#CFC7DB
(207,199,219)
#DAD4E3
(218,212,227)
#E5E1EB
(229,225,235)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826CA3 color. Also use rgb(130,108,163) instead hex code.

Text Font Color

.myTextColor { color: #826CA3; }

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

This text font color is #826CA3.


Background Color

.myBgColor { background-color: #826CA3; }

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

This div background color is #826CA3.


Border color

.myBorderColor { border: 1px solid #826CA3; }

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

This div border color is #826CA3.


Opacity

.myOpacity80 { color: #826CA3; opacity: 0.8; }

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

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

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

This text has shadow with #826CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826CA3 on black background.


Color preview on white background

This text has color #826CA3 on white background.



Black color preview on #826CA3 background

This text has black color on #826CA3 background.


White color preview on #826CA3 background

This text has white color on #826CA3 background.