COLOR #817E9A

HEX: #817E9A
RGB: (129,126,154)

Color info

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

RGB color model

#817E9A color RGB value is (129,126,154).

  • red value is 129;
  • green value is 126;
  • blue value is 154.
RGB:
(129,126,154)
(51%,49%,60%)

RGB channels and saturation

R 129 of 255 = 51%
G 126 of 255 = 49%
B 154 of 255 = 60%

129
126
154

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

Portions of RGB colors in percentages

R + G + B =
129 + 126 + 154 = 409 (100%)
R 129 of 409 ~ 31.54%
G 126 of 409 ~ 30.81%
B 154 of 409 ~ 37.65%

%31.54
%30.81
%37.65

CMYK color model

#817E9A color CMYK value is (16,18,0,40).

  • cyan value is 16.23%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(16,18,0,40)
C16M18Y0K40 
(16%,18%,0%,40%)
(0.16/0.18/0.00/0.40)	

CMYK percentages

%16.23
%18.18
%0
%39.61

Codes

Color #817E9A in popluar color models

817E9A
RGB129126154
HSL246°12.17%54.90%
HSB/HSV246°18.18%60.39%
CMYK16.23%18.18%0.00%
39.61%

Color #817E9A in popluar number systems.

HEX817E9A
Decimal129126154
Binary10000001111111010011010
Octal201176232

Shades and tints

Shades of #817E9A

#817E9A
(129,126,154)
#76738C
(118,115,140)
#6B687E
(107,104,126)
#605D70
(96,93,112)
#555262
(85,82,98)
#4A4754
(74,71,84)
#3F3C46
(63,60,70)
#343138
(52,49,56)
#29262A
(41,38,42)
#1E1B1C
(30,27,28)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #817E9A

#817E9A
(129,126,154)
#8C89A3
(140,137,163)
#9794AC
(151,148,172)
#A29FB5
(162,159,181)
#ADAABE
(173,170,190)
#B8B5C7
(184,181,199)
#C3C0D0
(195,192,208)
#CECBD9
(206,203,217)
#D9D6E2
(217,214,226)
#E4E1EB
(228,225,235)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817E9A; }

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

This text font color is #817E9A.


Background Color

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

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

This div background color is #817E9A.


Border color

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

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

This div border color is #817E9A.


Opacity

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

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

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

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

This text has shadow with #817E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817E9A on black background.


Color preview on white background

This text has color #817E9A on white background.



Black color preview on #817E9A background

This text has black color on #817E9A background.


White color preview on #817E9A background

This text has white color on #817E9A background.