COLOR #827DA6

HEX: #827DA6
RGB: (130,125,166)

Color info

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

RGB color model

#827DA6 color RGB value is (130,125,166).

  • red value is 130;
  • green value is 125;
  • blue value is 166.
RGB:
(130,125,166)
(51%,49%,65%)

RGB channels and saturation

R 130 of 255 = 51%
G 125 of 255 = 49%
B 166 of 255 = 65%

130
125
166

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

Portions of RGB colors in percentages

R + G + B =
130 + 125 + 166 = 421 (100%)
R 130 of 421 ~ 30.88%
G 125 of 421 ~ 29.69%
B 166 of 421 ~ 39.43%

%30.88
%29.69
%39.43

CMYK color model

#827DA6 color CMYK value is (22,25,0,35).

  • cyan value is 21.69%
  • magenta value is 24.70%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(22,25,0,35)
C22M25Y0K35 
(22%,25%,0%,35%)
(0.22/0.25/0.00/0.35)	

CMYK percentages

%21.69
%24.7
%0
%34.9

Codes

Color #827DA6 in popluar color models

827DA6
RGB130125166
HSL247°18.72%57.06%
HSB/HSV247°24.70%65.10%
CMYK21.69%24.70%0.00%
34.90%

Color #827DA6 in popluar number systems.

HEX827DA6
Decimal130125166
Binary10000010111110110100110
Octal202175246

Shades and tints

Shades of #827DA6

#827DA6
(130,125,166)
#777297
(119,114,151)
#6C6788
(108,103,136)
#615C79
(97,92,121)
#56516A
(86,81,106)
#4B465B
(75,70,91)
#403B4C
(64,59,76)
#35303D
(53,48,61)
#2A252E
(42,37,46)
#1F1A1F
(31,26,31)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #827DA6

#827DA6
(130,125,166)
#8D88AE
(141,136,174)
#9893B6
(152,147,182)
#A39EBE
(163,158,190)
#AEA9C6
(174,169,198)
#B9B4CE
(185,180,206)
#C4BFD6
(196,191,214)
#CFCADE
(207,202,222)
#DAD5E6
(218,213,230)
#E5E0EE
(229,224,238)
#F0EBF6
(240,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827DA6 color. Also use rgb(130,125,166) instead hex code.

Text Font Color

.myTextColor { color: #827DA6; }

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

This text font color is #827DA6.


Background Color

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

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

This div background color is #827DA6.


Border color

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

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

This div border color is #827DA6.


Opacity

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

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

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

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

This text has shadow with #827DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827DA6 on black background.


Color preview on white background

This text has color #827DA6 on white background.



Black color preview on #827DA6 background

This text has black color on #827DA6 background.


White color preview on #827DA6 background

This text has white color on #827DA6 background.