COLOR #818FAE

HEX: #818FAE RGB: (129,143,174)

Color info

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

RGB color model

#818FAE color RGB value is (129,143,174).

RGB: (129,143,174) (51%, 56%, 68%)

RGB channels and saturation

R 129 of 255 = 51%
G 143 of 255 = 56%
B 174 of 255 = 68%

129
143
174

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

Portions of RGB colors in percentages

R + G + B = 129 + 143 + 174 = 446 (100%)
R 129 of 446 ~ 28.92%
G 143 of 446 ~ 32.06%
B 174 of 446 ~ 39.01'%

%28.92
%32.06
%39.01

CMYK color model

#818FAE color CMYK value is (26,18,0,32).

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

CMYK: (26,18,0,32)
C26M18Y0K32 (26%, 18%, 0%, 32%)
(0.26 / 0.18 / 0.00 / 0.32)

CMYK percentages

%25.86
%17.82
%0
%31.76

Codes

Color #818FAE in popluar color models

81 8F AE
RGB 129 143 174
HSL 221° 21.74% 59.41%
HSB/HSV 221° 25.86% 68.24%
CMYK 25.86% 17.82% 0.00%
31.76%

Color #818FAE in popluar number systems.

HEX 81 8F AE
Decimal 129 143 174
Binary 10000001 10001111 10101110
Octal 201 217 256

Shades and tints

Shades of #818FAE

#818FAE
(129,143,174)
#76829F
(118,130,159)
#6B7590
(107,117,144)
#606881
(96,104,129)
#555B72
(85,91,114)
#4A4E63
(74,78,99)
#3F4154
(63,65,84)
#343445
(52,52,69)
#292736
(41,39,54)
#1E1A27
(30,26,39)
#130D18
(19,13,24)
#000000
(0,0,0)

Tints of #818FAE

#818FAE
(129,143,174)
#8C99B5
(140,153,181)
#97A3BC
(151,163,188)
#A2ADC3
(162,173,195)
#ADB7CA
(173,183,202)
#B8C1D1
(184,193,209)
#C3CBD8
(195,203,216)
#CED5DF
(206,213,223)
#D9DFE6
(217,223,230)
#E4E9ED
(228,233,237)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818FAE; }

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

This text font color is #818FAE.

Background Color

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

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

This div background color is #818FAE.

Border color

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

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

This div border color is #818FAE.

Opacity

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

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

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

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

This text has shadow with #818FAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #818FAE.

Preview

Color preview on black background

This text has color #818FAE on black background.


Color preview on white background

This text has color #818FAE on white background.


Black color preview on #818FAE background

This text has black color on #818FAE background.


White color preview on #818FAE background

This text has white color on #818FAE background.


Related colors

Complementary color

Complementary color for #hex is #7E7051.


I love getcolorcode.com

Triadic colors

1 #AE818F and #8FAE81 with #818FAE are triadic colors.

2 #AE8F81 and #8F81AE with #818FAE are triadic colors.