COLOR #817E80

HEX: #817E80
RGB: (129,126,128)

Color info

#817E80 contains red, green and blue colors in about the same proportion. Web safe color of #817E80 is #996666 (or #966).

RGB color model

#817E80 color RGB value is (129,126,128).

  • red value is 129;
  • green value is 126;
  • blue value is 128.
RGB:
(129,126,128)
(51%,49%,50%)

RGB channels and saturation

R 129 of 255 = 51%
G 126 of 255 = 49%
B 128 of 255 = 50%

129
126
128

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

Portions of RGB colors in percentages

R + G + B =
129 + 126 + 128 = 383 (100%)
R 129 of 383 ~ 33.68%
G 126 of 383 ~ 32.9%
B 128 of 383 ~ 33.42%

%33.68
%32.9
%33.42

CMYK color model

#817E80 color CMYK value is (0,2,1,49).

  • cyan value is 0.00%
  • magenta value is 2.33%
  • yellow value is 0.78%
  • key color value is 49.41%
CMYK:
(0,2,1,49)
C0M2Y1K49 
(0%,2%,1%,49%)
(0.00/0.02/0.01/0.49)	

CMYK percentages

%0
%2.33
%0.78
%49.41

Codes

Color #817E80 in popluar color models

817E80
RGB129126128
HSL320°1.18%50.00%
HSB/HSV320°2.33%50.59%
CMYK0.00%2.33%0.78%
49.41%

Color #817E80 in popluar number systems.

HEX817E80
Decimal129126128
Binary10000001111111010000000
Octal201176200

Shades and tints

Shades of #817E80

#817E80
(129,126,128)
#767375
(118,115,117)
#6B686A
(107,104,106)
#605D5F
(96,93,95)
#555254
(85,82,84)
#4A4749
(74,71,73)
#3F3C3E
(63,60,62)
#343133
(52,49,51)
#292628
(41,38,40)
#1E1B1D
(30,27,29)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #817E80

#817E80
(129,126,128)
#8C898B
(140,137,139)
#979496
(151,148,150)
#A29FA1
(162,159,161)
#ADAAAC
(173,170,172)
#B8B5B7
(184,181,183)
#C3C0C2
(195,192,194)
#CECBCD
(206,203,205)
#D9D6D8
(217,214,216)
#E4E1E3
(228,225,227)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817E80 color. Also use rgb(129,126,128) instead hex code.

Text Font Color

.myTextColor { color: #817E80; }

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

This text font color is #817E80.


Background Color

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

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

This div background color is #817E80.


Border color

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

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

This div border color is #817E80.


Opacity

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

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

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

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

This text has shadow with #817E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817E80 on black background.


Color preview on white background

This text has color #817E80 on white background.



Black color preview on #817E80 background

This text has black color on #817E80 background.


White color preview on #817E80 background

This text has white color on #817E80 background.