COLOR #817E8B

HEX: #817E8B
RGB: (129,126,139)

Color info

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

RGB color model

#817E8B color RGB value is (129,126,139).

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

RGB channels and saturation

R 129 of 255 = 51%
G 126 of 255 = 49%
B 139 of 255 = 55%

129
126
139

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

Portions of RGB colors in percentages

R + G + B =
129 + 126 + 139 = 394 (100%)
R 129 of 394 ~ 32.74%
G 126 of 394 ~ 31.98%
B 139 of 394 ~ 35.28%

%32.74
%31.98
%35.28

CMYK color model

#817E8B color CMYK value is (7,9,0,45).

  • cyan value is 7.19%
  • magenta value is 9.35%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(7,9,0,45)
C7M9Y0K45 
(7%,9%,0%,45%)
(0.07/0.09/0.00/0.45)	

CMYK percentages

%7.19
%9.35
%0
%45.49

Codes

Color #817E8B in popluar color models

817E8B
RGB129126139
HSL254°5.31%51.96%
HSB/HSV254°9.35%54.51%
CMYK7.19%9.35%0.00%
45.49%

Color #817E8B in popluar number systems.

HEX817E8B
Decimal129126139
Binary10000001111111010001011
Octal201176213

Shades and tints

Shades of #817E8B

#817E8B
(129,126,139)
#76737F
(118,115,127)
#6B6873
(107,104,115)
#605D67
(96,93,103)
#55525B
(85,82,91)
#4A474F
(74,71,79)
#3F3C43
(63,60,67)
#343137
(52,49,55)
#29262B
(41,38,43)
#1E1B1F
(30,27,31)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #817E8B

#817E8B
(129,126,139)
#8C8995
(140,137,149)
#97949F
(151,148,159)
#A29FA9
(162,159,169)
#ADAAB3
(173,170,179)
#B8B5BD
(184,181,189)
#C3C0C7
(195,192,199)
#CECBD1
(206,203,209)
#D9D6DB
(217,214,219)
#E4E1E5
(228,225,229)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817E8B; }

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

This text font color is #817E8B.


Background Color

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

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

This div background color is #817E8B.


Border color

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

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

This div border color is #817E8B.


Opacity

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

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

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

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

This text has shadow with #817E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817E8B on black background.


Color preview on white background

This text has color #817E8B on white background.



Black color preview on #817E8B background

This text has black color on #817E8B background.


White color preview on #817E8B background

This text has white color on #817E8B background.