COLOR #8493A5

HEX: #8493A5
RGB: (132,147,165)

Color info

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

RGB color model

#8493A5 color RGB value is (132,147,165).

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

RGB channels and saturation

R 132 of 255 = 52%
G 147 of 255 = 58%
B 165 of 255 = 65%

132
147
165

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

Portions of RGB colors in percentages

R + G + B =
132 + 147 + 165 = 444 (100%)
R 132 of 444 ~ 29.73%
G 147 of 444 ~ 33.11%
B 165 of 444 ~ 37.16%

%29.73
%33.11
%37.16

CMYK color model

#8493A5 color CMYK value is (20,11,0,35).

  • cyan value is 20.00%
  • magenta value is 10.91%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(20,11,0,35)
C20M11Y0K35 
(20%,11%,0%,35%)
(0.20/0.11/0.00/0.35)	

CMYK percentages

%20
%10.91
%0
%35.29

Codes

Color #8493A5 in popluar color models

8493A5
RGB132147165
HSL213°15.49%58.24%
HSB/HSV213°20.00%64.71%
CMYK20.00%10.91%0.00%
35.29%

Color #8493A5 in popluar number systems.

HEX8493A5
Decimal132147165
Binary100001001001001110100101
Octal204223245

Shades and tints

Shades of #8493A5

#8493A5
(132,147,165)
#788696
(120,134,150)
#6C7987
(108,121,135)
#606C78
(96,108,120)
#545F69
(84,95,105)
#48525A
(72,82,90)
#3C454B
(60,69,75)
#30383C
(48,56,60)
#242B2D
(36,43,45)
#181E1E
(24,30,30)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #8493A5

#8493A5
(132,147,165)
#8F9CAD
(143,156,173)
#9AA5B5
(154,165,181)
#A5AEBD
(165,174,189)
#B0B7C5
(176,183,197)
#BBC0CD
(187,192,205)
#C6C9D5
(198,201,213)
#D1D2DD
(209,210,221)
#DCDBE5
(220,219,229)
#E7E4ED
(231,228,237)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8493A5; }

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

This text font color is #8493A5.


Background Color

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

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

This div background color is #8493A5.


Border color

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

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

This div border color is #8493A5.


Opacity

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

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

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

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

This text has shadow with #8493A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8493A5 on black background.


Color preview on white background

This text has color #8493A5 on white background.



Black color preview on #8493A5 background

This text has black color on #8493A5 background.


White color preview on #8493A5 background

This text has white color on #8493A5 background.