COLOR #818AAE

HEX: #818AAE RGB: (129,138,174)

Color info

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

RGB color model

#818AAE color RGB value is (129,138,174).

RGB: (129,138,174) (51%, 54%, 68%)

RGB channels and saturation

R 129 of 255 = 51%
G 138 of 255 = 54%
B 174 of 255 = 68%

129
138
174

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

Portions of RGB colors in percentages

R + G + B = 129 + 138 + 174 = 441 (100%)
R 129 of 441 ~ 29.25%
G 138 of 441 ~ 31.29%
B 174 of 441 ~ 39.46'%

%29.25
%31.29
%39.46

CMYK color model

#818AAE color CMYK value is (26,21,0,32).

  • cyan value is 25.86%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (26,21,0,32)
C26M21Y0K32 (26%, 21%, 0%, 32%)
(0.26 / 0.21 / 0.00 / 0.32)

CMYK percentages

%25.86
%20.69
%0
%31.76

Codes

Color #818AAE in popluar color models

81 8A AE
RGB 129 138 174
HSL 228° 21.74% 59.41%
HSB/HSV 228° 25.86% 68.24%
CMYK 25.86% 20.69% 0.00%
31.76%

Color #818AAE in popluar number systems.

HEX 81 8A AE
Decimal 129 138 174
Binary 10000001 10001010 10101110
Octal 201 212 256

Shades and tints

Shades of #818AAE

#818AAE
(129,138,174)
#767E9F
(118,126,159)
#6B7290
(107,114,144)
#606681
(96,102,129)
#555A72
(85,90,114)
#4A4E63
(74,78,99)
#3F4254
(63,66,84)
#343645
(52,54,69)
#292A36
(41,42,54)
#1E1E27
(30,30,39)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #818AAE

#818AAE
(129,138,174)
#8C94B5
(140,148,181)
#979EBC
(151,158,188)
#A2A8C3
(162,168,195)
#ADB2CA
(173,178,202)
#B8BCD1
(184,188,209)
#C3C6D8
(195,198,216)
#CED0DF
(206,208,223)
#D9DAE6
(217,218,230)
#E4E4ED
(228,228,237)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818AAE; }

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

This text font color is #818AAE.

Background Color

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

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

This div background color is #818AAE.

Border color

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

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

This div border color is #818AAE.

Opacity

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

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

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

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

This text has shadow with #818AAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #818AAE.

Preview

Color preview on black background

This text has color #818AAE on black background.


Color preview on white background

This text has color #818AAE on white background.


Black color preview on #818AAE background

This text has black color on #818AAE background.


White color preview on #818AAE background

This text has white color on #818AAE background.


Related colors

Complementary color

Complementary color for #hex is #7E7551.


I love getcolorcode.com

Triadic colors

1 #AE818A and #8AAE81 with #818AAE are triadic colors.

2 #AE8A81 and #8A81AE with #818AAE are triadic colors.