COLOR #818FA5

HEX: #818FA5 RGB: (129,143,165)

Color info

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

RGB color model

#818FA5 color RGB value is (129,143,165).

RGB: (129,143,165) (51%, 56%, 65%)

RGB channels and saturation

R 129 of 255 = 51%
G 143 of 255 = 56%
B 165 of 255 = 65%

129
143
165

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

Portions of RGB colors in percentages

R + G + B = 129 + 143 + 165 = 437 (100%)
R 129 of 437 ~ 29.52%
G 143 of 437 ~ 32.72%
B 165 of 437 ~ 37.76'%

%29.52
%32.72
%37.76

CMYK color model

#818FA5 color CMYK value is (22,13,0,35).

  • cyan value is 21.82%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (22,13,0,35)
C22M13Y0K35 (22%, 13%, 0%, 35%)
(0.22 / 0.13 / 0.00 / 0.35)

CMYK percentages

%21.82
%13.33
%0
%35.29

Codes

Color #818FA5 in popluar color models

81 8F A5
RGB 129 143 165
HSL 217° 16.67% 57.65%
HSB/HSV 217° 21.82% 64.71%
CMYK 21.82% 13.33% 0.00%
35.29%

Color #818FA5 in popluar number systems.

HEX 81 8F A5
Decimal 129 143 165
Binary 10000001 10001111 10100101
Octal 201 217 245

Shades and tints

Shades of #818FA5

#818FA5
(129,143,165)
#768296
(118,130,150)
#6B7587
(107,117,135)
#606878
(96,104,120)
#555B69
(85,91,105)
#4A4E5A
(74,78,90)
#3F414B
(63,65,75)
#34343C
(52,52,60)
#29272D
(41,39,45)
#1E1A1E
(30,26,30)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #818FA5

#818FA5
(129,143,165)
#8C99AD
(140,153,173)
#97A3B5
(151,163,181)
#A2ADBD
(162,173,189)
#ADB7C5
(173,183,197)
#B8C1CD
(184,193,205)
#C3CBD5
(195,203,213)
#CED5DD
(206,213,221)
#D9DFE5
(217,223,229)
#E4E9ED
(228,233,237)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818FA5; }

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

This text font color is #818FA5.

Background Color

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

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

This div background color is #818FA5.

Border color

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

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

This div border color is #818FA5.

Opacity

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

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

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

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

This text has shadow with #818FA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #818FA5.

Preview

Color preview on black background

This text has color #818FA5 on black background.


Color preview on white background

This text has color #818FA5 on white background.


Black color preview on #818FA5 background

This text has black color on #818FA5 background.


White color preview on #818FA5 background

This text has white color on #818FA5 background.


Related colors

Complementary color

Complementary color for #hex is #7E705A.


I love getcolorcode.com

Triadic colors

1 #A5818F and #8FA581 with #818FA5 are triadic colors.

2 #A58F81 and #8F81A5 with #818FA5 are triadic colors.