COLOR #817D8C

HEX: #817D8C RGB: (129,125,140)

Color info

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

RGB color model

#817D8C color RGB value is (129,125,140).

RGB: (129,125,140) (51%, 49%, 55%)

RGB channels and saturation

R 129 of 255 = 51%
G 125 of 255 = 49%
B 140 of 255 = 55%

129
125
140

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

Portions of RGB colors in percentages

R + G + B = 129 + 125 + 140 = 394 (100%)
R 129 of 394 ~ 32.74%
G 125 of 394 ~ 31.73%
B 140 of 394 ~ 35.53'%

%32.74
%31.73
%35.53

CMYK color model

#817D8C color CMYK value is (8,11,0,45).

  • cyan value is 7.86%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (8,11,0,45)
C8M11Y0K45 (8%, 11%, 0%, 45%)
(0.08 / 0.11 / 0.00 / 0.45)

CMYK percentages

%7.86
%10.71
%0
%45.1

Codes

Color #817D8C in popluar color models

81 7D 8C
RGB 129 125 140
HSL 256° 6.12% 51.96%
HSB/HSV 256° 10.71% 54.90%
CMYK 7.86% 10.71% 0.00%
45.10%

Color #817D8C in popluar number systems.

HEX 81 7D 8C
Decimal 129 125 140
Binary 10000001 1111101 10001100
Octal 201 175 214

Shades and tints

Shades of #817D8C

#817D8C
(129,125,140)
#767280
(118,114,128)
#6B6774
(107,103,116)
#605C68
(96,92,104)
#55515C
(85,81,92)
#4A4650
(74,70,80)
#3F3B44
(63,59,68)
#343038
(52,48,56)
#29252C
(41,37,44)
#1E1A20
(30,26,32)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #817D8C

#817D8C
(129,125,140)
#8C8896
(140,136,150)
#9793A0
(151,147,160)
#A29EAA
(162,158,170)
#ADA9B4
(173,169,180)
#B8B4BE
(184,180,190)
#C3BFC8
(195,191,200)
#CECAD2
(206,202,210)
#D9D5DC
(217,213,220)
#E4E0E6
(228,224,230)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817D8C; }

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

This text font color is #817D8C.

Background Color

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

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

This div background color is #817D8C.

Border color

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

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

This div border color is #817D8C.

Opacity

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

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

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

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

This text has shadow with #817D8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #817D8C.

Preview

Color preview on black background

This text has color #817D8C on black background.


Color preview on white background

This text has color #817D8C on white background.


Black color preview on #817D8C background

This text has black color on #817D8C background.


White color preview on #817D8C background

This text has white color on #817D8C background.


Related colors

Complementary color

Complementary color for #hex is #7E8273.


I love getcolorcode.com

Triadic colors

1 #8C817D and #7D8C81 with #817D8C are triadic colors.

2 #8C7D81 and #7D818C with #817D8C are triadic colors.