COLOR #818FAC

HEX: #818FAC
RGB: (129,143,172)

Color info

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

RGB color model

#818FAC color RGB value is (129,143,172).

  • red value is 129;
  • green value is 143;
  • blue value is 172.
RGB:
(129,143,172)
(51%,56%,67%)

RGB channels and saturation

R 129 of 255 = 51%
G 143 of 255 = 56%
B 172 of 255 = 67%

129
143
172

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

Portions of RGB colors in percentages

R + G + B =
129 + 143 + 172 = 444 (100%)
R 129 of 444 ~ 29.05%
G 143 of 444 ~ 32.21%
B 172 of 444 ~ 38.74%

%29.05
%32.21
%38.74

CMYK color model

#818FAC color CMYK value is (25,17,0,33).

  • cyan value is 25.00%
  • magenta value is 16.86%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(25,17,0,33)
C25M17Y0K33 
(25%,17%,0%,33%)
(0.25/0.17/0.00/0.33)	

CMYK percentages

%25
%16.86
%0
%32.55

Codes

Color #818FAC in popluar color models

818FAC
RGB129143172
HSL220°20.57%59.02%
HSB/HSV220°25.00%67.45%
CMYK25.00%16.86%0.00%
32.55%

Color #818FAC in popluar number systems.

HEX818FAC
Decimal129143172
Binary100000011000111110101100
Octal201217254

Shades and tints

Shades of #818FAC

#818FAC
(129,143,172)
#76829D
(118,130,157)
#6B758E
(107,117,142)
#60687F
(96,104,127)
#555B70
(85,91,112)
#4A4E61
(74,78,97)
#3F4152
(63,65,82)
#343443
(52,52,67)
#292734
(41,39,52)
#1E1A25
(30,26,37)
#130D16
(19,13,22)
#000000
(0,0,0)

Tints of #818FAC

#818FAC
(129,143,172)
#8C99B3
(140,153,179)
#97A3BA
(151,163,186)
#A2ADC1
(162,173,193)
#ADB7C8
(173,183,200)
#B8C1CF
(184,193,207)
#C3CBD6
(195,203,214)
#CED5DD
(206,213,221)
#D9DFE4
(217,223,228)
#E4E9EB
(228,233,235)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818FAC; }

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

This text font color is #818FAC.


Background Color

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

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

This div background color is #818FAC.


Border color

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

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

This div border color is #818FAC.


Opacity

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

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

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

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

This text has shadow with #818FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818FAC on black background.


Color preview on white background

This text has color #818FAC on white background.



Black color preview on #818FAC background

This text has black color on #818FAC background.


White color preview on #818FAC background

This text has white color on #818FAC background.