COLOR #817F8B

HEX: #817F8B
RGB: (129,127,139)

Color info

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

RGB color model

#817F8B color RGB value is (129,127,139).

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

RGB channels and saturation

R 129 of 255 = 51%
G 127 of 255 = 50%
B 139 of 255 = 55%

129
127
139

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

Portions of RGB colors in percentages

R + G + B =
129 + 127 + 139 = 395 (100%)
R 129 of 395 ~ 32.66%
G 127 of 395 ~ 32.15%
B 139 of 395 ~ 35.19%

%32.66
%32.15
%35.19

CMYK color model

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

  • cyan value is 7.19%
  • magenta value is 8.63%
  • 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
%8.63
%0
%45.49

Codes

Color #817F8B in popluar color models

817F8B
RGB129127139
HSL250°4.92%52.16%
HSB/HSV250°8.63%54.51%
CMYK7.19%8.63%0.00%
45.49%

Color #817F8B in popluar number systems.

HEX817F8B
Decimal129127139
Binary10000001111111110001011
Octal201177213

Shades and tints

Shades of #817F8B

#817F8B
(129,127,139)
#76747F
(118,116,127)
#6B6973
(107,105,115)
#605E67
(96,94,103)
#55535B
(85,83,91)
#4A484F
(74,72,79)
#3F3D43
(63,61,67)
#343237
(52,50,55)
#29272B
(41,39,43)
#1E1C1F
(30,28,31)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #817F8B

#817F8B
(129,127,139)
#8C8A95
(140,138,149)
#97959F
(151,149,159)
#A2A0A9
(162,160,169)
#ADABB3
(173,171,179)
#B8B6BD
(184,182,189)
#C3C1C7
(195,193,199)
#CECCD1
(206,204,209)
#D9D7DB
(217,215,219)
#E4E2E5
(228,226,229)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817F8B; }

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

This text font color is #817F8B.


Background Color

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

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

This div background color is #817F8B.


Border color

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

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

This div border color is #817F8B.


Opacity

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

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

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

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

This text has shadow with #817F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817F8B on black background.


Color preview on white background

This text has color #817F8B on white background.



Black color preview on #817F8B background

This text has black color on #817F8B background.


White color preview on #817F8B background

This text has white color on #817F8B background.