COLOR #826D90

HEX: #826D90
RGB: (130,109,144)

Color info

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

RGB color model

#826D90 color RGB value is (130,109,144).

  • red value is 130;
  • green value is 109;
  • blue value is 144.
RGB:
(130,109,144)
(51%,43%,56%)

RGB channels and saturation

R 130 of 255 = 51%
G 109 of 255 = 43%
B 144 of 255 = 56%

130
109
144

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

Portions of RGB colors in percentages

R + G + B =
130 + 109 + 144 = 383 (100%)
R 130 of 383 ~ 33.94%
G 109 of 383 ~ 28.46%
B 144 of 383 ~ 37.6%

%33.94
%28.46
%37.6

CMYK color model

#826D90 color CMYK value is (10,24,0,44).

  • cyan value is 9.72%
  • magenta value is 24.31%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(10,24,0,44)
C10M24Y0K44 
(10%,24%,0%,44%)
(0.10/0.24/0.00/0.44)	

CMYK percentages

%9.72
%24.31
%0
%43.53

Codes

Color #826D90 in popluar color models

826D90
RGB130109144
HSL276°13.83%49.61%
HSB/HSV276°24.31%56.47%
CMYK9.72%24.31%0.00%
43.53%

Color #826D90 in popluar number systems.

HEX826D90
Decimal130109144
Binary10000010110110110010000
Octal202155220

Shades and tints

Shades of #826D90

#826D90
(130,109,144)
#776483
(119,100,131)
#6C5B76
(108,91,118)
#615269
(97,82,105)
#56495C
(86,73,92)
#4B404F
(75,64,79)
#403742
(64,55,66)
#352E35
(53,46,53)
#2A2528
(42,37,40)
#1F1C1B
(31,28,27)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #826D90

#826D90
(130,109,144)
#8D7A9A
(141,122,154)
#9887A4
(152,135,164)
#A394AE
(163,148,174)
#AEA1B8
(174,161,184)
#B9AEC2
(185,174,194)
#C4BBCC
(196,187,204)
#CFC8D6
(207,200,214)
#DAD5E0
(218,213,224)
#E5E2EA
(229,226,234)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826D90; }

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

This text font color is #826D90.


Background Color

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

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

This div background color is #826D90.


Border color

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

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

This div border color is #826D90.


Opacity

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

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

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

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

This text has shadow with #826D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826D90 on black background.


Color preview on white background

This text has color #826D90 on white background.



Black color preview on #826D90 background

This text has black color on #826D90 background.


White color preview on #826D90 background

This text has white color on #826D90 background.