COLOR #818A8F

HEX: #818A8F
RGB: (129,138,143)

Color info

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

RGB color model

#818A8F color RGB value is (129,138,143).

  • red value is 129;
  • green value is 138;
  • blue value is 143.
RGB:
(129,138,143)
(51%,54%,56%)

RGB channels and saturation

R 129 of 255 = 51%
G 138 of 255 = 54%
B 143 of 255 = 56%

129
138
143

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

Portions of RGB colors in percentages

R + G + B =
129 + 138 + 143 = 410 (100%)
R 129 of 410 ~ 31.46%
G 138 of 410 ~ 33.66%
B 143 of 410 ~ 34.88%

%31.46
%33.66
%34.88

CMYK color model

#818A8F color CMYK value is (10,3,0,44).

  • cyan value is 9.79%
  • magenta value is 3.50%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(10,3,0,44)
C10M3Y0K44 
(10%,3%,0%,44%)
(0.10/0.03/0.00/0.44)	

CMYK percentages

%9.79
%3.5
%0
%43.92

Codes

Color #818A8F in popluar color models

818A8F
RGB129138143
HSL201°5.88%53.33%
HSB/HSV201°9.79%56.08%
CMYK9.79%3.50%0.00%
43.92%

Color #818A8F in popluar number systems.

HEX818A8F
Decimal129138143
Binary100000011000101010001111
Octal201212217

Shades and tints

Shades of #818A8F

#818A8F
(129,138,143)
#767E82
(118,126,130)
#6B7275
(107,114,117)
#606668
(96,102,104)
#555A5B
(85,90,91)
#4A4E4E
(74,78,78)
#3F4241
(63,66,65)
#343634
(52,54,52)
#292A27
(41,42,39)
#1E1E1A
(30,30,26)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #818A8F

#818A8F
(129,138,143)
#8C9499
(140,148,153)
#979EA3
(151,158,163)
#A2A8AD
(162,168,173)
#ADB2B7
(173,178,183)
#B8BCC1
(184,188,193)
#C3C6CB
(195,198,203)
#CED0D5
(206,208,213)
#D9DADF
(217,218,223)
#E4E4E9
(228,228,233)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818A8F color. Also use rgb(129,138,143) instead hex code.

Text Font Color

.myTextColor { color: #818A8F; }

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

This text font color is #818A8F.


Background Color

.myBgColor { background-color: #818A8F; }

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

This div background color is #818A8F.


Border color

.myBorderColor { border: 1px solid #818A8F; }

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

This div border color is #818A8F.


Opacity

.myOpacity80 { color: #818A8F; opacity: 0.8; }

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

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

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

This text has shadow with #818A8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818A8F on black background.


Color preview on white background

This text has color #818A8F on white background.



Black color preview on #818A8F background

This text has black color on #818A8F background.


White color preview on #818A8F background

This text has white color on #818A8F background.