COLOR #827DAE

HEX: #827DAE RGB: (130,125,174)

Color info

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

RGB color model

#827DAE color RGB value is (130,125,174).

RGB: (130,125,174) (51%, 49%, 68%)

RGB channels and saturation

R 130 of 255 = 51%
G 125 of 255 = 49%
B 174 of 255 = 68%

130
125
174

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

Portions of RGB colors in percentages

R + G + B = 130 + 125 + 174 = 429 (100%)
R 130 of 429 ~ 30.3%
G 125 of 429 ~ 29.14%
B 174 of 429 ~ 40.56'%

%30.3
%29.14
%40.56

CMYK color model

#827DAE color CMYK value is (25,28,0,32).

  • cyan value is 25.29%
  • magenta value is 28.16%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (25,28,0,32)
C25M28Y0K32 (25%, 28%, 0%, 32%)
(0.25 / 0.28 / 0.00 / 0.32)

CMYK percentages

%25.29
%28.16
%0
%31.76

Codes

Color #827DAE in popluar color models

82 7D AE
RGB 130 125 174
HSL 246° 23.22% 58.63%
HSB/HSV 246° 28.16% 68.24%
CMYK 25.29% 28.16% 0.00%
31.76%

Color #827DAE in popluar number systems.

HEX 82 7D AE
Decimal 130 125 174
Binary 10000010 1111101 10101110
Octal 202 175 256

Shades and tints

Shades of #827DAE

#827DAE
(130,125,174)
#77729F
(119,114,159)
#6C6790
(108,103,144)
#615C81
(97,92,129)
#565172
(86,81,114)
#4B4663
(75,70,99)
#403B54
(64,59,84)
#353045
(53,48,69)
#2A2536
(42,37,54)
#1F1A27
(31,26,39)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #827DAE

#827DAE
(130,125,174)
#8D88B5
(141,136,181)
#9893BC
(152,147,188)
#A39EC3
(163,158,195)
#AEA9CA
(174,169,202)
#B9B4D1
(185,180,209)
#C4BFD8
(196,191,216)
#CFCADF
(207,202,223)
#DAD5E6
(218,213,230)
#E5E0ED
(229,224,237)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827DAE; }

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

This text font color is #827DAE.

Background Color

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

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

This div background color is #827DAE.

Border color

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

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

This div border color is #827DAE.

Opacity

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

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

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

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

This text has shadow with #827DAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #827DAE.

Preview

Color preview on black background

This text has color #827DAE on black background.


Color preview on white background

This text has color #827DAE on white background.


Black color preview on #827DAE background

This text has black color on #827DAE background.


White color preview on #827DAE background

This text has white color on #827DAE background.


Related colors

Complementary color

Complementary color for #hex is #7D8251.


I love getcolorcode.com

Triadic colors

1 #AE827D and #7DAE82 with #827DAE are triadic colors.

2 #AE7D82 and #7D82AE with #827DAE are triadic colors.