COLOR #8496A7

HEX: #8496A7
RGB: (132,150,167)

Color info

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

RGB color model

#8496A7 color RGB value is (132,150,167).

  • red value is 132;
  • green value is 150;
  • blue value is 167.
RGB:
(132,150,167)
(52%,59%,65%)

RGB channels and saturation

R 132 of 255 = 52%
G 150 of 255 = 59%
B 167 of 255 = 65%

132
150
167

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

Portions of RGB colors in percentages

R + G + B =
132 + 150 + 167 = 449 (100%)
R 132 of 449 ~ 29.4%
G 150 of 449 ~ 33.41%
B 167 of 449 ~ 37.19%

%29.4
%33.41
%37.19

CMYK color model

#8496A7 color CMYK value is (21,10,0,35).

  • cyan value is 20.96%
  • magenta value is 10.18%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(21,10,0,35)
C21M10Y0K35 
(21%,10%,0%,35%)
(0.21/0.10/0.00/0.35)	

CMYK percentages

%20.96
%10.18
%0
%34.51

Codes

Color #8496A7 in popluar color models

8496A7
RGB132150167
HSL209°16.59%58.63%
HSB/HSV209°20.96%65.49%
CMYK20.96%10.18%0.00%
34.51%

Color #8496A7 in popluar number systems.

HEX8496A7
Decimal132150167
Binary100001001001011010100111
Octal204226247

Shades and tints

Shades of #8496A7

#8496A7
(132,150,167)
#788998
(120,137,152)
#6C7C89
(108,124,137)
#606F7A
(96,111,122)
#54626B
(84,98,107)
#48555C
(72,85,92)
#3C484D
(60,72,77)
#303B3E
(48,59,62)
#242E2F
(36,46,47)
#182120
(24,33,32)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #8496A7

#8496A7
(132,150,167)
#8F9FAF
(143,159,175)
#9AA8B7
(154,168,183)
#A5B1BF
(165,177,191)
#B0BAC7
(176,186,199)
#BBC3CF
(187,195,207)
#C6CCD7
(198,204,215)
#D1D5DF
(209,213,223)
#DCDEE7
(220,222,231)
#E7E7EF
(231,231,239)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8496A7 color. Also use rgb(132,150,167) instead hex code.

Text Font Color

.myTextColor { color: #8496A7; }

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

This text font color is #8496A7.


Background Color

.myBgColor { background-color: #8496A7; }

<div style="background-color:#8496A7">Inner text</div>

This div background color is #8496A7.


Border color

.myBorderColor { border: 1px solid #8496A7; }

<div style="border:3px solid #8496A7">Div</div>

This div border color is #8496A7.


Opacity

.myOpacity80 { color: #8496A7; opacity: 0.8; }

<p style="color:#8496A7;opacity:0.8;">80%</p>

Text with #8496A7 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 #8496A7;}

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

This text has shadow with #8496A7 color.

.textShadow {text-shadow: 3px 3px 1px #8496A7, 3px 3px 1px red;}

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

This text has shadow with #8496A7 primary color and red secondary color.


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

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

This text has shadow with #8496A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8496A7 on black background.


Color preview on white background

This text has color #8496A7 on white background.



Black color preview on #8496A7 background

This text has black color on #8496A7 background.


White color preview on #8496A7 background

This text has white color on #8496A7 background.