COLOR #827C80

HEX: #827C80
RGB: (130,124,128)

Color info

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

RGB color model

#827C80 color RGB value is (130,124,128).

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

RGB channels and saturation

R 130 of 255 = 51%
G 124 of 255 = 49%
B 128 of 255 = 50%

130
124
128

R + G + B ~ 50%. #827C80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 124 + 128 = 382 (100%)
R 130 of 382 ~ 34.03%
G 124 of 382 ~ 32.46%
B 128 of 382 ~ 33.51%

%34.03
%32.46
%33.51

CMYK color model

#827C80 color CMYK value is (0,5,2,49).

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 1.54%
  • key color value is 49.02%
CMYK:
(0,5,2,49)
C0M5Y2K49 
(0%,5%,2%,49%)
(0.00/0.05/0.02/0.49)	

CMYK percentages

%0
%4.62
%1.54
%49.02

Codes

Color #827C80 in popluar color models

827C80
RGB130124128
HSL320°2.36%49.80%
HSB/HSV320°4.62%50.98%
CMYK0.00%4.62%1.54%
49.02%

Color #827C80 in popluar number systems.

HEX827C80
Decimal130124128
Binary10000010111110010000000
Octal202174200

Shades and tints

Shades of #827C80

#827C80
(130,124,128)
#777175
(119,113,117)
#6C666A
(108,102,106)
#615B5F
(97,91,95)
#565054
(86,80,84)
#4B4549
(75,69,73)
#403A3E
(64,58,62)
#352F33
(53,47,51)
#2A2428
(42,36,40)
#1F191D
(31,25,29)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #827C80

#827C80
(130,124,128)
#8D878B
(141,135,139)
#989296
(152,146,150)
#A39DA1
(163,157,161)
#AEA8AC
(174,168,172)
#B9B3B7
(185,179,183)
#C4BEC2
(196,190,194)
#CFC9CD
(207,201,205)
#DAD4D8
(218,212,216)
#E5DFE3
(229,223,227)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827C80; }

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

This text font color is #827C80.


Background Color

.myBgColor { background-color: #827C80; }

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

This div background color is #827C80.


Border color

.myBorderColor { border: 1px solid #827C80; }

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

This div border color is #827C80.


Opacity

.myOpacity80 { color: #827C80; opacity: 0.8; }

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

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

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

This text has shadow with #827C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827C80 on black background.


Color preview on white background

This text has color #827C80 on white background.



Black color preview on #827C80 background

This text has black color on #827C80 background.


White color preview on #827C80 background

This text has white color on #827C80 background.