COLOR #817EA8

HEX: #817EA8 RGB: (129,126,168)

Color info

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

RGB color model

#817EA8 color RGB value is (129,126,168).

RGB: (129,126,168) (51%, 49%, 66%)

RGB channels and saturation

R 129 of 255 = 51%
G 126 of 255 = 49%
B 168 of 255 = 66%

129
126
168

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

Portions of RGB colors in percentages

R + G + B = 129 + 126 + 168 = 423 (100%)
R 129 of 423 ~ 30.5%
G 126 of 423 ~ 29.79%
B 168 of 423 ~ 39.72'%

%30.5
%29.79
%39.72

CMYK color model

#817EA8 color CMYK value is (23,25,0,34).

  • cyan value is 23.21%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (23,25,0,34)
C23M25Y0K34 (23%, 25%, 0%, 34%)
(0.23 / 0.25 / 0.00 / 0.34)

CMYK percentages

%23.21
%25
%0
%34.12

Codes

Color #817EA8 in popluar color models

81 7E A8
RGB 129 126 168
HSL 244° 19.44% 57.65%
HSB/HSV 244° 25.00% 65.88%
CMYK 23.21% 25.00% 0.00%
34.12%

Color #817EA8 in popluar number systems.

HEX 81 7E A8
Decimal 129 126 168
Binary 10000001 1111110 10101000
Octal 201 176 250

Shades and tints

Shades of #817EA8

#817EA8
(129,126,168)
#767399
(118,115,153)
#6B688A
(107,104,138)
#605D7B
(96,93,123)
#55526C
(85,82,108)
#4A475D
(74,71,93)
#3F3C4E
(63,60,78)
#34313F
(52,49,63)
#292630
(41,38,48)
#1E1B21
(30,27,33)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #817EA8

#817EA8
(129,126,168)
#8C89AF
(140,137,175)
#9794B6
(151,148,182)
#A29FBD
(162,159,189)
#ADAAC4
(173,170,196)
#B8B5CB
(184,181,203)
#C3C0D2
(195,192,210)
#CECBD9
(206,203,217)
#D9D6E0
(217,214,224)
#E4E1E7
(228,225,231)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817EA8 color. Also use rgb(129,126,168) instead hex code.

Text Font Color

.myTextColor { color: #817EA8; }

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

This text font color is #817EA8.

Background Color

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

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

This div background color is #817EA8.

Border color

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

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

This div border color is #817EA8.

Opacity

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

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

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

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

This text has shadow with #817EA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #817EA8.

Preview

Color preview on black background

This text has color #817EA8 on black background.


Color preview on white background

This text has color #817EA8 on white background.


Black color preview on #817EA8 background

This text has black color on #817EA8 background.


White color preview on #817EA8 background

This text has white color on #817EA8 background.


Related colors

Complementary color

Complementary color for #hex is #7E8157.


I love getcolorcode.com

Triadic colors

1 #A8817E and #7EA881 with #817EA8 are triadic colors.

2 #A87E81 and #7E81A8 with #817EA8 are triadic colors.