COLOR #827883

HEX: #827883
RGB: (130,120,131)

Color info

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

RGB color model

#827883 color RGB value is (130,120,131).

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

RGB channels and saturation

R 130 of 255 = 51%
G 120 of 255 = 47%
B 131 of 255 = 51%

130
120
131

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

Portions of RGB colors in percentages

R + G + B =
130 + 120 + 131 = 381 (100%)
R 130 of 381 ~ 34.12%
G 120 of 381 ~ 31.5%
B 131 of 381 ~ 34.38%

%34.12
%31.5
%34.38

CMYK color model

#827883 color CMYK value is (1,8,0,49).

  • cyan value is 0.76%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(1,8,0,49)
C1M8Y0K49 
(1%,8%,0%,49%)
(0.01/0.08/0.00/0.49)	

CMYK percentages

%0.76
%8.4
%0
%48.63

Codes

Color #827883 in popluar color models

827883
RGB130120131
HSL295°4.38%49.22%
HSB/HSV295°8.40%51.37%
CMYK0.76%8.40%0.00%
48.63%

Color #827883 in popluar number systems.

HEX827883
Decimal130120131
Binary10000010111100010000011
Octal202170203

Shades and tints

Shades of #827883

#827883
(130,120,131)
#776E78
(119,110,120)
#6C646D
(108,100,109)
#615A62
(97,90,98)
#565057
(86,80,87)
#4B464C
(75,70,76)
#403C41
(64,60,65)
#353236
(53,50,54)
#2A282B
(42,40,43)
#1F1E20
(31,30,32)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #827883

#827883
(130,120,131)
#8D848E
(141,132,142)
#989099
(152,144,153)
#A39CA4
(163,156,164)
#AEA8AF
(174,168,175)
#B9B4BA
(185,180,186)
#C4C0C5
(196,192,197)
#CFCCD0
(207,204,208)
#DAD8DB
(218,216,219)
#E5E4E6
(229,228,230)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827883; }

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

This text font color is #827883.


Background Color

.myBgColor { background-color: #827883; }

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

This div background color is #827883.


Border color

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

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

This div border color is #827883.


Opacity

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

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

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

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

This text has shadow with #827883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827883 on black background.


Color preview on white background

This text has color #827883 on white background.



Black color preview on #827883 background

This text has black color on #827883 background.


White color preview on #827883 background

This text has white color on #827883 background.