COLOR #827C92

HEX: #827C92
RGB: (130,124,146)

Color info

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

RGB color model

#827C92 color RGB value is (130,124,146).

  • red value is 130;
  • green value is 124;
  • blue value is 146.
RGB:
(130,124,146)
(51%,49%,57%)

RGB channels and saturation

R 130 of 255 = 51%
G 124 of 255 = 49%
B 146 of 255 = 57%

130
124
146

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

Portions of RGB colors in percentages

R + G + B =
130 + 124 + 146 = 400 (100%)
R 130 of 400 ~ 32.5%
G 124 of 400 ~ 31%
B 146 of 400 ~ 36.5%

%32.5
%31
%36.5

CMYK color model

#827C92 color CMYK value is (11,15,0,43).

  • cyan value is 10.96%
  • magenta value is 15.07%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(11,15,0,43)
C11M15Y0K43 
(11%,15%,0%,43%)
(0.11/0.15/0.00/0.43)	

CMYK percentages

%10.96
%15.07
%0
%42.75

Codes

Color #827C92 in popluar color models

827C92
RGB130124146
HSL256°9.17%52.94%
HSB/HSV256°15.07%57.25%
CMYK10.96%15.07%0.00%
42.75%

Color #827C92 in popluar number systems.

HEX827C92
Decimal130124146
Binary10000010111110010010010
Octal202174222

Shades and tints

Shades of #827C92

#827C92
(130,124,146)
#777185
(119,113,133)
#6C6678
(108,102,120)
#615B6B
(97,91,107)
#56505E
(86,80,94)
#4B4551
(75,69,81)
#403A44
(64,58,68)
#352F37
(53,47,55)
#2A242A
(42,36,42)
#1F191D
(31,25,29)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #827C92

#827C92
(130,124,146)
#8D879B
(141,135,155)
#9892A4
(152,146,164)
#A39DAD
(163,157,173)
#AEA8B6
(174,168,182)
#B9B3BF
(185,179,191)
#C4BEC8
(196,190,200)
#CFC9D1
(207,201,209)
#DAD4DA
(218,212,218)
#E5DFE3
(229,223,227)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827C92 color. Also use rgb(130,124,146) instead hex code.

Text Font Color

.myTextColor { color: #827C92; }

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

This text font color is #827C92.


Background Color

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

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

This div background color is #827C92.


Border color

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

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

This div border color is #827C92.


Opacity

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

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

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

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

This text has shadow with #827C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827C92 on black background.


Color preview on white background

This text has color #827C92 on white background.



Black color preview on #827C92 background

This text has black color on #827C92 background.


White color preview on #827C92 background

This text has white color on #827C92 background.