COLOR #817C8D

HEX: #817C8D
RGB: (129,124,141)

Color info

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

RGB color model

#817C8D color RGB value is (129,124,141).

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

RGB channels and saturation

R 129 of 255 = 51%
G 124 of 255 = 49%
B 141 of 255 = 55%

129
124
141

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

Portions of RGB colors in percentages

R + G + B =
129 + 124 + 141 = 394 (100%)
R 129 of 394 ~ 32.74%
G 124 of 394 ~ 31.47%
B 141 of 394 ~ 35.79%

%32.74
%31.47
%35.79

CMYK color model

#817C8D color CMYK value is (9,12,0,45).

  • cyan value is 8.51%
  • magenta value is 12.06%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(9,12,0,45)
C9M12Y0K45 
(9%,12%,0%,45%)
(0.09/0.12/0.00/0.45)	

CMYK percentages

%8.51
%12.06
%0
%44.71

Codes

Color #817C8D in popluar color models

817C8D
RGB129124141
HSL258°6.94%51.96%
HSB/HSV258°12.06%55.29%
CMYK8.51%12.06%0.00%
44.71%

Color #817C8D in popluar number systems.

HEX817C8D
Decimal129124141
Binary10000001111110010001101
Octal201174215

Shades and tints

Shades of #817C8D

#817C8D
(129,124,141)
#767181
(118,113,129)
#6B6675
(107,102,117)
#605B69
(96,91,105)
#55505D
(85,80,93)
#4A4551
(74,69,81)
#3F3A45
(63,58,69)
#342F39
(52,47,57)
#29242D
(41,36,45)
#1E1921
(30,25,33)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #817C8D

#817C8D
(129,124,141)
#8C8797
(140,135,151)
#9792A1
(151,146,161)
#A29DAB
(162,157,171)
#ADA8B5
(173,168,181)
#B8B3BF
(184,179,191)
#C3BEC9
(195,190,201)
#CEC9D3
(206,201,211)
#D9D4DD
(217,212,221)
#E4DFE7
(228,223,231)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817C8D color. Also use rgb(129,124,141) instead hex code.

Text Font Color

.myTextColor { color: #817C8D; }

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

This text font color is #817C8D.


Background Color

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

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

This div background color is #817C8D.


Border color

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

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

This div border color is #817C8D.


Opacity

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

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

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

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

This text has shadow with #817C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817C8D on black background.


Color preview on white background

This text has color #817C8D on white background.



Black color preview on #817C8D background

This text has black color on #817C8D background.


White color preview on #817C8D background

This text has white color on #817C8D background.