COLOR #817F8A

HEX: #817F8A
RGB: (129,127,138)

Color info

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

RGB color model

#817F8A color RGB value is (129,127,138).

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

RGB channels and saturation

R 129 of 255 = 51%
G 127 of 255 = 50%
B 138 of 255 = 54%

129
127
138

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

Portions of RGB colors in percentages

R + G + B =
129 + 127 + 138 = 394 (100%)
R 129 of 394 ~ 32.74%
G 127 of 394 ~ 32.23%
B 138 of 394 ~ 35.03%

%32.74
%32.23
%35.03

CMYK color model

#817F8A color CMYK value is (7,8,0,46).

  • cyan value is 6.52%
  • magenta value is 7.97%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(7,8,0,46)
C7M8Y0K46 
(7%,8%,0%,46%)
(0.07/0.08/0.00/0.46)	

CMYK percentages

%6.52
%7.97
%0
%45.88

Codes

Color #817F8A in popluar color models

817F8A
RGB129127138
HSL251°4.49%51.96%
HSB/HSV251°7.97%54.12%
CMYK6.52%7.97%0.00%
45.88%

Color #817F8A in popluar number systems.

HEX817F8A
Decimal129127138
Binary10000001111111110001010
Octal201177212

Shades and tints

Shades of #817F8A

#817F8A
(129,127,138)
#76747E
(118,116,126)
#6B6972
(107,105,114)
#605E66
(96,94,102)
#55535A
(85,83,90)
#4A484E
(74,72,78)
#3F3D42
(63,61,66)
#343236
(52,50,54)
#29272A
(41,39,42)
#1E1C1E
(30,28,30)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #817F8A

#817F8A
(129,127,138)
#8C8A94
(140,138,148)
#97959E
(151,149,158)
#A2A0A8
(162,160,168)
#ADABB2
(173,171,178)
#B8B6BC
(184,182,188)
#C3C1C6
(195,193,198)
#CECCD0
(206,204,208)
#D9D7DA
(217,215,218)
#E4E2E4
(228,226,228)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817F8A; }

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

This text font color is #817F8A.


Background Color

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

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

This div background color is #817F8A.


Border color

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

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

This div border color is #817F8A.


Opacity

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

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

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

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

This text has shadow with #817F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817F8A on black background.


Color preview on white background

This text has color #817F8A on white background.



Black color preview on #817F8A background

This text has black color on #817F8A background.


White color preview on #817F8A background

This text has white color on #817F8A background.