COLOR #817DAA

HEX: #817DAA RGB: (129,125,170)

Color info

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

RGB color model

#817DAA color RGB value is (129,125,170).

RGB: (129,125,170) (51%, 49%, 67%)

RGB channels and saturation

R 129 of 255 = 51%
G 125 of 255 = 49%
B 170 of 255 = 67%

129
125
170

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

Portions of RGB colors in percentages

R + G + B = 129 + 125 + 170 = 424 (100%)
R 129 of 424 ~ 30.42%
G 125 of 424 ~ 29.48%
B 170 of 424 ~ 40.09'%

%30.42
%29.48
%40.09

CMYK color model

#817DAA color CMYK value is (24,26,0,33).

  • cyan value is 24.12%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (24,26,0,33)
C24M26Y0K33 (24%, 26%, 0%, 33%)
(0.24 / 0.26 / 0.00 / 0.33)

CMYK percentages

%24.12
%26.47
%0
%33.33

Codes

Color #817DAA in popluar color models

81 7D AA
RGB 129 125 170
HSL 245° 20.93% 57.84%
HSB/HSV 245° 26.47% 66.67%
CMYK 24.12% 26.47% 0.00%
33.33%

Color #817DAA in popluar number systems.

HEX 81 7D AA
Decimal 129 125 170
Binary 10000001 1111101 10101010
Octal 201 175 252

Shades and tints

Shades of #817DAA

#817DAA
(129,125,170)
#76729B
(118,114,155)
#6B678C
(107,103,140)
#605C7D
(96,92,125)
#55516E
(85,81,110)
#4A465F
(74,70,95)
#3F3B50
(63,59,80)
#343041
(52,48,65)
#292532
(41,37,50)
#1E1A23
(30,26,35)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #817DAA

#817DAA
(129,125,170)
#8C88B1
(140,136,177)
#9793B8
(151,147,184)
#A29EBF
(162,158,191)
#ADA9C6
(173,169,198)
#B8B4CD
(184,180,205)
#C3BFD4
(195,191,212)
#CECADB
(206,202,219)
#D9D5E2
(217,213,226)
#E4E0E9
(228,224,233)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817DAA color. Also use rgb(129,125,170) instead hex code.

Text Font Color

.myTextColor { color: #817DAA; }

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

This text font color is #817DAA.

Background Color

.myBgColor { background-color: #817DAA; }

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

This div background color is #817DAA.

Border color

.myBorderColor { border: 1px solid #817DAA; }

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

This div border color is #817DAA.

Opacity

.myOpacity80 { color: #817DAA; opacity: 0.8; }

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

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

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

This text has shadow with #817DAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #817DAA.

Preview

Color preview on black background

This text has color #817DAA on black background.


Color preview on white background

This text has color #817DAA on white background.


Black color preview on #817DAA background

This text has black color on #817DAA background.


White color preview on #817DAA background

This text has white color on #817DAA background.


Related colors

Complementary color

Complementary color for #hex is #7E8255.


I love getcolorcode.com

Triadic colors

1 #AA817D and #7DAA81 with #817DAA are triadic colors.

2 #AA7D81 and #7D81AA with #817DAA are triadic colors.