COLOR #826D99

HEX: #826D99 RGB: (130,109,153)

Color info

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

RGB color model

#826D99 color RGB value is (130,109,153).

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

RGB channels and saturation

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

130
109
153

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

Portions of RGB colors in percentages

R + G + B = 130 + 109 + 153 = 392 (100%)
R 130 of 392 ~ 33.16%
G 109 of 392 ~ 27.81%
B 153 of 392 ~ 39.03'%

%33.16
%27.81
%39.03

CMYK color model

#826D99 color CMYK value is (15,29,0,40).

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

CMYK: (15,29,0,40)
C15M29Y0K40 (15%, 29%, 0%, 40%)
(0.15 / 0.29 / 0.00 / 0.40)

CMYK percentages

%15.03
%28.76
%0
%40

Codes

Color #826D99 in popluar color models

82 6D 99
RGB 130 109 153
HSL 269° 17.74% 51.37%
HSB/HSV 269° 28.76% 60.00%
CMYK 15.03% 28.76% 0.00%
40.00%

Color #826D99 in popluar number systems.

HEX 82 6D 99
Decimal 130 109 153
Binary 10000010 1101101 10011001
Octal 202 155 231

Shades and tints

Shades of #826D99

#826D99
(130,109,153)
#77648C
(119,100,140)
#6C5B7F
(108,91,127)
#615272
(97,82,114)
#564965
(86,73,101)
#4B4058
(75,64,88)
#40374B
(64,55,75)
#352E3E
(53,46,62)
#2A2531
(42,37,49)
#1F1C24
(31,28,36)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #826D99

#826D99
(130,109,153)
#8D7AA2
(141,122,162)
#9887AB
(152,135,171)
#A394B4
(163,148,180)
#AEA1BD
(174,161,189)
#B9AEC6
(185,174,198)
#C4BBCF
(196,187,207)
#CFC8D8
(207,200,216)
#DAD5E1
(218,213,225)
#E5E2EA
(229,226,234)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826D99; }

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

This text font color is #826D99.

Background Color

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

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

This div background color is #826D99.

Border color

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

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

This div border color is #826D99.

Opacity

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

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

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

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

This text has shadow with #826D99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #826D99.

Preview

Color preview on black background

This text has color #826D99 on black background.


Color preview on white background

This text has color #826D99 on white background.


Black color preview on #826D99 background

This text has black color on #826D99 background.


White color preview on #826D99 background

This text has white color on #826D99 background.


Related colors

Complementary color

Complementary color for #hex is #7D9266.


I love getcolorcode.com

Triadic colors

1 #99826D and #6D9982 with #826D99 are triadic colors.

2 #996D82 and #6D8299 with #826D99 are triadic colors.