COLOR #818984

HEX: #818984
RGB: (129,137,132)

Color info

#818984 contains red, green and blue colors in about the same proportion. Web safe color of #818984 is #999999 (or #999).

RGB color model

#818984 color RGB value is (129,137,132).

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

RGB channels and saturation

R 129 of 255 = 51%
G 137 of 255 = 54%
B 132 of 255 = 52%

129
137
132

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

Portions of RGB colors in percentages

R + G + B =
129 + 137 + 132 = 398 (100%)
R 129 of 398 ~ 32.41%
G 137 of 398 ~ 34.42%
B 132 of 398 ~ 33.17%

%32.41
%34.42
%33.17

CMYK color model

#818984 color CMYK value is (6,0,4,46).

  • cyan value is 5.84%
  • magenta value is 0.00%
  • yellow value is 3.65%
  • key color value is 46.27%
CMYK:
(6,0,4,46)
C6M0Y4K46 
(6%,0%,4%,46%)
(0.06/0.00/0.04/0.46)	

CMYK percentages

%5.84
%0
%3.65
%46.27

Codes

Color #818984 in popluar color models

818984
RGB129137132
HSL143°3.28%52.16%
HSB/HSV143°5.84%53.73%
CMYK5.84%0.00%3.65%
46.27%

Color #818984 in popluar number systems.

HEX818984
Decimal129137132
Binary100000011000100110000100
Octal201211204

Shades and tints

Shades of #818984

#818984
(129,137,132)
#767D78
(118,125,120)
#6B716C
(107,113,108)
#606560
(96,101,96)
#555954
(85,89,84)
#4A4D48
(74,77,72)
#3F413C
(63,65,60)
#343530
(52,53,48)
#292924
(41,41,36)
#1E1D18
(30,29,24)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #818984

#818984
(129,137,132)
#8C938F
(140,147,143)
#979D9A
(151,157,154)
#A2A7A5
(162,167,165)
#ADB1B0
(173,177,176)
#B8BBBB
(184,187,187)
#C3C5C6
(195,197,198)
#CECFD1
(206,207,209)
#D9D9DC
(217,217,220)
#E4E3E7
(228,227,231)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818984; }

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

This text font color is #818984.


Background Color

.myBgColor { background-color: #818984; }

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

This div background color is #818984.


Border color

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

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

This div border color is #818984.


Opacity

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

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

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

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

This text has shadow with #818984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818984 on black background.


Color preview on white background

This text has color #818984 on white background.



Black color preview on #818984 background

This text has black color on #818984 background.


White color preview on #818984 background

This text has white color on #818984 background.