COLOR #817087

HEX: #817087
RGB: (129,112,135)

Color info

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

RGB color model

#817087 color RGB value is (129,112,135).

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

RGB channels and saturation

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

129
112
135

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

Portions of RGB colors in percentages

R + G + B =
129 + 112 + 135 = 376 (100%)
R 129 of 376 ~ 34.31%
G 112 of 376 ~ 29.79%
B 135 of 376 ~ 35.9%

%34.31
%29.79
%35.9

CMYK color model

#817087 color CMYK value is (4,17,0,47).

  • cyan value is 4.44%
  • magenta value is 17.04%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(4,17,0,47)
C4M17Y0K47 
(4%,17%,0%,47%)
(0.04/0.17/0.00/0.47)	

CMYK percentages

%4.44
%17.04
%0
%47.06

Codes

Color #817087 in popluar color models

817087
RGB129112135
HSL284°9.31%48.43%
HSB/HSV284°17.04%52.94%
CMYK4.44%17.04%0.00%
47.06%

Color #817087 in popluar number systems.

HEX817087
Decimal129112135
Binary10000001111000010000111
Octal201160207

Shades and tints

Shades of #817087

#817087
(129,112,135)
#76667B
(118,102,123)
#6B5C6F
(107,92,111)
#605263
(96,82,99)
#554857
(85,72,87)
#4A3E4B
(74,62,75)
#3F343F
(63,52,63)
#342A33
(52,42,51)
#292027
(41,32,39)
#1E161B
(30,22,27)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #817087

#817087
(129,112,135)
#8C7D91
(140,125,145)
#978A9B
(151,138,155)
#A297A5
(162,151,165)
#ADA4AF
(173,164,175)
#B8B1B9
(184,177,185)
#C3BEC3
(195,190,195)
#CECBCD
(206,203,205)
#D9D8D7
(217,216,215)
#E4E5E1
(228,229,225)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817087; }

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

This text font color is #817087.


Background Color

.myBgColor { background-color: #817087; }

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

This div background color is #817087.


Border color

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

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

This div border color is #817087.


Opacity

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

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

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

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

This text has shadow with #817087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817087 on black background.


Color preview on white background

This text has color #817087 on white background.



Black color preview on #817087 background

This text has black color on #817087 background.


White color preview on #817087 background

This text has white color on #817087 background.