COLOR #817984

HEX: #817984
RGB: (129,121,132)

Color info

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

RGB color model

#817984 color RGB value is (129,121,132).

  • red value is 129;
  • green value is 121;
  • blue value is 132.
RGB:
(129,121,132)
(51%,47%,52%)

RGB channels and saturation

R 129 of 255 = 51%
G 121 of 255 = 47%
B 132 of 255 = 52%

129
121
132

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

Portions of RGB colors in percentages

R + G + B =
129 + 121 + 132 = 382 (100%)
R 129 of 382 ~ 33.77%
G 121 of 382 ~ 31.68%
B 132 of 382 ~ 34.55%

%33.77
%31.68
%34.55

CMYK color model

#817984 color CMYK value is (2,8,0,48).

  • cyan value is 2.27%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(2,8,0,48)
C2M8Y0K48 
(2%,8%,0%,48%)
(0.02/0.08/0.00/0.48)	

CMYK percentages

%2.27
%8.33
%0
%48.24

Codes

Color #817984 in popluar color models

817984
RGB129121132
HSL284°4.35%49.61%
HSB/HSV284°8.33%51.76%
CMYK2.27%8.33%0.00%
48.24%

Color #817984 in popluar number systems.

HEX817984
Decimal129121132
Binary10000001111100110000100
Octal201171204

Shades and tints

Shades of #817984

#817984
(129,121,132)
#766E78
(118,110,120)
#6B636C
(107,99,108)
#605860
(96,88,96)
#554D54
(85,77,84)
#4A4248
(74,66,72)
#3F373C
(63,55,60)
#342C30
(52,44,48)
#292124
(41,33,36)
#1E1618
(30,22,24)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #817984

#817984
(129,121,132)
#8C858F
(140,133,143)
#97919A
(151,145,154)
#A29DA5
(162,157,165)
#ADA9B0
(173,169,176)
#B8B5BB
(184,181,187)
#C3C1C6
(195,193,198)
#CECDD1
(206,205,209)
#D9D9DC
(217,217,220)
#E4E5E7
(228,229,231)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817984 color. Also use rgb(129,121,132) instead hex code.

Text Font Color

.myTextColor { color: #817984; }

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

This text font color is #817984.


Background Color

.myBgColor { background-color: #817984; }

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

This div background color is #817984.


Border color

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

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

This div border color is #817984.


Opacity

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

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

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

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

This text has shadow with #817984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817984 on black background.


Color preview on white background

This text has color #817984 on white background.



Black color preview on #817984 background

This text has black color on #817984 background.


White color preview on #817984 background

This text has white color on #817984 background.