COLOR #818494

HEX: #818494
RGB: (129,132,148)

Color info

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

RGB color model

#818494 color RGB value is (129,132,148).

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

RGB channels and saturation

R 129 of 255 = 51%
G 132 of 255 = 52%
B 148 of 255 = 58%

129
132
148

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

Portions of RGB colors in percentages

R + G + B =
129 + 132 + 148 = 409 (100%)
R 129 of 409 ~ 31.54%
G 132 of 409 ~ 32.27%
B 148 of 409 ~ 36.19%

%31.54
%32.27
%36.19

CMYK color model

#818494 color CMYK value is (13,11,0,42).

  • cyan value is 12.84%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(13,11,0,42)
C13M11Y0K42 
(13%,11%,0%,42%)
(0.13/0.11/0.00/0.42)	

CMYK percentages

%12.84
%10.81
%0
%41.96

Codes

Color #818494 in popluar color models

818494
RGB129132148
HSL231°8.15%54.31%
HSB/HSV231°12.84%58.04%
CMYK12.84%10.81%0.00%
41.96%

Color #818494 in popluar number systems.

HEX818494
Decimal129132148
Binary100000011000010010010100
Octal201204224

Shades and tints

Shades of #818494

#818494
(129,132,148)
#767887
(118,120,135)
#6B6C7A
(107,108,122)
#60606D
(96,96,109)
#555460
(85,84,96)
#4A4853
(74,72,83)
#3F3C46
(63,60,70)
#343039
(52,48,57)
#29242C
(41,36,44)
#1E181F
(30,24,31)
#130C12
(19,12,18)
#000000
(0,0,0)

Tints of #818494

#818494
(129,132,148)
#8C8F9D
(140,143,157)
#979AA6
(151,154,166)
#A2A5AF
(162,165,175)
#ADB0B8
(173,176,184)
#B8BBC1
(184,187,193)
#C3C6CA
(195,198,202)
#CED1D3
(206,209,211)
#D9DCDC
(217,220,220)
#E4E7E5
(228,231,229)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818494; }

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

This text font color is #818494.


Background Color

.myBgColor { background-color: #818494; }

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

This div background color is #818494.


Border color

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

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

This div border color is #818494.


Opacity

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

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

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

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

This text has shadow with #818494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818494 on black background.


Color preview on white background

This text has color #818494 on white background.



Black color preview on #818494 background

This text has black color on #818494 background.


White color preview on #818494 background

This text has white color on #818494 background.