COLOR #818EA3

HEX: #818EA3 RGB: (129,142,163)

Color info

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

RGB color model

#818EA3 color RGB value is (129,142,163).

RGB: (129,142,163) (51%, 56%, 64%)

RGB channels and saturation

R 129 of 255 = 51%
G 142 of 255 = 56%
B 163 of 255 = 64%

129
142
163

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

Portions of RGB colors in percentages

R + G + B = 129 + 142 + 163 = 434 (100%)
R 129 of 434 ~ 29.72%
G 142 of 434 ~ 32.72%
B 163 of 434 ~ 37.56'%

%29.72
%32.72
%37.56

CMYK color model

#818EA3 color CMYK value is (21,13,0,36).

  • cyan value is 20.86%
  • magenta value is 12.88%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (21,13,0,36)
C21M13Y0K36 (21%, 13%, 0%, 36%)
(0.21 / 0.13 / 0.00 / 0.36)

CMYK percentages

%20.86
%12.88
%0
%36.08

Codes

Color #818EA3 in popluar color models

81 8E A3
RGB 129 142 163
HSL 217° 15.60% 57.25%
HSB/HSV 217° 20.86% 63.92%
CMYK 20.86% 12.88% 0.00%
36.08%

Color #818EA3 in popluar number systems.

HEX 81 8E A3
Decimal 129 142 163
Binary 10000001 10001110 10100011
Octal 201 216 243

Shades and tints

Shades of #818EA3

#818EA3
(129,142,163)
#768295
(118,130,149)
#6B7687
(107,118,135)
#606A79
(96,106,121)
#555E6B
(85,94,107)
#4A525D
(74,82,93)
#3F464F
(63,70,79)
#343A41
(52,58,65)
#292E33
(41,46,51)
#1E2225
(30,34,37)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #818EA3

#818EA3
(129,142,163)
#8C98AB
(140,152,171)
#97A2B3
(151,162,179)
#A2ACBB
(162,172,187)
#ADB6C3
(173,182,195)
#B8C0CB
(184,192,203)
#C3CAD3
(195,202,211)
#CED4DB
(206,212,219)
#D9DEE3
(217,222,227)
#E4E8EB
(228,232,235)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818EA3 color. Also use rgb(129,142,163) instead hex code.

Text Font Color

.myTextColor { color: #818EA3; }

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

This text font color is #818EA3.

Background Color

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

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

This div background color is #818EA3.

Border color

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

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

This div border color is #818EA3.

Opacity

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

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

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

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

This text has shadow with #818EA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #818EA3.

Preview

Color preview on black background

This text has color #818EA3 on black background.


Color preview on white background

This text has color #818EA3 on white background.


Black color preview on #818EA3 background

This text has black color on #818EA3 background.


White color preview on #818EA3 background

This text has white color on #818EA3 background.


Related colors

Complementary color

Complementary color for #hex is #7E715C.


I love getcolorcode.com

Triadic colors

1 #A3818E and #8EA381 with #818EA3 are triadic colors.

2 #A38E81 and #8E81A3 with #818EA3 are triadic colors.