COLOR #827E83

HEX: #827E83
RGB: (130,126,131)

Color info

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

RGB color model

#827E83 color RGB value is (130,126,131).

  • red value is 130;
  • green value is 126;
  • blue value is 131.
RGB:
(130,126,131)
(51%,49%,51%)

RGB channels and saturation

R 130 of 255 = 51%
G 126 of 255 = 49%
B 131 of 255 = 51%

130
126
131

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

Portions of RGB colors in percentages

R + G + B =
130 + 126 + 131 = 387 (100%)
R 130 of 387 ~ 33.59%
G 126 of 387 ~ 32.56%
B 131 of 387 ~ 33.85%

%33.59
%32.56
%33.85

CMYK color model

#827E83 color CMYK value is (1,4,0,49).

  • cyan value is 0.76%
  • magenta value is 3.82%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(1,4,0,49)
C1M4Y0K49 
(1%,4%,0%,49%)
(0.01/0.04/0.00/0.49)	

CMYK percentages

%0.76
%3.82
%0
%48.63

Codes

Color #827E83 in popluar color models

827E83
RGB130126131
HSL288°1.98%50.39%
HSB/HSV288°3.82%51.37%
CMYK0.76%3.82%0.00%
48.63%

Color #827E83 in popluar number systems.

HEX827E83
Decimal130126131
Binary10000010111111010000011
Octal202176203

Shades and tints

Shades of #827E83

#827E83
(130,126,131)
#777378
(119,115,120)
#6C686D
(108,104,109)
#615D62
(97,93,98)
#565257
(86,82,87)
#4B474C
(75,71,76)
#403C41
(64,60,65)
#353136
(53,49,54)
#2A262B
(42,38,43)
#1F1B20
(31,27,32)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #827E83

#827E83
(130,126,131)
#8D898E
(141,137,142)
#989499
(152,148,153)
#A39FA4
(163,159,164)
#AEAAAF
(174,170,175)
#B9B5BA
(185,181,186)
#C4C0C5
(196,192,197)
#CFCBD0
(207,203,208)
#DAD6DB
(218,214,219)
#E5E1E6
(229,225,230)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827E83 color. Also use rgb(130,126,131) instead hex code.

Text Font Color

.myTextColor { color: #827E83; }

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

This text font color is #827E83.


Background Color

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

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

This div background color is #827E83.


Border color

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

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

This div border color is #827E83.


Opacity

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

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

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

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

This text has shadow with #827E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827E83 on black background.


Color preview on white background

This text has color #827E83 on white background.



Black color preview on #827E83 background

This text has black color on #827E83 background.


White color preview on #827E83 background

This text has white color on #827E83 background.