COLOR #8493AC

HEX: #8493AC
RGB: (132,147,172)

Color info

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

RGB color model

#8493AC color RGB value is (132,147,172).

  • red value is 132;
  • green value is 147;
  • blue value is 172.
RGB:
(132,147,172)
(52%,58%,67%)

RGB channels and saturation

R 132 of 255 = 52%
G 147 of 255 = 58%
B 172 of 255 = 67%

132
147
172

R + G + B ~ 59%. #8493AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 147 + 172 = 451 (100%)
R 132 of 451 ~ 29.27%
G 147 of 451 ~ 32.59%
B 172 of 451 ~ 38.14%

%29.27
%32.59
%38.14

CMYK color model

#8493AC color CMYK value is (23,15,0,33).

  • cyan value is 23.26%
  • magenta value is 14.53%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(23,15,0,33)
C23M15Y0K33 
(23%,15%,0%,33%)
(0.23/0.15/0.00/0.33)	

CMYK percentages

%23.26
%14.53
%0
%32.55

Codes

Color #8493AC in popluar color models

8493AC
RGB132147172
HSL218°19.42%59.61%
HSB/HSV218°23.26%67.45%
CMYK23.26%14.53%0.00%
32.55%

Color #8493AC in popluar number systems.

HEX8493AC
Decimal132147172
Binary100001001001001110101100
Octal204223254

Shades and tints

Shades of #8493AC

#8493AC
(132,147,172)
#78869D
(120,134,157)
#6C798E
(108,121,142)
#606C7F
(96,108,127)
#545F70
(84,95,112)
#485261
(72,82,97)
#3C4552
(60,69,82)
#303843
(48,56,67)
#242B34
(36,43,52)
#181E25
(24,30,37)
#0C1116
(12,17,22)
#000000
(0,0,0)

Tints of #8493AC

#8493AC
(132,147,172)
#8F9CB3
(143,156,179)
#9AA5BA
(154,165,186)
#A5AEC1
(165,174,193)
#B0B7C8
(176,183,200)
#BBC0CF
(187,192,207)
#C6C9D6
(198,201,214)
#D1D2DD
(209,210,221)
#DCDBE4
(220,219,228)
#E7E4EB
(231,228,235)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8493AC color. Also use rgb(132,147,172) instead hex code.

Text Font Color

.myTextColor { color: #8493AC; }

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

This text font color is #8493AC.


Background Color

.myBgColor { background-color: #8493AC; }

<div style="background-color:#8493AC">Inner text</div>

This div background color is #8493AC.


Border color

.myBorderColor { border: 1px solid #8493AC; }

<div style="border:3px solid #8493AC">Div</div>

This div border color is #8493AC.


Opacity

.myOpacity80 { color: #8493AC; opacity: 0.8; }

<p style="color:#8493AC;opacity:0.8;">80%</p>

Text with #8493AC 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 #8493AC;}

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

This text has shadow with #8493AC color.

.textShadow {text-shadow: 3px 3px 1px #8493AC, 3px 3px 1px red;}

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

This text has shadow with #8493AC primary color and red secondary color.


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

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

This text has shadow with #8493AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8493AC on black background.


Color preview on white background

This text has color #8493AC on white background.



Black color preview on #8493AC background

This text has black color on #8493AC background.


White color preview on #8493AC background

This text has white color on #8493AC background.