COLOR #818AAB

HEX: #818AAB RGB: (129,138,171)

Color info

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

RGB color model

#818AAB color RGB value is (129,138,171).

RGB: (129,138,171) (51%, 54%, 67%)

RGB channels and saturation

R 129 of 255 = 51%
G 138 of 255 = 54%
B 171 of 255 = 67%

129
138
171

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

Portions of RGB colors in percentages

R + G + B = 129 + 138 + 171 = 438 (100%)
R 129 of 438 ~ 29.45%
G 138 of 438 ~ 31.51%
B 171 of 438 ~ 39.04'%

%29.45
%31.51
%39.04

CMYK color model

#818AAB color CMYK value is (25,19,0,33).

  • cyan value is 24.56%
  • magenta value is 19.30%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (25,19,0,33)
C25M19Y0K33 (25%, 19%, 0%, 33%)
(0.25 / 0.19 / 0.00 / 0.33)

CMYK percentages

%24.56
%19.3
%0
%32.94

Codes

Color #818AAB in popluar color models

81 8A AB
RGB 129 138 171
HSL 227° 20.00% 58.82%
HSB/HSV 227° 24.56% 67.06%
CMYK 24.56% 19.30% 0.00%
32.94%

Color #818AAB in popluar number systems.

HEX 81 8A AB
Decimal 129 138 171
Binary 10000001 10001010 10101011
Octal 201 212 253

Shades and tints

Shades of #818AAB

#818AAB
(129,138,171)
#767E9C
(118,126,156)
#6B728D
(107,114,141)
#60667E
(96,102,126)
#555A6F
(85,90,111)
#4A4E60
(74,78,96)
#3F4251
(63,66,81)
#343642
(52,54,66)
#292A33
(41,42,51)
#1E1E24
(30,30,36)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #818AAB

#818AAB
(129,138,171)
#8C94B2
(140,148,178)
#979EB9
(151,158,185)
#A2A8C0
(162,168,192)
#ADB2C7
(173,178,199)
#B8BCCE
(184,188,206)
#C3C6D5
(195,198,213)
#CED0DC
(206,208,220)
#D9DAE3
(217,218,227)
#E4E4EA
(228,228,234)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818AAB; }

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

This text font color is #818AAB.

Background Color

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

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

This div background color is #818AAB.

Border color

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

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

This div border color is #818AAB.

Opacity

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

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

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

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

This text has shadow with #818AAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #818AAB.

Preview

Color preview on black background

This text has color #818AAB on black background.


Color preview on white background

This text has color #818AAB on white background.


Black color preview on #818AAB background

This text has black color on #818AAB background.


White color preview on #818AAB background

This text has white color on #818AAB background.


Related colors

Complementary color

Complementary color for #hex is #7E7554.


I love getcolorcode.com

Triadic colors

1 #AB818A and #8AAB81 with #818AAB are triadic colors.

2 #AB8A81 and #8A81AB with #818AAB are triadic colors.