COLOR #818999

HEX: #818999 RGB: (129,137,153)

Color info

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

RGB color model

#818999 color RGB value is (129,137,153).

RGB: (129,137,153) (51%, 54%, 60%)

RGB channels and saturation

R 129 of 255 = 51%
G 137 of 255 = 54%
B 153 of 255 = 60%

129
137
153

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

Portions of RGB colors in percentages

R + G + B = 129 + 137 + 153 = 419 (100%)
R 129 of 419 ~ 30.79%
G 137 of 419 ~ 32.7%
B 153 of 419 ~ 36.52'%

%30.79
%32.7
%36.52

CMYK color model

#818999 color CMYK value is (16,10,0,40).

  • cyan value is 15.69%
  • magenta value is 10.46%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK: (16,10,0,40) C16M10Y0K40 (16%,10%,0%,40%) (0.16/0.10/0.00/0.40) 

CMYK percentages

%15.69
%10.46
%0
%40

Codes

Color #818999 in popluar color models

81 89 99
RGB 129 137 153
HSL 220° 10.53% 55.29%
HSB/HSV 220° 15.69% 60.00%
CMYK 15.69% 10.46% 0.00%
40.00%

Color #818999 in popluar number systems.

HEX 81 89 99
Decimal 129 137 153
Binary 10000001 10001001 10011001
Octal 201 211 231

Shades and tints

Shades of #818999

#818999
(129,137,153)
#767D8C
(118,125,140)
#6B717F
(107,113,127)
#606572
(96,101,114)
#555965
(85,89,101)
#4A4D58
(74,77,88)
#3F414B
(63,65,75)
#34353E
(52,53,62)
#292931
(41,41,49)
#1E1D24
(30,29,36)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #818999

#818999
(129,137,153)
#8C93A2
(140,147,162)
#979DAB
(151,157,171)
#A2A7B4
(162,167,180)
#ADB1BD
(173,177,189)
#B8BBC6
(184,187,198)
#C3C5CF
(195,197,207)
#CECFD8
(206,207,216)
#D9D9E1
(217,217,225)
#E4E3EA
(228,227,234)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818999; }

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

This text font color is #818999.

Background Color

.myBgColor { background-color: #818999; }

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

This div background color is #818999.

Border color

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

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

This div border color is #818999.

Opacity

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

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

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

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

This text has shadow with #818999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #818999.

Preview

Color preview on black background

This text has color #818999 on black background.


Color preview on white background

This text has color #818999 on white background.


Black color preview on #818999 background

This text has black color on #818999 background.


White color preview on #818999 background

This text has white color on #818999 background.


Related colors

Complementary color

Complementary color for #hex is #7E7666.


I love getcolorcode.com

Triadic colors

1 #998189 and #899981 with #818999 are triadic colors.

2 #998981 and #898199 with #818999 are triadic colors.