COLOR #826C95

HEX: #826C95 RGB: (130,108,149)

Color info

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

RGB color model

#826C95 color RGB value is (130,108,149).

RGB: (130,108,149) (51%, 42%, 58%)

RGB channels and saturation

R 130 of 255 = 51%
G 108 of 255 = 42%
B 149 of 255 = 58%

130
108
149

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

Portions of RGB colors in percentages

R + G + B = 130 + 108 + 149 = 387 (100%)
R 130 of 387 ~ 33.59%
G 108 of 387 ~ 27.91%
B 149 of 387 ~ 38.5'%

%33.59
%27.91
%38.5

CMYK color model

#826C95 color CMYK value is (13,28,0,42).

  • cyan value is 12.75%
  • magenta value is 27.52%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (13,28,0,42)
C13M28Y0K42 (13%, 28%, 0%, 42%)
(0.13 / 0.28 / 0.00 / 0.42)

CMYK percentages

%12.75
%27.52
%0
%41.57

Codes

Color #826C95 in popluar color models

82 6C 95
RGB 130 108 149
HSL 272° 16.21% 50.39%
HSB/HSV 272° 27.52% 58.43%
CMYK 12.75% 27.52% 0.00%
41.57%

Color #826C95 in popluar number systems.

HEX 82 6C 95
Decimal 130 108 149
Binary 10000010 1101100 10010101
Octal 202 154 225

Shades and tints

Shades of #826C95

#826C95
(130,108,149)
#776388
(119,99,136)
#6C5A7B
(108,90,123)
#61516E
(97,81,110)
#564861
(86,72,97)
#4B3F54
(75,63,84)
#403647
(64,54,71)
#352D3A
(53,45,58)
#2A242D
(42,36,45)
#1F1B20
(31,27,32)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #826C95

#826C95
(130,108,149)
#8D799E
(141,121,158)
#9886A7
(152,134,167)
#A393B0
(163,147,176)
#AEA0B9
(174,160,185)
#B9ADC2
(185,173,194)
#C4BACB
(196,186,203)
#CFC7D4
(207,199,212)
#DAD4DD
(218,212,221)
#E5E1E6
(229,225,230)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826C95 color. Also use rgb(130,108,149) instead hex code.

Text Font Color

.myTextColor { color: #826C95; }

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

This text font color is #826C95.

Background Color

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

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

This div background color is #826C95.

Border color

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

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

This div border color is #826C95.

Opacity

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

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

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

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

This text has shadow with #826C95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #826C95.

Preview

Color preview on black background

This text has color #826C95 on black background.


Color preview on white background

This text has color #826C95 on white background.


Black color preview on #826C95 background

This text has black color on #826C95 background.


White color preview on #826C95 background

This text has white color on #826C95 background.


Related colors

Complementary color

Complementary color for #hex is #7D936A.


I love getcolorcode.com

Triadic colors

1 #95826C and #6C9582 with #826C95 are triadic colors.

2 #956C82 and #6C8295 with #826C95 are triadic colors.