COLOR #818A90

HEX: #818A90
RGB: (129,138,144)

Color info

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

RGB color model

#818A90 color RGB value is (129,138,144).

  • red value is 129;
  • green value is 138;
  • blue value is 144.
RGB:
(129,138,144)
(51%,54%,56%)

RGB channels and saturation

R 129 of 255 = 51%
G 138 of 255 = 54%
B 144 of 255 = 56%

129
138
144

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

Portions of RGB colors in percentages

R + G + B =
129 + 138 + 144 = 411 (100%)
R 129 of 411 ~ 31.39%
G 138 of 411 ~ 33.58%
B 144 of 411 ~ 35.04%

%31.39
%33.58
%35.04

CMYK color model

#818A90 color CMYK value is (10,4,0,44).

  • cyan value is 10.42%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(10,4,0,44)
C10M4Y0K44 
(10%,4%,0%,44%)
(0.10/0.04/0.00/0.44)	

CMYK percentages

%10.42
%4.17
%0
%43.53

Codes

Color #818A90 in popluar color models

818A90
RGB129138144
HSL204°6.33%53.53%
HSB/HSV204°10.42%56.47%
CMYK10.42%4.17%0.00%
43.53%

Color #818A90 in popluar number systems.

HEX818A90
Decimal129138144
Binary100000011000101010010000
Octal201212220

Shades and tints

Shades of #818A90

#818A90
(129,138,144)
#767E83
(118,126,131)
#6B7276
(107,114,118)
#606669
(96,102,105)
#555A5C
(85,90,92)
#4A4E4F
(74,78,79)
#3F4242
(63,66,66)
#343635
(52,54,53)
#292A28
(41,42,40)
#1E1E1B
(30,30,27)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #818A90

#818A90
(129,138,144)
#8C949A
(140,148,154)
#979EA4
(151,158,164)
#A2A8AE
(162,168,174)
#ADB2B8
(173,178,184)
#B8BCC2
(184,188,194)
#C3C6CC
(195,198,204)
#CED0D6
(206,208,214)
#D9DAE0
(217,218,224)
#E4E4EA
(228,228,234)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818A90; }

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

This text font color is #818A90.


Background Color

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

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

This div background color is #818A90.


Border color

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

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

This div border color is #818A90.


Opacity

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

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

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

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

This text has shadow with #818A90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818A90 on black background.


Color preview on white background

This text has color #818A90 on white background.



Black color preview on #818A90 background

This text has black color on #818A90 background.


White color preview on #818A90 background

This text has white color on #818A90 background.