COLOR #827684

HEX: #827684
RGB: (130,118,132)

Color info

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

RGB color model

#827684 color RGB value is (130,118,132).

  • red value is 130;
  • green value is 118;
  • blue value is 132.
RGB:
(130,118,132)
(51%,46%,52%)

RGB channels and saturation

R 130 of 255 = 51%
G 118 of 255 = 46%
B 132 of 255 = 52%

130
118
132

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

Portions of RGB colors in percentages

R + G + B =
130 + 118 + 132 = 380 (100%)
R 130 of 380 ~ 34.21%
G 118 of 380 ~ 31.05%
B 132 of 380 ~ 34.74%

%34.21
%31.05
%34.74

CMYK color model

#827684 color CMYK value is (2,11,0,48).

  • cyan value is 1.52%
  • magenta value is 10.61%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(2,11,0,48)
C2M11Y0K48 
(2%,11%,0%,48%)
(0.02/0.11/0.00/0.48)	

CMYK percentages

%1.52
%10.61
%0
%48.24

Codes

Color #827684 in popluar color models

827684
RGB130118132
HSL291°5.60%49.02%
HSB/HSV291°10.61%51.76%
CMYK1.52%10.61%0.00%
48.24%

Color #827684 in popluar number systems.

HEX827684
Decimal130118132
Binary10000010111011010000100
Octal202166204

Shades and tints

Shades of #827684

#827684
(130,118,132)
#776C78
(119,108,120)
#6C626C
(108,98,108)
#615860
(97,88,96)
#564E54
(86,78,84)
#4B4448
(75,68,72)
#403A3C
(64,58,60)
#353030
(53,48,48)
#2A2624
(42,38,36)
#1F1C18
(31,28,24)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #827684

#827684
(130,118,132)
#8D828F
(141,130,143)
#988E9A
(152,142,154)
#A39AA5
(163,154,165)
#AEA6B0
(174,166,176)
#B9B2BB
(185,178,187)
#C4BEC6
(196,190,198)
#CFCAD1
(207,202,209)
#DAD6DC
(218,214,220)
#E5E2E7
(229,226,231)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827684 color. Also use rgb(130,118,132) instead hex code.

Text Font Color

.myTextColor { color: #827684; }

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

This text font color is #827684.


Background Color

.myBgColor { background-color: #827684; }

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

This div background color is #827684.


Border color

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

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

This div border color is #827684.


Opacity

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

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

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

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

This text has shadow with #827684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827684 on black background.


Color preview on white background

This text has color #827684 on white background.



Black color preview on #827684 background

This text has black color on #827684 background.


White color preview on #827684 background

This text has white color on #827684 background.