COLOR #827D83

HEX: #827D83
RGB: (130,125,131)

Color info

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

RGB color model

#827D83 color RGB value is (130,125,131).

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

RGB channels and saturation

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

130
125
131

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

Portions of RGB colors in percentages

R + G + B =
130 + 125 + 131 = 386 (100%)
R 130 of 386 ~ 33.68%
G 125 of 386 ~ 32.38%
B 131 of 386 ~ 33.94%

%33.68
%32.38
%33.94

CMYK color model

#827D83 color CMYK value is (1,5,0,49).

  • cyan value is 0.76%
  • magenta value is 4.58%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(1,5,0,49)
C1M5Y0K49 
(1%,5%,0%,49%)
(0.01/0.05/0.00/0.49)	

CMYK percentages

%0.76
%4.58
%0
%48.63

Codes

Color #827D83 in popluar color models

827D83
RGB130125131
HSL290°2.36%50.20%
HSB/HSV290°4.58%51.37%
CMYK0.76%4.58%0.00%
48.63%

Color #827D83 in popluar number systems.

HEX827D83
Decimal130125131
Binary10000010111110110000011
Octal202175203

Shades and tints

Shades of #827D83

#827D83
(130,125,131)
#777278
(119,114,120)
#6C676D
(108,103,109)
#615C62
(97,92,98)
#565157
(86,81,87)
#4B464C
(75,70,76)
#403B41
(64,59,65)
#353036
(53,48,54)
#2A252B
(42,37,43)
#1F1A20
(31,26,32)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #827D83

#827D83
(130,125,131)
#8D888E
(141,136,142)
#989399
(152,147,153)
#A39EA4
(163,158,164)
#AEA9AF
(174,169,175)
#B9B4BA
(185,180,186)
#C4BFC5
(196,191,197)
#CFCAD0
(207,202,208)
#DAD5DB
(218,213,219)
#E5E0E6
(229,224,230)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827D83; }

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

This text font color is #827D83.


Background Color

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

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

This div background color is #827D83.


Border color

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

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

This div border color is #827D83.


Opacity

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

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

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

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

This text has shadow with #827D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827D83 on black background.


Color preview on white background

This text has color #827D83 on white background.



Black color preview on #827D83 background

This text has black color on #827D83 background.


White color preview on #827D83 background

This text has white color on #827D83 background.