COLOR #817086

HEX: #817086
RGB: (129,112,134)

Color info

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

RGB color model

#817086 color RGB value is (129,112,134).

  • red value is 129;
  • green value is 112;
  • blue value is 134.
RGB:
(129,112,134)
(51%,44%,53%)

RGB channels and saturation

R 129 of 255 = 51%
G 112 of 255 = 44%
B 134 of 255 = 53%

129
112
134

R + G + B ~ 49%. #817086 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 112 + 134 = 375 (100%)
R 129 of 375 ~ 34.4%
G 112 of 375 ~ 29.87%
B 134 of 375 ~ 35.73%

%34.4
%29.87
%35.73

CMYK color model

#817086 color CMYK value is (4,16,0,47).

  • cyan value is 3.73%
  • magenta value is 16.42%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(4,16,0,47)
C4M16Y0K47 
(4%,16%,0%,47%)
(0.04/0.16/0.00/0.47)	

CMYK percentages

%3.73
%16.42
%0
%47.45

Codes

Color #817086 in popluar color models

817086
RGB129112134
HSL286°8.94%48.24%
HSB/HSV286°16.42%52.55%
CMYK3.73%16.42%0.00%
47.45%

Color #817086 in popluar number systems.

HEX817086
Decimal129112134
Binary10000001111000010000110
Octal201160206

Shades and tints

Shades of #817086

#817086
(129,112,134)
#76667A
(118,102,122)
#6B5C6E
(107,92,110)
#605262
(96,82,98)
#554856
(85,72,86)
#4A3E4A
(74,62,74)
#3F343E
(63,52,62)
#342A32
(52,42,50)
#292026
(41,32,38)
#1E161A
(30,22,26)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #817086

#817086
(129,112,134)
#8C7D91
(140,125,145)
#978A9C
(151,138,156)
#A297A7
(162,151,167)
#ADA4B2
(173,164,178)
#B8B1BD
(184,177,189)
#C3BEC8
(195,190,200)
#CECBD3
(206,203,211)
#D9D8DE
(217,216,222)
#E4E5E9
(228,229,233)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817086 color. Also use rgb(129,112,134) instead hex code.

Text Font Color

.myTextColor { color: #817086; }

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

This text font color is #817086.


Background Color

.myBgColor { background-color: #817086; }

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

This div background color is #817086.


Border color

.myBorderColor { border: 1px solid #817086; }

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

This div border color is #817086.


Opacity

.myOpacity80 { color: #817086; opacity: 0.8; }

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

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

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

This text has shadow with #817086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817086 on black background.


Color preview on white background

This text has color #817086 on white background.



Black color preview on #817086 background

This text has black color on #817086 background.


White color preview on #817086 background

This text has white color on #817086 background.