COLOR #826EAB

HEX: #826EAB RGB: (130,110,171)

Color info

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

RGB color model

#826EAB color RGB value is (130,110,171).

RGB: (130,110,171) (51%, 43%, 67%)

RGB channels and saturation

R 130 of 255 = 51%
G 110 of 255 = 43%
B 171 of 255 = 67%

130
110
171

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

Portions of RGB colors in percentages

R + G + B = 130 + 110 + 171 = 411 (100%)
R 130 of 411 ~ 31.63%
G 110 of 411 ~ 26.76%
B 171 of 411 ~ 41.61'%

%31.63
%26.76
%41.61

CMYK color model

#826EAB color CMYK value is (24,36,0,33).

  • cyan value is 23.98%
  • magenta value is 35.67%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (24,36,0,33)
C24M36Y0K33 (24%, 36%, 0%, 33%)
(0.24 / 0.36 / 0.00 / 0.33)

CMYK percentages

%23.98
%35.67
%0
%32.94

Codes

Color #826EAB in popluar color models

82 6E AB
RGB 130 110 171
HSL 260° 26.64% 55.10%
HSB/HSV 260° 35.67% 67.06%
CMYK 23.98% 35.67% 0.00%
32.94%

Color #826EAB in popluar number systems.

HEX 82 6E AB
Decimal 130 110 171
Binary 10000010 1101110 10101011
Octal 202 156 253

Shades and tints

Shades of #826EAB

#826EAB
(130,110,171)
#77649C
(119,100,156)
#6C5A8D
(108,90,141)
#61507E
(97,80,126)
#56466F
(86,70,111)
#4B3C60
(75,60,96)
#403251
(64,50,81)
#352842
(53,40,66)
#2A1E33
(42,30,51)
#1F1424
(31,20,36)
#140A15
(20,10,21)
#000000
(0,0,0)

Tints of #826EAB

#826EAB
(130,110,171)
#8D7BB2
(141,123,178)
#9888B9
(152,136,185)
#A395C0
(163,149,192)
#AEA2C7
(174,162,199)
#B9AFCE
(185,175,206)
#C4BCD5
(196,188,213)
#CFC9DC
(207,201,220)
#DAD6E3
(218,214,227)
#E5E3EA
(229,227,234)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826EAB; }

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

This text font color is #826EAB.

Background Color

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

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

This div background color is #826EAB.

Border color

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

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

This div border color is #826EAB.

Opacity

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

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

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

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

This text has shadow with #826EAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #826EAB.

Preview

Color preview on black background

This text has color #826EAB on black background.


Color preview on white background

This text has color #826EAB on white background.


Black color preview on #826EAB background

This text has black color on #826EAB background.


White color preview on #826EAB background

This text has white color on #826EAB background.


Related colors

Complementary color

Complementary color for #hex is #7D9154.


I love getcolorcode.com

Triadic colors

1 #AB826E and #6EAB82 with #826EAB are triadic colors.

2 #AB6E82 and #6E82AB with #826EAB are triadic colors.