COLOR #827797

HEX: #827797
RGB: (130,119,151)

Color info

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

RGB color model

#827797 color RGB value is (130,119,151).

  • red value is 130;
  • green value is 119;
  • blue value is 151.
RGB:
(130,119,151)
(51%,47%,59%)

RGB channels and saturation

R 130 of 255 = 51%
G 119 of 255 = 47%
B 151 of 255 = 59%

130
119
151

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

Portions of RGB colors in percentages

R + G + B =
130 + 119 + 151 = 400 (100%)
R 130 of 400 ~ 32.5%
G 119 of 400 ~ 29.75%
B 151 of 400 ~ 37.75%

%32.5
%29.75
%37.75

CMYK color model

#827797 color CMYK value is (14,21,0,41).

  • cyan value is 13.91%
  • magenta value is 21.19%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(14,21,0,41)
C14M21Y0K41 
(14%,21%,0%,41%)
(0.14/0.21/0.00/0.41)	

CMYK percentages

%13.91
%21.19
%0
%40.78

Codes

Color #827797 in popluar color models

827797
RGB130119151
HSL261°13.33%52.94%
HSB/HSV261°21.19%59.22%
CMYK13.91%21.19%0.00%
40.78%

Color #827797 in popluar number systems.

HEX827797
Decimal130119151
Binary10000010111011110010111
Octal202167227

Shades and tints

Shades of #827797

#827797
(130,119,151)
#776D8A
(119,109,138)
#6C637D
(108,99,125)
#615970
(97,89,112)
#564F63
(86,79,99)
#4B4556
(75,69,86)
#403B49
(64,59,73)
#35313C
(53,49,60)
#2A272F
(42,39,47)
#1F1D22
(31,29,34)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #827797

#827797
(130,119,151)
#8D83A0
(141,131,160)
#988FA9
(152,143,169)
#A39BB2
(163,155,178)
#AEA7BB
(174,167,187)
#B9B3C4
(185,179,196)
#C4BFCD
(196,191,205)
#CFCBD6
(207,203,214)
#DAD7DF
(218,215,223)
#E5E3E8
(229,227,232)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827797 color. Also use rgb(130,119,151) instead hex code.

Text Font Color

.myTextColor { color: #827797; }

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

This text font color is #827797.


Background Color

.myBgColor { background-color: #827797; }

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

This div background color is #827797.


Border color

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

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

This div border color is #827797.


Opacity

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

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

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

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

This text has shadow with #827797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827797 on black background.


Color preview on white background

This text has color #827797 on white background.



Black color preview on #827797 background

This text has black color on #827797 background.


White color preview on #827797 background

This text has white color on #827797 background.