COLOR #818C9E

HEX: #818C9E
RGB: (129,140,158)

Color info

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

RGB color model

#818C9E color RGB value is (129,140,158).

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

RGB channels and saturation

R 129 of 255 = 51%
G 140 of 255 = 55%
B 158 of 255 = 62%

129
140
158

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

Portions of RGB colors in percentages

R + G + B =
129 + 140 + 158 = 427 (100%)
R 129 of 427 ~ 30.21%
G 140 of 427 ~ 32.79%
B 158 of 427 ~ 37%

%30.21
%32.79
%37

CMYK color model

#818C9E color CMYK value is (18,11,0,38).

  • cyan value is 18.35%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(18,11,0,38)
C18M11Y0K38 
(18%,11%,0%,38%)
(0.18/0.11/0.00/0.38)	

CMYK percentages

%18.35
%11.39
%0
%38.04

Codes

Color #818C9E in popluar color models

818C9E
RGB129140158
HSL217°13.00%56.27%
HSB/HSV217°18.35%61.96%
CMYK18.35%11.39%0.00%
38.04%

Color #818C9E in popluar number systems.

HEX818C9E
Decimal129140158
Binary100000011000110010011110
Octal201214236

Shades and tints

Shades of #818C9E

#818C9E
(129,140,158)
#768090
(118,128,144)
#6B7482
(107,116,130)
#606874
(96,104,116)
#555C66
(85,92,102)
#4A5058
(74,80,88)
#3F444A
(63,68,74)
#34383C
(52,56,60)
#292C2E
(41,44,46)
#1E2020
(30,32,32)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #818C9E

#818C9E
(129,140,158)
#8C96A6
(140,150,166)
#97A0AE
(151,160,174)
#A2AAB6
(162,170,182)
#ADB4BE
(173,180,190)
#B8BEC6
(184,190,198)
#C3C8CE
(195,200,206)
#CED2D6
(206,210,214)
#D9DCDE
(217,220,222)
#E4E6E6
(228,230,230)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818C9E; }

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

This text font color is #818C9E.


Background Color

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

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

This div background color is #818C9E.


Border color

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

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

This div border color is #818C9E.


Opacity

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

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

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

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

This text has shadow with #818C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818C9E on black background.


Color preview on white background

This text has color #818C9E on white background.



Black color preview on #818C9E background

This text has black color on #818C9E background.


White color preview on #818C9E background

This text has white color on #818C9E background.