COLOR #817F8C

HEX: #817F8C
RGB: (129,127,140)

Color info

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

RGB color model

#817F8C color RGB value is (129,127,140).

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

RGB channels and saturation

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

129
127
140

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

Portions of RGB colors in percentages

R + G + B =
129 + 127 + 140 = 396 (100%)
R 129 of 396 ~ 32.58%
G 127 of 396 ~ 32.07%
B 140 of 396 ~ 35.35%

%32.58
%32.07
%35.35

CMYK color model

#817F8C color CMYK value is (8,9,0,45).

  • cyan value is 7.86%
  • magenta value is 9.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(8,9,0,45)
C8M9Y0K45 
(8%,9%,0%,45%)
(0.08/0.09/0.00/0.45)	

CMYK percentages

%7.86
%9.29
%0
%45.1

Codes

Color #817F8C in popluar color models

817F8C
RGB129127140
HSL249°5.35%52.35%
HSB/HSV249°9.29%54.90%
CMYK7.86%9.29%0.00%
45.10%

Color #817F8C in popluar number systems.

HEX817F8C
Decimal129127140
Binary10000001111111110001100
Octal201177214

Shades and tints

Shades of #817F8C

#817F8C
(129,127,140)
#767480
(118,116,128)
#6B6974
(107,105,116)
#605E68
(96,94,104)
#55535C
(85,83,92)
#4A4850
(74,72,80)
#3F3D44
(63,61,68)
#343238
(52,50,56)
#29272C
(41,39,44)
#1E1C20
(30,28,32)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #817F8C

#817F8C
(129,127,140)
#8C8A96
(140,138,150)
#9795A0
(151,149,160)
#A2A0AA
(162,160,170)
#ADABB4
(173,171,180)
#B8B6BE
(184,182,190)
#C3C1C8
(195,193,200)
#CECCD2
(206,204,210)
#D9D7DC
(217,215,220)
#E4E2E6
(228,226,230)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817F8C; }

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

This text font color is #817F8C.


Background Color

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

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

This div background color is #817F8C.


Border color

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

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

This div border color is #817F8C.


Opacity

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

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

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

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

This text has shadow with #817F8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817F8C on black background.


Color preview on white background

This text has color #817F8C on white background.



Black color preview on #817F8C background

This text has black color on #817F8C background.


White color preview on #817F8C background

This text has white color on #817F8C background.