COLOR #827296

HEX: #827296
RGB: (130,114,150)

Color info

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

RGB color model

#827296 color RGB value is (130,114,150).

  • red value is 130;
  • green value is 114;
  • blue value is 150.
RGB:
(130,114,150)
(51%,45%,59%)

RGB channels and saturation

R 130 of 255 = 51%
G 114 of 255 = 45%
B 150 of 255 = 59%

130
114
150

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

Portions of RGB colors in percentages

R + G + B =
130 + 114 + 150 = 394 (100%)
R 130 of 394 ~ 32.99%
G 114 of 394 ~ 28.93%
B 150 of 394 ~ 38.07%

%32.99
%28.93
%38.07

CMYK color model

#827296 color CMYK value is (13,24,0,41).

  • cyan value is 13.33%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(13,24,0,41)
C13M24Y0K41 
(13%,24%,0%,41%)
(0.13/0.24/0.00/0.41)	

CMYK percentages

%13.33
%24
%0
%41.18

Codes

Color #827296 in popluar color models

827296
RGB130114150
HSL267°14.63%51.76%
HSB/HSV267°24.00%58.82%
CMYK13.33%24.00%0.00%
41.18%

Color #827296 in popluar number systems.

HEX827296
Decimal130114150
Binary10000010111001010010110
Octal202162226

Shades and tints

Shades of #827296

#827296
(130,114,150)
#776889
(119,104,137)
#6C5E7C
(108,94,124)
#61546F
(97,84,111)
#564A62
(86,74,98)
#4B4055
(75,64,85)
#403648
(64,54,72)
#352C3B
(53,44,59)
#2A222E
(42,34,46)
#1F1821
(31,24,33)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #827296

#827296
(130,114,150)
#8D7E9F
(141,126,159)
#988AA8
(152,138,168)
#A396B1
(163,150,177)
#AEA2BA
(174,162,186)
#B9AEC3
(185,174,195)
#C4BACC
(196,186,204)
#CFC6D5
(207,198,213)
#DAD2DE
(218,210,222)
#E5DEE7
(229,222,231)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827296 color. Also use rgb(130,114,150) instead hex code.

Text Font Color

.myTextColor { color: #827296; }

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

This text font color is #827296.


Background Color

.myBgColor { background-color: #827296; }

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

This div background color is #827296.


Border color

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

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

This div border color is #827296.


Opacity

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

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

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

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

This text has shadow with #827296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827296 on black background.


Color preview on white background

This text has color #827296 on white background.



Black color preview on #827296 background

This text has black color on #827296 background.


White color preview on #827296 background

This text has white color on #827296 background.