COLOR #8499A2

HEX: #8499A2
RGB: (132,153,162)

Color info

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

RGB color model

#8499A2 color RGB value is (132,153,162).

  • red value is 132;
  • green value is 153;
  • blue value is 162.
RGB:
(132,153,162)
(52%,60%,64%)

RGB channels and saturation

R 132 of 255 = 52%
G 153 of 255 = 60%
B 162 of 255 = 64%

132
153
162

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

Portions of RGB colors in percentages

R + G + B =
132 + 153 + 162 = 447 (100%)
R 132 of 447 ~ 29.53%
G 153 of 447 ~ 34.23%
B 162 of 447 ~ 36.24%

%29.53
%34.23
%36.24

CMYK color model

#8499A2 color CMYK value is (19,6,0,36).

  • cyan value is 18.52%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(19,6,0,36)
C19M6Y0K36 
(19%,6%,0%,36%)
(0.19/0.06/0.00/0.36)	

CMYK percentages

%18.52
%5.56
%0
%36.47

Codes

Color #8499A2 in popluar color models

8499A2
RGB132153162
HSL198°13.89%57.65%
HSB/HSV198°18.52%63.53%
CMYK18.52%5.56%0.00%
36.47%

Color #8499A2 in popluar number systems.

HEX8499A2
Decimal132153162
Binary100001001001100110100010
Octal204231242

Shades and tints

Shades of #8499A2

#8499A2
(132,153,162)
#788C94
(120,140,148)
#6C7F86
(108,127,134)
#607278
(96,114,120)
#54656A
(84,101,106)
#48585C
(72,88,92)
#3C4B4E
(60,75,78)
#303E40
(48,62,64)
#243132
(36,49,50)
#182424
(24,36,36)
#0C1716
(12,23,22)
#000000
(0,0,0)

Tints of #8499A2

#8499A2
(132,153,162)
#8FA2AA
(143,162,170)
#9AABB2
(154,171,178)
#A5B4BA
(165,180,186)
#B0BDC2
(176,189,194)
#BBC6CA
(187,198,202)
#C6CFD2
(198,207,210)
#D1D8DA
(209,216,218)
#DCE1E2
(220,225,226)
#E7EAEA
(231,234,234)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8499A2 color. Also use rgb(132,153,162) instead hex code.

Text Font Color

.myTextColor { color: #8499A2; }

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

This text font color is #8499A2.


Background Color

.myBgColor { background-color: #8499A2; }

<div style="background-color:#8499A2">Inner text</div>

This div background color is #8499A2.


Border color

.myBorderColor { border: 1px solid #8499A2; }

<div style="border:3px solid #8499A2">Div</div>

This div border color is #8499A2.


Opacity

.myOpacity80 { color: #8499A2; opacity: 0.8; }

<p style="color:#8499A2;opacity:0.8;">80%</p>

Text with #8499A2 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 #8499A2;}

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

This text has shadow with #8499A2 color.

.textShadow {text-shadow: 3px 3px 1px #8499A2, 3px 3px 1px red;}

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

This text has shadow with #8499A2 primary color and red secondary color.


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

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

This text has shadow with #8499A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8499A2 on black background.


Color preview on white background

This text has color #8499A2 on white background.



Black color preview on #8499A2 background

This text has black color on #8499A2 background.


White color preview on #8499A2 background

This text has white color on #8499A2 background.