COLOR #826978

HEX: #826978
RGB: (130,105,120)

Color info

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

RGB color model

#826978 color RGB value is (130,105,120).

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

RGB channels and saturation

R 130 of 255 = 51%
G 105 of 255 = 41%
B 120 of 255 = 47%

130
105
120

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

Portions of RGB colors in percentages

R + G + B =
130 + 105 + 120 = 355 (100%)
R 130 of 355 ~ 36.62%
G 105 of 355 ~ 29.58%
B 120 of 355 ~ 33.8%

%36.62
%29.58
%33.8

CMYK color model

#826978 color CMYK value is (0,19,8,49).

  • cyan value is 0.00%
  • magenta value is 19.23%
  • yellow value is 7.69%
  • key color value is 49.02%
CMYK:
(0,19,8,49)
C0M19Y8K49 
(0%,19%,8%,49%)
(0.00/0.19/0.08/0.49)	

CMYK percentages

%0
%19.23
%7.69
%49.02

Codes

Color #826978 in popluar color models

826978
RGB130105120
HSL324°10.64%46.08%
HSB/HSV324°19.23%50.98%
CMYK0.00%19.23%7.69%
49.02%

Color #826978 in popluar number systems.

HEX826978
Decimal130105120
Binary1000001011010011111000
Octal202151170

Shades and tints

Shades of #826978

#826978
(130,105,120)
#77606E
(119,96,110)
#6C5764
(108,87,100)
#614E5A
(97,78,90)
#564550
(86,69,80)
#4B3C46
(75,60,70)
#40333C
(64,51,60)
#352A32
(53,42,50)
#2A2128
(42,33,40)
#1F181E
(31,24,30)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #826978

#826978
(130,105,120)
#8D7684
(141,118,132)
#988390
(152,131,144)
#A3909C
(163,144,156)
#AE9DA8
(174,157,168)
#B9AAB4
(185,170,180)
#C4B7C0
(196,183,192)
#CFC4CC
(207,196,204)
#DAD1D8
(218,209,216)
#E5DEE4
(229,222,228)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826978; }

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

This text font color is #826978.


Background Color

.myBgColor { background-color: #826978; }

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

This div background color is #826978.


Border color

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

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

This div border color is #826978.


Opacity

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

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

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

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

This text has shadow with #826978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826978 on black background.


Color preview on white background

This text has color #826978 on white background.



Black color preview on #826978 background

This text has black color on #826978 background.


White color preview on #826978 background

This text has white color on #826978 background.