COLOR #818B90

HEX: #818B90 RGB: (129,139,144)

Color info

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

RGB color model

#818B90 color RGB value is (129,139,144).

RGB: (129,139,144) (51%, 55%, 56%)

RGB channels and saturation

R 129 of 255 = 51%
G 139 of 255 = 55%
B 144 of 255 = 56%

129
139
144

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

Portions of RGB colors in percentages

R + G + B = 129 + 139 + 144 = 412 (100%)
R 129 of 412 ~ 31.31%
G 139 of 412 ~ 33.74%
B 144 of 412 ~ 34.95'%

%31.31
%33.74
%34.95

CMYK color model

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

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

CMYK percentages

%10.42
%3.47
%0
%43.53

Codes

Color #818B90 in popluar color models

81 8B 90
RGB 129 139 144
HSL 200° 6.33% 53.53%
HSB/HSV 200° 10.42% 56.47%
CMYK 10.42% 3.47% 0.00%
43.53%

Color #818B90 in popluar number systems.

HEX 81 8B 90
Decimal 129 139 144
Binary 10000001 10001011 10010000
Octal 201 213 220

Shades and tints

Shades of #818B90

#818B90
(129,139,144)
#767F83
(118,127,131)
#6B7376
(107,115,118)
#606769
(96,103,105)
#555B5C
(85,91,92)
#4A4F4F
(74,79,79)
#3F4342
(63,67,66)
#343735
(52,55,53)
#292B28
(41,43,40)
#1E1F1B
(30,31,27)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #818B90

#818B90
(129,139,144)
#8C959A
(140,149,154)
#979FA4
(151,159,164)
#A2A9AE
(162,169,174)
#ADB3B8
(173,179,184)
#B8BDC2
(184,189,194)
#C3C7CC
(195,199,204)
#CED1D6
(206,209,214)
#D9DBE0
(217,219,224)
#E4E5EA
(228,229,234)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818B90 color. Also use rgb(129,139,144) instead hex code.

Text Font Color

.myTextColor { color: #818B90; }

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

This text font color is #818B90.

Background Color

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

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

This div background color is #818B90.

Border color

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

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

This div border color is #818B90.

Opacity

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

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

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

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

This text has shadow with #818B90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #818B90.

Preview

Color preview on black background

This text has color #818B90 on black background.


Color preview on white background

This text has color #818B90 on white background.


Black color preview on #818B90 background

This text has black color on #818B90 background.


White color preview on #818B90 background

This text has white color on #818B90 background.


Related colors

Complementary color

Complementary color for #hex is #7E746F.


I love getcolorcode.com

Triadic colors

1 #90818B and #8B9081 with #818B90 are triadic colors.

2 #908B81 and #8B8190 with #818B90 are triadic colors.