COLOR #827EA2

HEX: #827EA2
RGB: (130,126,162)

Color info

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

RGB color model

#827EA2 color RGB value is (130,126,162).

  • red value is 130;
  • green value is 126;
  • blue value is 162.
RGB:
(130,126,162)
(51%,49%,64%)

RGB channels and saturation

R 130 of 255 = 51%
G 126 of 255 = 49%
B 162 of 255 = 64%

130
126
162

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

Portions of RGB colors in percentages

R + G + B =
130 + 126 + 162 = 418 (100%)
R 130 of 418 ~ 31.1%
G 126 of 418 ~ 30.14%
B 162 of 418 ~ 38.76%

%31.1
%30.14
%38.76

CMYK color model

#827EA2 color CMYK value is (20,22,0,36).

  • cyan value is 19.75%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(20,22,0,36)
C20M22Y0K36 
(20%,22%,0%,36%)
(0.20/0.22/0.00/0.36)	

CMYK percentages

%19.75
%22.22
%0
%36.47

Codes

Color #827EA2 in popluar color models

827EA2
RGB130126162
HSL247°16.22%56.47%
HSB/HSV247°22.22%63.53%
CMYK19.75%22.22%0.00%
36.47%

Color #827EA2 in popluar number systems.

HEX827EA2
Decimal130126162
Binary10000010111111010100010
Octal202176242

Shades and tints

Shades of #827EA2

#827EA2
(130,126,162)
#777394
(119,115,148)
#6C6886
(108,104,134)
#615D78
(97,93,120)
#56526A
(86,82,106)
#4B475C
(75,71,92)
#403C4E
(64,60,78)
#353140
(53,49,64)
#2A2632
(42,38,50)
#1F1B24
(31,27,36)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #827EA2

#827EA2
(130,126,162)
#8D89AA
(141,137,170)
#9894B2
(152,148,178)
#A39FBA
(163,159,186)
#AEAAC2
(174,170,194)
#B9B5CA
(185,181,202)
#C4C0D2
(196,192,210)
#CFCBDA
(207,203,218)
#DAD6E2
(218,214,226)
#E5E1EA
(229,225,234)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827EA2 color. Also use rgb(130,126,162) instead hex code.

Text Font Color

.myTextColor { color: #827EA2; }

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

This text font color is #827EA2.


Background Color

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

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

This div background color is #827EA2.


Border color

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

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

This div border color is #827EA2.


Opacity

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

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

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

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

This text has shadow with #827EA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827EA2 on black background.


Color preview on white background

This text has color #827EA2 on white background.



Black color preview on #827EA2 background

This text has black color on #827EA2 background.


White color preview on #827EA2 background

This text has white color on #827EA2 background.