COLOR #818C9A

HEX: #818C9A
RGB: (129,140,154)

Color info

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

RGB color model

#818C9A color RGB value is (129,140,154).

  • red value is 129;
  • green value is 140;
  • blue value is 154.
RGB:
(129,140,154)
(51%,55%,60%)

RGB channels and saturation

R 129 of 255 = 51%
G 140 of 255 = 55%
B 154 of 255 = 60%

129
140
154

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

Portions of RGB colors in percentages

R + G + B =
129 + 140 + 154 = 423 (100%)
R 129 of 423 ~ 30.5%
G 140 of 423 ~ 33.1%
B 154 of 423 ~ 36.41%

%30.5
%33.1
%36.41

CMYK color model

#818C9A color CMYK value is (16,9,0,40).

  • cyan value is 16.23%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(16,9,0,40)
C16M9Y0K40 
(16%,9%,0%,40%)
(0.16/0.09/0.00/0.40)	

CMYK percentages

%16.23
%9.09
%0
%39.61

Codes

Color #818C9A in popluar color models

818C9A
RGB129140154
HSL214°11.01%55.49%
HSB/HSV214°16.23%60.39%
CMYK16.23%9.09%0.00%
39.61%

Color #818C9A in popluar number systems.

HEX818C9A
Decimal129140154
Binary100000011000110010011010
Octal201214232

Shades and tints

Shades of #818C9A

#818C9A
(129,140,154)
#76808C
(118,128,140)
#6B747E
(107,116,126)
#606870
(96,104,112)
#555C62
(85,92,98)
#4A5054
(74,80,84)
#3F4446
(63,68,70)
#343838
(52,56,56)
#292C2A
(41,44,42)
#1E201C
(30,32,28)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #818C9A

#818C9A
(129,140,154)
#8C96A3
(140,150,163)
#97A0AC
(151,160,172)
#A2AAB5
(162,170,181)
#ADB4BE
(173,180,190)
#B8BEC7
(184,190,199)
#C3C8D0
(195,200,208)
#CED2D9
(206,210,217)
#D9DCE2
(217,220,226)
#E4E6EB
(228,230,235)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818C9A color. Also use rgb(129,140,154) instead hex code.

Text Font Color

.myTextColor { color: #818C9A; }

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

This text font color is #818C9A.


Background Color

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

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

This div background color is #818C9A.


Border color

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

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

This div border color is #818C9A.


Opacity

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

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

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

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

This text has shadow with #818C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818C9A on black background.


Color preview on white background

This text has color #818C9A on white background.



Black color preview on #818C9A background

This text has black color on #818C9A background.


White color preview on #818C9A background

This text has white color on #818C9A background.