COLOR #826E99

HEX: #826E99 RGB: (130,110,153)

Color info

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

RGB color model

#826E99 color RGB value is (130,110,153).

RGB: (130,110,153) (51%, 43%, 60%)

RGB channels and saturation

R 130 of 255 = 51%
G 110 of 255 = 43%
B 153 of 255 = 60%

130
110
153

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

Portions of RGB colors in percentages

R + G + B = 130 + 110 + 153 = 393 (100%)
R 130 of 393 ~ 33.08%
G 110 of 393 ~ 27.99%
B 153 of 393 ~ 38.93'%

%33.08
%27.99
%38.93

CMYK color model

#826E99 color CMYK value is (15,28,0,40).

  • cyan value is 15.03%
  • magenta value is 28.10%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (15,28,0,40)
C15M28Y0K40 (15%, 28%, 0%, 40%)
(0.15 / 0.28 / 0.00 / 0.40)

CMYK percentages

%15.03
%28.1
%0
%40

Codes

Color #826E99 in popluar color models

82 6E 99
RGB 130 110 153
HSL 268° 17.41% 51.57%
HSB/HSV 268° 28.10% 60.00%
CMYK 15.03% 28.10% 0.00%
40.00%

Color #826E99 in popluar number systems.

HEX 82 6E 99
Decimal 130 110 153
Binary 10000010 1101110 10011001
Octal 202 156 231

Shades and tints

Shades of #826E99

#826E99
(130,110,153)
#77648C
(119,100,140)
#6C5A7F
(108,90,127)
#615072
(97,80,114)
#564665
(86,70,101)
#4B3C58
(75,60,88)
#40324B
(64,50,75)
#35283E
(53,40,62)
#2A1E31
(42,30,49)
#1F1424
(31,20,36)
#140A17
(20,10,23)
#000000
(0,0,0)

Tints of #826E99

#826E99
(130,110,153)
#8D7BA2
(141,123,162)
#9888AB
(152,136,171)
#A395B4
(163,149,180)
#AEA2BD
(174,162,189)
#B9AFC6
(185,175,198)
#C4BCCF
(196,188,207)
#CFC9D8
(207,201,216)
#DAD6E1
(218,214,225)
#E5E3EA
(229,227,234)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826E99; }

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

This text font color is #826E99.

Background Color

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

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

This div background color is #826E99.

Border color

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

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

This div border color is #826E99.

Opacity

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

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

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

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

This text has shadow with #826E99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #826E99.

Preview

Color preview on black background

This text has color #826E99 on black background.


Color preview on white background

This text has color #826E99 on white background.


Black color preview on #826E99 background

This text has black color on #826E99 background.


White color preview on #826E99 background

This text has white color on #826E99 background.


Related colors

Complementary color

Complementary color for #hex is #7D9166.


I love getcolorcode.com

Triadic colors

1 #99826E and #6E9982 with #826E99 are triadic colors.

2 #996E82 and #6E8299 with #826E99 are triadic colors.