COLOR #826FAB

HEX: #826FAB RGB: (130,111,171)

Color info

#826FAB contains mainly red and blue colors. Web safe color of #826FAB is #996699 (or #969).

RGB color model

#826FAB color RGB value is (130,111,171).

RGB: (130,111,171) (51%, 44%, 67%)

RGB channels and saturation

R 130 of 255 = 51%
G 111 of 255 = 44%
B 171 of 255 = 67%

130
111
171

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

Portions of RGB colors in percentages

R + G + B = 130 + 111 + 171 = 412 (100%)
R 130 of 412 ~ 31.55%
G 111 of 412 ~ 26.94%
B 171 of 412 ~ 41.5'%

%31.55
%26.94
%41.5

CMYK color model

#826FAB color CMYK value is (24,35,0,33).

  • cyan value is 23.98%
  • magenta value is 35.09%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (24,35,0,33) C24M35Y0K33 (24%,35%,0%,33%) (0.24/0.35/0.00/0.33) 

CMYK percentages

%23.98
%35.09
%0
%32.94

Codes

Color #826FAB in popluar color models

82 6F AB
RGB 130 111 171
HSL 259° 26.32% 55.29%
HSB/HSV 259° 35.09% 67.06%
CMYK 23.98% 35.09% 0.00%
32.94%

Color #826FAB in popluar number systems.

HEX 82 6F AB
Decimal 130 111 171
Binary 10000010 1101111 10101011
Octal 202 157 253

Shades and tints

Shades of #826FAB

#826FAB
(130,111,171)
#77659C
(119,101,156)
#6C5B8D
(108,91,141)
#61517E
(97,81,126)
#56476F
(86,71,111)
#4B3D60
(75,61,96)
#403351
(64,51,81)
#352942
(53,41,66)
#2A1F33
(42,31,51)
#1F1524
(31,21,36)
#140B15
(20,11,21)
#000000
(0,0,0)

Tints of #826FAB

#826FAB
(130,111,171)
#8D7CB2
(141,124,178)
#9889B9
(152,137,185)
#A396C0
(163,150,192)
#AEA3C7
(174,163,199)
#B9B0CE
(185,176,206)
#C4BDD5
(196,189,213)
#CFCADC
(207,202,220)
#DAD7E3
(218,215,227)
#E5E4EA
(229,228,234)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826FAB color. Also use rgb(130,111,171) instead hex code.

Text Font Color

.myTextColor { color: #826FAB; }

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

This text font color is #826FAB.

Background Color

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

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

This div background color is #826FAB.

Border color

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

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

This div border color is #826FAB.

Opacity

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

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

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

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

This text has shadow with #826FAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #826FAB.

Preview

Color preview on black background

This text has color #826FAB on black background.


Color preview on white background

This text has color #826FAB on white background.


Black color preview on #826FAB background

This text has black color on #826FAB background.


White color preview on #826FAB background

This text has white color on #826FAB background.


Related colors

Complementary color

Complementary color for #hex is #7D9054.


I love getcolorcode.com

Triadic colors

1 #AB826F and #6FAB82 with #826FAB are triadic colors.

2 #AB6F82 and #6F82AB with #826FAB are triadic colors.