COLOR #818991

HEX: #818991
RGB: (129,137,145)

Color info

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

RGB color model

#818991 color RGB value is (129,137,145).

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

RGB channels and saturation

R 129 of 255 = 51%
G 137 of 255 = 54%
B 145 of 255 = 57%

129
137
145

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

Portions of RGB colors in percentages

R + G + B =
129 + 137 + 145 = 411 (100%)
R 129 of 411 ~ 31.39%
G 137 of 411 ~ 33.33%
B 145 of 411 ~ 35.28%

%31.39
%33.33
%35.28

CMYK color model

#818991 color CMYK value is (11,6,0,43).

  • cyan value is 11.03%
  • magenta value is 5.52%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(11,6,0,43)
C11M6Y0K43 
(11%,6%,0%,43%)
(0.11/0.06/0.00/0.43)	

CMYK percentages

%11.03
%5.52
%0
%43.14

Codes

Color #818991 in popluar color models

818991
RGB129137145
HSL210°6.78%53.73%
HSB/HSV210°11.03%56.86%
CMYK11.03%5.52%0.00%
43.14%

Color #818991 in popluar number systems.

HEX818991
Decimal129137145
Binary100000011000100110010001
Octal201211221

Shades and tints

Shades of #818991

#818991
(129,137,145)
#767D84
(118,125,132)
#6B7177
(107,113,119)
#60656A
(96,101,106)
#55595D
(85,89,93)
#4A4D50
(74,77,80)
#3F4143
(63,65,67)
#343536
(52,53,54)
#292929
(41,41,41)
#1E1D1C
(30,29,28)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #818991

#818991
(129,137,145)
#8C939B
(140,147,155)
#979DA5
(151,157,165)
#A2A7AF
(162,167,175)
#ADB1B9
(173,177,185)
#B8BBC3
(184,187,195)
#C3C5CD
(195,197,205)
#CECFD7
(206,207,215)
#D9D9E1
(217,217,225)
#E4E3EB
(228,227,235)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818991; }

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

This text font color is #818991.


Background Color

.myBgColor { background-color: #818991; }

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

This div background color is #818991.


Border color

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

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

This div border color is #818991.


Opacity

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

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

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

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

This text has shadow with #818991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818991 on black background.


Color preview on white background

This text has color #818991 on white background.



Black color preview on #818991 background

This text has black color on #818991 background.


White color preview on #818991 background

This text has white color on #818991 background.