COLOR #8A8499

HEX: #8A8499
RGB: (138,132,153)

Color info

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

RGB color model

#8A8499 color RGB value is (138,132,153).

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

RGB channels and saturation

R 138 of 255 = 54%
G 132 of 255 = 52%
B 153 of 255 = 60%

138
132
153

R + G + B ~ 55%. #8A8499 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 132 + 153 = 423 (100%)
R 138 of 423 ~ 32.62%
G 132 of 423 ~ 31.21%
B 153 of 423 ~ 36.17%

%32.62
%31.21
%36.17

CMYK color model

#8A8499 color CMYK value is (10,14,0,40).

  • cyan value is 9.80%
  • magenta value is 13.73%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(10,14,0,40)
C10M14Y0K40 
(10%,14%,0%,40%)
(0.10/0.14/0.00/0.40)	

CMYK percentages

%9.8
%13.73
%0
%40

Codes

Color #8A8499 in popluar color models

8A8499
RGB138132153
HSL257°9.33%55.88%
HSB/HSV257°13.73%60.00%
CMYK9.80%13.73%0.00%
40.00%

Color #8A8499 in popluar number systems.

HEX8A8499
Decimal138132153
Binary100010101000010010011001
Octal212204231

Shades and tints

Shades of #8A8499

#8A8499
(138,132,153)
#7E788C
(126,120,140)
#726C7F
(114,108,127)
#666072
(102,96,114)
#5A5465
(90,84,101)
#4E4858
(78,72,88)
#423C4B
(66,60,75)
#36303E
(54,48,62)
#2A2431
(42,36,49)
#1E1824
(30,24,36)
#120C17
(18,12,23)
#000000
(0,0,0)

Tints of #8A8499

#8A8499
(138,132,153)
#948FA2
(148,143,162)
#9E9AAB
(158,154,171)
#A8A5B4
(168,165,180)
#B2B0BD
(178,176,189)
#BCBBC6
(188,187,198)
#C6C6CF
(198,198,207)
#D0D1D8
(208,209,216)
#DADCE1
(218,220,225)
#E4E7EA
(228,231,234)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A8499 color. Also use rgb(138,132,153) instead hex code.

Text Font Color

.myTextColor { color: #8A8499; }

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

This text font color is #8A8499.


Background Color

.myBgColor { background-color: #8A8499; }

<div style="background-color:#8A8499">Inner text</div>

This div background color is #8A8499.


Border color

.myBorderColor { border: 1px solid #8A8499; }

<div style="border:3px solid #8A8499">Div</div>

This div border color is #8A8499.


Opacity

.myOpacity80 { color: #8A8499; opacity: 0.8; }

<p style="color:#8A8499;opacity:0.8;">80%</p>

Text with #8A8499 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 #8A8499;}

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

This text has shadow with #8A8499 color.

.textShadow {text-shadow: 3px 3px 1px #8A8499, 3px 3px 1px red;}

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

This text has shadow with #8A8499 primary color and red secondary color.


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

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

This text has shadow with #8A8499 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8499 on black background.


Color preview on white background

This text has color #8A8499 on white background.



Black color preview on #8A8499 background

This text has black color on #8A8499 background.


White color preview on #8A8499 background

This text has white color on #8A8499 background.