COLOR #826684

HEX: #826684
RGB: (130,102,132)

Color info

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

RGB color model

#826684 color RGB value is (130,102,132).

  • red value is 130;
  • green value is 102;
  • blue value is 132.
RGB:
(130,102,132)
(51%,40%,52%)

RGB channels and saturation

R 130 of 255 = 51%
G 102 of 255 = 40%
B 132 of 255 = 52%

130
102
132

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

Portions of RGB colors in percentages

R + G + B =
130 + 102 + 132 = 364 (100%)
R 130 of 364 ~ 35.71%
G 102 of 364 ~ 28.02%
B 132 of 364 ~ 36.26%

%35.71
%28.02
%36.26

CMYK color model

#826684 color CMYK value is (2,23,0,48).

  • cyan value is 1.52%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(2,23,0,48)
C2M23Y0K48 
(2%,23%,0%,48%)
(0.02/0.23/0.00/0.48)	

CMYK percentages

%1.52
%22.73
%0
%48.24

Codes

Color #826684 in popluar color models

826684
RGB130102132
HSL296°12.82%45.88%
HSB/HSV296°22.73%51.76%
CMYK1.52%22.73%0.00%
48.24%

Color #826684 in popluar number systems.

HEX826684
Decimal130102132
Binary10000010110011010000100
Octal202146204

Shades and tints

Shades of #826684

#826684
(130,102,132)
#775D78
(119,93,120)
#6C546C
(108,84,108)
#614B60
(97,75,96)
#564254
(86,66,84)
#4B3948
(75,57,72)
#40303C
(64,48,60)
#352730
(53,39,48)
#2A1E24
(42,30,36)
#1F1518
(31,21,24)
#140C0C
(20,12,12)
#000000
(0,0,0)

Tints of #826684

#826684
(130,102,132)
#8D738F
(141,115,143)
#98809A
(152,128,154)
#A38DA5
(163,141,165)
#AE9AB0
(174,154,176)
#B9A7BB
(185,167,187)
#C4B4C6
(196,180,198)
#CFC1D1
(207,193,209)
#DACEDC
(218,206,220)
#E5DBE7
(229,219,231)
#F0E8F2
(240,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826684 color. Also use rgb(130,102,132) instead hex code.

Text Font Color

.myTextColor { color: #826684; }

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

This text font color is #826684.


Background Color

.myBgColor { background-color: #826684; }

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

This div background color is #826684.


Border color

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

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

This div border color is #826684.


Opacity

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

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

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

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

This text has shadow with #826684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826684 on black background.


Color preview on white background

This text has color #826684 on white background.



Black color preview on #826684 background

This text has black color on #826684 background.


White color preview on #826684 background

This text has white color on #826684 background.