COLOR #818AA9

HEX: #818AA9 RGB: (129,138,169)

Color info

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

RGB color model

#818AA9 color RGB value is (129,138,169).

RGB: (129,138,169) (51%, 54%, 66%)

RGB channels and saturation

R 129 of 255 = 51%
G 138 of 255 = 54%
B 169 of 255 = 66%

129
138
169

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

Portions of RGB colors in percentages

R + G + B = 129 + 138 + 169 = 436 (100%)
R 129 of 436 ~ 29.59%
G 138 of 436 ~ 31.65%
B 169 of 436 ~ 38.76'%

%29.59
%31.65
%38.76

CMYK color model

#818AA9 color CMYK value is (24,18,0,34).

  • cyan value is 23.67%
  • magenta value is 18.34%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (24,18,0,34)
C24M18Y0K34 (24%, 18%, 0%, 34%)
(0.24 / 0.18 / 0.00 / 0.34)

CMYK percentages

%23.67
%18.34
%0
%33.73

Codes

Color #818AA9 in popluar color models

81 8A A9
RGB 129 138 169
HSL 227° 18.87% 58.43%
HSB/HSV 227° 23.67% 66.27%
CMYK 23.67% 18.34% 0.00%
33.73%

Color #818AA9 in popluar number systems.

HEX 81 8A A9
Decimal 129 138 169
Binary 10000001 10001010 10101001
Octal 201 212 251

Shades and tints

Shades of #818AA9

#818AA9
(129,138,169)
#767E9A
(118,126,154)
#6B728B
(107,114,139)
#60667C
(96,102,124)
#555A6D
(85,90,109)
#4A4E5E
(74,78,94)
#3F424F
(63,66,79)
#343640
(52,54,64)
#292A31
(41,42,49)
#1E1E22
(30,30,34)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #818AA9

#818AA9
(129,138,169)
#8C94B0
(140,148,176)
#979EB7
(151,158,183)
#A2A8BE
(162,168,190)
#ADB2C5
(173,178,197)
#B8BCCC
(184,188,204)
#C3C6D3
(195,198,211)
#CED0DA
(206,208,218)
#D9DAE1
(217,218,225)
#E4E4E8
(228,228,232)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818AA9; }

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

This text font color is #818AA9.

Background Color

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

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

This div background color is #818AA9.

Border color

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

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

This div border color is #818AA9.

Opacity

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

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

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

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

This text has shadow with #818AA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #818AA9.

Preview

Color preview on black background

This text has color #818AA9 on black background.


Color preview on white background

This text has color #818AA9 on white background.


Black color preview on #818AA9 background

This text has black color on #818AA9 background.


White color preview on #818AA9 background

This text has white color on #818AA9 background.


Related colors

Complementary color

Complementary color for #hex is #7E7556.


I love getcolorcode.com

Triadic colors

1 #A9818A and #8AA981 with #818AA9 are triadic colors.

2 #A98A81 and #8A81A9 with #818AA9 are triadic colors.