COLOR #818D9E

HEX: #818D9E RGB: (129,141,158)

Color info

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

RGB color model

#818D9E color RGB value is (129,141,158).

RGB: (129,141,158) (51%, 55%, 62%)

RGB channels and saturation

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

129
141
158

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

Portions of RGB colors in percentages

R + G + B = 129 + 141 + 158 = 428 (100%)
R 129 of 428 ~ 30.14%
G 141 of 428 ~ 32.94%
B 158 of 428 ~ 36.92'%

%30.14
%32.94
%36.92

CMYK color model

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

  • cyan value is 18.35%
  • magenta value is 10.76%
  • 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
%10.76
%0
%38.04

Codes

Color #818D9E in popluar color models

81 8D 9E
RGB 129 141 158
HSL 215° 13.00% 56.27%
HSB/HSV 215° 18.35% 61.96%
CMYK 18.35% 10.76% 0.00%
38.04%

Color #818D9E in popluar number systems.

HEX 81 8D 9E
Decimal 129 141 158
Binary 10000001 10001101 10011110
Octal 201 215 236

Shades and tints

Shades of #818D9E

#818D9E
(129,141,158)
#768190
(118,129,144)
#6B7582
(107,117,130)
#606974
(96,105,116)
#555D66
(85,93,102)
#4A5158
(74,81,88)
#3F454A
(63,69,74)
#34393C
(52,57,60)
#292D2E
(41,45,46)
#1E2120
(30,33,32)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #818D9E

#818D9E
(129,141,158)
#8C97A6
(140,151,166)
#97A1AE
(151,161,174)
#A2ABB6
(162,171,182)
#ADB5BE
(173,181,190)
#B8BFC6
(184,191,198)
#C3C9CE
(195,201,206)
#CED3D6
(206,211,214)
#D9DDDE
(217,221,222)
#E4E7E6
(228,231,230)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818D9E; }

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

This text font color is #818D9E.

Background Color

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

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

This div background color is #818D9E.

Border color

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

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

This div border color is #818D9E.

Opacity

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

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

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

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

This text has shadow with #818D9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #818D9E.

Preview

Color preview on black background

This text has color #818D9E on black background.


Color preview on white background

This text has color #818D9E on white background.


Black color preview on #818D9E background

This text has black color on #818D9E background.


White color preview on #818D9E background

This text has white color on #818D9E background.


Related colors

Complementary color

Complementary color for #hex is #7E7261.


I love getcolorcode.com

Triadic colors

1 #9E818D and #8D9E81 with #818D9E are triadic colors.

2 #9E8D81 and #8D819E with #818D9E are triadic colors.