COLOR #826886

HEX: #826886
RGB: (130,104,134)

Color info

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

RGB color model

#826886 color RGB value is (130,104,134).

  • red value is 130;
  • green value is 104;
  • blue value is 134.
RGB:
(130,104,134)
(51%,41%,53%)

RGB channels and saturation

R 130 of 255 = 51%
G 104 of 255 = 41%
B 134 of 255 = 53%

130
104
134

R + G + B ~ 48%. #826886 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 104 + 134 = 368 (100%)
R 130 of 368 ~ 35.33%
G 104 of 368 ~ 28.26%
B 134 of 368 ~ 36.41%

%35.33
%28.26
%36.41

CMYK color model

#826886 color CMYK value is (3,22,0,47).

  • cyan value is 2.99%
  • magenta value is 22.39%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(3,22,0,47)
C3M22Y0K47 
(3%,22%,0%,47%)
(0.03/0.22/0.00/0.47)	

CMYK percentages

%2.99
%22.39
%0
%47.45

Codes

Color #826886 in popluar color models

826886
RGB130104134
HSL292°12.61%46.67%
HSB/HSV292°22.39%52.55%
CMYK2.99%22.39%0.00%
47.45%

Color #826886 in popluar number systems.

HEX826886
Decimal130104134
Binary10000010110100010000110
Octal202150206

Shades and tints

Shades of #826886

#826886
(130,104,134)
#775F7A
(119,95,122)
#6C566E
(108,86,110)
#614D62
(97,77,98)
#564456
(86,68,86)
#4B3B4A
(75,59,74)
#40323E
(64,50,62)
#352932
(53,41,50)
#2A2026
(42,32,38)
#1F171A
(31,23,26)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #826886

#826886
(130,104,134)
#8D7591
(141,117,145)
#98829C
(152,130,156)
#A38FA7
(163,143,167)
#AE9CB2
(174,156,178)
#B9A9BD
(185,169,189)
#C4B6C8
(196,182,200)
#CFC3D3
(207,195,211)
#DAD0DE
(218,208,222)
#E5DDE9
(229,221,233)
#F0EAF4
(240,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826886 color. Also use rgb(130,104,134) instead hex code.

Text Font Color

.myTextColor { color: #826886; }

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

This text font color is #826886.


Background Color

.myBgColor { background-color: #826886; }

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

This div background color is #826886.


Border color

.myBorderColor { border: 1px solid #826886; }

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

This div border color is #826886.


Opacity

.myOpacity80 { color: #826886; opacity: 0.8; }

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

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

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

This text has shadow with #826886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826886 on black background.


Color preview on white background

This text has color #826886 on white background.



Black color preview on #826886 background

This text has black color on #826886 background.


White color preview on #826886 background

This text has white color on #826886 background.