COLOR #818DAF

HEX: #818DAF RGB: (129,141,175)

Color info

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

RGB color model

#818DAF color RGB value is (129,141,175).

RGB: (129,141,175) (51%, 55%, 69%)

RGB channels and saturation

R 129 of 255 = 51%
G 141 of 255 = 55%
B 175 of 255 = 69%

129
141
175

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

Portions of RGB colors in percentages

R + G + B = 129 + 141 + 175 = 445 (100%)
R 129 of 445 ~ 28.99%
G 141 of 445 ~ 31.69%
B 175 of 445 ~ 39.33'%

%28.99
%31.69
%39.33

CMYK color model

#818DAF color CMYK value is (26,19,0,31).

  • cyan value is 26.29%
  • magenta value is 19.43%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (26,19,0,31)
C26M19Y0K31 (26%, 19%, 0%, 31%)
(0.26 / 0.19 / 0.00 / 0.31)

CMYK percentages

%26.29
%19.43
%0
%31.37

Codes

Color #818DAF in popluar color models

81 8D AF
RGB 129 141 175
HSL 224° 22.33% 59.61%
HSB/HSV 224° 26.29% 68.63%
CMYK 26.29% 19.43% 0.00%
31.37%

Color #818DAF in popluar number systems.

HEX 81 8D AF
Decimal 129 141 175
Binary 10000001 10001101 10101111
Octal 201 215 257

Shades and tints

Shades of #818DAF

#818DAF
(129,141,175)
#7681A0
(118,129,160)
#6B7591
(107,117,145)
#606982
(96,105,130)
#555D73
(85,93,115)
#4A5164
(74,81,100)
#3F4555
(63,69,85)
#343946
(52,57,70)
#292D37
(41,45,55)
#1E2128
(30,33,40)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #818DAF

#818DAF
(129,141,175)
#8C97B6
(140,151,182)
#97A1BD
(151,161,189)
#A2ABC4
(162,171,196)
#ADB5CB
(173,181,203)
#B8BFD2
(184,191,210)
#C3C9D9
(195,201,217)
#CED3E0
(206,211,224)
#D9DDE7
(217,221,231)
#E4E7EE
(228,231,238)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818DAF color. Also use rgb(129,141,175) instead hex code.

Text Font Color

.myTextColor { color: #818DAF; }

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

This text font color is #818DAF.

Background Color

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

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

This div background color is #818DAF.

Border color

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

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

This div border color is #818DAF.

Opacity

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

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

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

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

This text has shadow with #818DAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #818DAF.

Preview

Color preview on black background

This text has color #818DAF on black background.


Color preview on white background

This text has color #818DAF on white background.


Black color preview on #818DAF background

This text has black color on #818DAF background.


White color preview on #818DAF background

This text has white color on #818DAF background.


Related colors

Complementary color

Complementary color for #hex is #7E7250.


I love getcolorcode.com

Triadic colors

1 #AF818D and #8DAF81 with #818DAF are triadic colors.

2 #AF8D81 and #8D81AF with #818DAF are triadic colors.