COLOR #826686

HEX: #826686
RGB: (130,102,134)

Color info

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

RGB color model

#826686 color RGB value is (130,102,134).

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

RGB channels and saturation

R 130 of 255 = 51%
G 102 of 255 = 40%
B 134 of 255 = 53%

130
102
134

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

Portions of RGB colors in percentages

R + G + B =
130 + 102 + 134 = 366 (100%)
R 130 of 366 ~ 35.52%
G 102 of 366 ~ 27.87%
B 134 of 366 ~ 36.61%

%35.52
%27.87
%36.61

CMYK color model

#826686 color CMYK value is (3,24,0,47).

  • cyan value is 2.99%
  • magenta value is 23.88%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(3,24,0,47)
C3M24Y0K47 
(3%,24%,0%,47%)
(0.03/0.24/0.00/0.47)	

CMYK percentages

%2.99
%23.88
%0
%47.45

Codes

Color #826686 in popluar color models

826686
RGB130102134
HSL293°13.56%46.27%
HSB/HSV293°23.88%52.55%
CMYK2.99%23.88%0.00%
47.45%

Color #826686 in popluar number systems.

HEX826686
Decimal130102134
Binary10000010110011010000110
Octal202146206

Shades and tints

Shades of #826686

#826686
(130,102,134)
#775D7A
(119,93,122)
#6C546E
(108,84,110)
#614B62
(97,75,98)
#564256
(86,66,86)
#4B394A
(75,57,74)
#40303E
(64,48,62)
#352732
(53,39,50)
#2A1E26
(42,30,38)
#1F151A
(31,21,26)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #826686

#826686
(130,102,134)
#8D7391
(141,115,145)
#98809C
(152,128,156)
#A38DA7
(163,141,167)
#AE9AB2
(174,154,178)
#B9A7BD
(185,167,189)
#C4B4C8
(196,180,200)
#CFC1D3
(207,193,211)
#DACEDE
(218,206,222)
#E5DBE9
(229,219,233)
#F0E8F4
(240,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826686; }

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

This text font color is #826686.


Background Color

.myBgColor { background-color: #826686; }

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

This div background color is #826686.


Border color

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

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

This div border color is #826686.


Opacity

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

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

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

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

This text has shadow with #826686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826686 on black background.


Color preview on white background

This text has color #826686 on white background.



Black color preview on #826686 background

This text has black color on #826686 background.


White color preview on #826686 background

This text has white color on #826686 background.