COLOR #827083

HEX: #827083
RGB: (130,112,131)

Color info

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

RGB color model

#827083 color RGB value is (130,112,131).

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

RGB channels and saturation

R 130 of 255 = 51%
G 112 of 255 = 44%
B 131 of 255 = 51%

130
112
131

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

Portions of RGB colors in percentages

R + G + B =
130 + 112 + 131 = 373 (100%)
R 130 of 373 ~ 34.85%
G 112 of 373 ~ 30.03%
B 131 of 373 ~ 35.12%

%34.85
%30.03
%35.12

CMYK color model

#827083 color CMYK value is (1,15,0,49).

  • cyan value is 0.76%
  • magenta value is 14.50%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(1,15,0,49)
C1M15Y0K49 
(1%,15%,0%,49%)
(0.01/0.15/0.00/0.49)	

CMYK percentages

%0.76
%14.5
%0
%48.63

Codes

Color #827083 in popluar color models

827083
RGB130112131
HSL297°7.82%47.65%
HSB/HSV297°14.50%51.37%
CMYK0.76%14.50%0.00%
48.63%

Color #827083 in popluar number systems.

HEX827083
Decimal130112131
Binary10000010111000010000011
Octal202160203

Shades and tints

Shades of #827083

#827083
(130,112,131)
#776678
(119,102,120)
#6C5C6D
(108,92,109)
#615262
(97,82,98)
#564857
(86,72,87)
#4B3E4C
(75,62,76)
#403441
(64,52,65)
#352A36
(53,42,54)
#2A202B
(42,32,43)
#1F1620
(31,22,32)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #827083

#827083
(130,112,131)
#8D7D8E
(141,125,142)
#988A99
(152,138,153)
#A397A4
(163,151,164)
#AEA4AF
(174,164,175)
#B9B1BA
(185,177,186)
#C4BEC5
(196,190,197)
#CFCBD0
(207,203,208)
#DAD8DB
(218,216,219)
#E5E5E6
(229,229,230)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827083; }

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

This text font color is #827083.


Background Color

.myBgColor { background-color: #827083; }

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

This div background color is #827083.


Border color

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

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

This div border color is #827083.


Opacity

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

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

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

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

This text has shadow with #827083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827083 on black background.


Color preview on white background

This text has color #827083 on white background.



Black color preview on #827083 background

This text has black color on #827083 background.


White color preview on #827083 background

This text has white color on #827083 background.