COLOR #827680

HEX: #827680
RGB: (130,118,128)

Color info

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

RGB color model

#827680 color RGB value is (130,118,128).

  • red value is 130;
  • green value is 118;
  • blue value is 128.
RGB:
(130,118,128)
(51%,46%,50%)

RGB channels and saturation

R 130 of 255 = 51%
G 118 of 255 = 46%
B 128 of 255 = 50%

130
118
128

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

Portions of RGB colors in percentages

R + G + B =
130 + 118 + 128 = 376 (100%)
R 130 of 376 ~ 34.57%
G 118 of 376 ~ 31.38%
B 128 of 376 ~ 34.04%

%34.57
%31.38
%34.04

CMYK color model

#827680 color CMYK value is (0,9,2,49).

  • cyan value is 0.00%
  • magenta value is 9.23%
  • yellow value is 1.54%
  • key color value is 49.02%
CMYK:
(0,9,2,49)
C0M9Y2K49 
(0%,9%,2%,49%)
(0.00/0.09/0.02/0.49)	

CMYK percentages

%0
%9.23
%1.54
%49.02

Codes

Color #827680 in popluar color models

827680
RGB130118128
HSL310°4.84%48.63%
HSB/HSV310°9.23%50.98%
CMYK0.00%9.23%1.54%
49.02%

Color #827680 in popluar number systems.

HEX827680
Decimal130118128
Binary10000010111011010000000
Octal202166200

Shades and tints

Shades of #827680

#827680
(130,118,128)
#776C75
(119,108,117)
#6C626A
(108,98,106)
#61585F
(97,88,95)
#564E54
(86,78,84)
#4B4449
(75,68,73)
#403A3E
(64,58,62)
#353033
(53,48,51)
#2A2628
(42,38,40)
#1F1C1D
(31,28,29)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #827680

#827680
(130,118,128)
#8D828B
(141,130,139)
#988E96
(152,142,150)
#A39AA1
(163,154,161)
#AEA6AC
(174,166,172)
#B9B2B7
(185,178,183)
#C4BEC2
(196,190,194)
#CFCACD
(207,202,205)
#DAD6D8
(218,214,216)
#E5E2E3
(229,226,227)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827680 color. Also use rgb(130,118,128) instead hex code.

Text Font Color

.myTextColor { color: #827680; }

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

This text font color is #827680.


Background Color

.myBgColor { background-color: #827680; }

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

This div background color is #827680.


Border color

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

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

This div border color is #827680.


Opacity

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

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

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

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

This text has shadow with #827680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827680 on black background.


Color preview on white background

This text has color #827680 on white background.



Black color preview on #827680 background

This text has black color on #827680 background.


White color preview on #827680 background

This text has white color on #827680 background.