COLOR #817E8E

HEX: #817E8E
RGB: (129,126,142)

Color info

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

RGB color model

#817E8E color RGB value is (129,126,142).

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

RGB channels and saturation

R 129 of 255 = 51%
G 126 of 255 = 49%
B 142 of 255 = 56%

129
126
142

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

Portions of RGB colors in percentages

R + G + B =
129 + 126 + 142 = 397 (100%)
R 129 of 397 ~ 32.49%
G 126 of 397 ~ 31.74%
B 142 of 397 ~ 35.77%

%32.49
%31.74
%35.77

CMYK color model

#817E8E color CMYK value is (9,11,0,44).

  • cyan value is 9.15%
  • magenta value is 11.27%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(9,11,0,44)
C9M11Y0K44 
(9%,11%,0%,44%)
(0.09/0.11/0.00/0.44)	

CMYK percentages

%9.15
%11.27
%0
%44.31

Codes

Color #817E8E in popluar color models

817E8E
RGB129126142
HSL251°6.61%52.55%
HSB/HSV251°11.27%55.69%
CMYK9.15%11.27%0.00%
44.31%

Color #817E8E in popluar number systems.

HEX817E8E
Decimal129126142
Binary10000001111111010001110
Octal201176216

Shades and tints

Shades of #817E8E

#817E8E
(129,126,142)
#767382
(118,115,130)
#6B6876
(107,104,118)
#605D6A
(96,93,106)
#55525E
(85,82,94)
#4A4752
(74,71,82)
#3F3C46
(63,60,70)
#34313A
(52,49,58)
#29262E
(41,38,46)
#1E1B22
(30,27,34)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #817E8E

#817E8E
(129,126,142)
#8C8998
(140,137,152)
#9794A2
(151,148,162)
#A29FAC
(162,159,172)
#ADAAB6
(173,170,182)
#B8B5C0
(184,181,192)
#C3C0CA
(195,192,202)
#CECBD4
(206,203,212)
#D9D6DE
(217,214,222)
#E4E1E8
(228,225,232)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817E8E; }

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

This text font color is #817E8E.


Background Color

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

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

This div background color is #817E8E.


Border color

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

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

This div border color is #817E8E.


Opacity

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

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

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

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

This text has shadow with #817E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817E8E on black background.


Color preview on white background

This text has color #817E8E on white background.



Black color preview on #817E8E background

This text has black color on #817E8E background.


White color preview on #817E8E background

This text has white color on #817E8E background.