COLOR #826CA5

HEX: #826CA5
RGB: (130,108,165)

Color info

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

RGB color model

#826CA5 color RGB value is (130,108,165).

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

RGB channels and saturation

R 130 of 255 = 51%
G 108 of 255 = 42%
B 165 of 255 = 65%

130
108
165

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

Portions of RGB colors in percentages

R + G + B =
130 + 108 + 165 = 403 (100%)
R 130 of 403 ~ 32.26%
G 108 of 403 ~ 26.8%
B 165 of 403 ~ 40.94%

%32.26
%26.8
%40.94

CMYK color model

#826CA5 color CMYK value is (21,35,0,35).

  • cyan value is 21.21%
  • magenta value is 34.55%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(21,35,0,35)
C21M35Y0K35 
(21%,35%,0%,35%)
(0.21/0.35/0.00/0.35)	

CMYK percentages

%21.21
%34.55
%0
%35.29

Codes

Color #826CA5 in popluar color models

826CA5
RGB130108165
HSL263°24.05%53.53%
HSB/HSV263°34.55%64.71%
CMYK21.21%34.55%0.00%
35.29%

Color #826CA5 in popluar number systems.

HEX826CA5
Decimal130108165
Binary10000010110110010100101
Octal202154245

Shades and tints

Shades of #826CA5

#826CA5
(130,108,165)
#776396
(119,99,150)
#6C5A87
(108,90,135)
#615178
(97,81,120)
#564869
(86,72,105)
#4B3F5A
(75,63,90)
#40364B
(64,54,75)
#352D3C
(53,45,60)
#2A242D
(42,36,45)
#1F1B1E
(31,27,30)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #826CA5

#826CA5
(130,108,165)
#8D79AD
(141,121,173)
#9886B5
(152,134,181)
#A393BD
(163,147,189)
#AEA0C5
(174,160,197)
#B9ADCD
(185,173,205)
#C4BAD5
(196,186,213)
#CFC7DD
(207,199,221)
#DAD4E5
(218,212,229)
#E5E1ED
(229,225,237)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826CA5; }

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

This text font color is #826CA5.


Background Color

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

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

This div background color is #826CA5.


Border color

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

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

This div border color is #826CA5.


Opacity

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

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

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

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

This text has shadow with #826CA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826CA5 on black background.


Color preview on white background

This text has color #826CA5 on white background.



Black color preview on #826CA5 background

This text has black color on #826CA5 background.


White color preview on #826CA5 background

This text has white color on #826CA5 background.