COLOR #826678

HEX: #826678
RGB: (130,102,120)

Color info

#826678 contains red, green and blue colors in about the same proportion. Web safe color of #826678 is #996666 (or #966).

RGB color model

#826678 color RGB value is (130,102,120).

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

RGB channels and saturation

R 130 of 255 = 51%
G 102 of 255 = 40%
B 120 of 255 = 47%

130
102
120

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

Portions of RGB colors in percentages

R + G + B =
130 + 102 + 120 = 352 (100%)
R 130 of 352 ~ 36.93%
G 102 of 352 ~ 28.98%
B 120 of 352 ~ 34.09%

%36.93
%28.98
%34.09

CMYK color model

#826678 color CMYK value is (0,22,8,49).

  • cyan value is 0.00%
  • magenta value is 21.54%
  • yellow value is 7.69%
  • key color value is 49.02%
CMYK:
(0,22,8,49)
C0M22Y8K49 
(0%,22%,8%,49%)
(0.00/0.22/0.08/0.49)	

CMYK percentages

%0
%21.54
%7.69
%49.02

Codes

Color #826678 in popluar color models

826678
RGB130102120
HSL321°12.07%45.49%
HSB/HSV321°21.54%50.98%
CMYK0.00%21.54%7.69%
49.02%

Color #826678 in popluar number systems.

HEX826678
Decimal130102120
Binary1000001011001101111000
Octal202146170

Shades and tints

Shades of #826678

#826678
(130,102,120)
#775D6E
(119,93,110)
#6C5464
(108,84,100)
#614B5A
(97,75,90)
#564250
(86,66,80)
#4B3946
(75,57,70)
#40303C
(64,48,60)
#352732
(53,39,50)
#2A1E28
(42,30,40)
#1F151E
(31,21,30)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #826678

#826678
(130,102,120)
#8D7384
(141,115,132)
#988090
(152,128,144)
#A38D9C
(163,141,156)
#AE9AA8
(174,154,168)
#B9A7B4
(185,167,180)
#C4B4C0
(196,180,192)
#CFC1CC
(207,193,204)
#DACED8
(218,206,216)
#E5DBE4
(229,219,228)
#F0E8F0
(240,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826678; }

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

This text font color is #826678.


Background Color

.myBgColor { background-color: #826678; }

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

This div background color is #826678.


Border color

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

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

This div border color is #826678.


Opacity

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

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

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

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

This text has shadow with #826678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826678 on black background.


Color preview on white background

This text has color #826678 on white background.



Black color preview on #826678 background

This text has black color on #826678 background.


White color preview on #826678 background

This text has white color on #826678 background.