COLOR #818AC6

HEX: #818AC6 RGB: (129,138,198)

Color info

#818AC6 contains mainly blue color. Web safe color of #818AC6 is #9999CC (or #99C).

RGB color model

#818AC6 color RGB value is (129,138,198).

RGB: (129,138,198) (51%, 54%, 78%)

RGB channels and saturation

R 129 of 255 = 51%
G 138 of 255 = 54%
B 198 of 255 = 78%

129
138
198

R + G + B ~ 61%. #818AC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 129 + 138 + 198 = 465 (100%)
R 129 of 465 ~ 27.74%
G 138 of 465 ~ 29.68%
B 198 of 465 ~ 42.58'%

%27.74
%29.68
%42.58

CMYK color model

#818AC6 color CMYK value is (35,30,0,22).

  • cyan value is 34.85%
  • magenta value is 30.30%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (35,30,0,22)
C35M30Y0K22 (35%, 30%, 0%, 22%)
(0.35 / 0.30 / 0.00 / 0.22)

CMYK percentages

%34.85
%30.3
%0
%22.35

Codes

Color #818AC6 in popluar color models

81 8A C6
RGB 129 138 198
HSL 232° 37.70% 64.12%
HSB/HSV 232° 34.85% 77.65%
CMYK 34.85% 30.30% 0.00%
22.35%

Color #818AC6 in popluar number systems.

HEX 81 8A C6
Decimal 129 138 198
Binary 10000001 10001010 11000110
Octal 201 212 306

Shades and tints

Shades of #818AC6

#818AC6
(129,138,198)
#767EB4
(118,126,180)
#6B72A2
(107,114,162)
#606690
(96,102,144)
#555A7E
(85,90,126)
#4A4E6C
(74,78,108)
#3F425A
(63,66,90)
#343648
(52,54,72)
#292A36
(41,42,54)
#1E1E24
(30,30,36)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #818AC6

#818AC6
(129,138,198)
#8C94CB
(140,148,203)
#979ED0
(151,158,208)
#A2A8D5
(162,168,213)
#ADB2DA
(173,178,218)
#B8BCDF
(184,188,223)
#C3C6E4
(195,198,228)
#CED0E9
(206,208,233)
#D9DAEE
(217,218,238)
#E4E4F3
(228,228,243)
#EFEEF8
(239,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818AC6; }

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

This text font color is #818AC6.

Background Color

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

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

This div background color is #818AC6.

Border color

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

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

This div border color is #818AC6.

Opacity

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

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

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

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

This text has shadow with #818AC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #818AC6.

Preview

Color preview on black background

This text has color #818AC6 on black background.


Color preview on white background

This text has color #818AC6 on white background.


Black color preview on #818AC6 background

This text has black color on #818AC6 background.


White color preview on #818AC6 background

This text has white color on #818AC6 background.


Related colors

Complementary color

Complementary color for #hex is #7E7539.


I love getcolorcode.com

Triadic colors

1 #C6818A and #8AC681 with #818AC6 are triadic colors.

2 #C68A81 and #8A81C6 with #818AC6 are triadic colors.