COLOR #8A8C98

HEX: #8A8C98
RGB: (138,140,152)

Color info

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

RGB color model

#8A8C98 color RGB value is (138,140,152).

  • red value is 138;
  • green value is 140;
  • blue value is 152.
RGB:
(138,140,152)
(54%,55%,60%)

RGB channels and saturation

R 138 of 255 = 54%
G 140 of 255 = 55%
B 152 of 255 = 60%

138
140
152

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

Portions of RGB colors in percentages

R + G + B =
138 + 140 + 152 = 430 (100%)
R 138 of 430 ~ 32.09%
G 140 of 430 ~ 32.56%
B 152 of 430 ~ 35.35%

%32.09
%32.56
%35.35

CMYK color model

#8A8C98 color CMYK value is (9,8,0,40).

  • cyan value is 9.21%
  • magenta value is 7.89%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(9,8,0,40)
C9M8Y0K40 
(9%,8%,0%,40%)
(0.09/0.08/0.00/0.40)	

CMYK percentages

%9.21
%7.89
%0
%40.39

Codes

Color #8A8C98 in popluar color models

8A8C98
RGB138140152
HSL231°6.36%56.86%
HSB/HSV231°9.21%59.61%
CMYK9.21%7.89%0.00%
40.39%

Color #8A8C98 in popluar number systems.

HEX8A8C98
Decimal138140152
Binary100010101000110010011000
Octal212214230

Shades and tints

Shades of #8A8C98

#8A8C98
(138,140,152)
#7E808B
(126,128,139)
#72747E
(114,116,126)
#666871
(102,104,113)
#5A5C64
(90,92,100)
#4E5057
(78,80,87)
#42444A
(66,68,74)
#36383D
(54,56,61)
#2A2C30
(42,44,48)
#1E2023
(30,32,35)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #8A8C98

#8A8C98
(138,140,152)
#9496A1
(148,150,161)
#9EA0AA
(158,160,170)
#A8AAB3
(168,170,179)
#B2B4BC
(178,180,188)
#BCBEC5
(188,190,197)
#C6C8CE
(198,200,206)
#D0D2D7
(208,210,215)
#DADCE0
(218,220,224)
#E4E6E9
(228,230,233)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A8C98 color. Also use rgb(138,140,152) instead hex code.

Text Font Color

.myTextColor { color: #8A8C98; }

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

This text font color is #8A8C98.


Background Color

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

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

This div background color is #8A8C98.


Border color

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

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

This div border color is #8A8C98.


Opacity

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

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

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

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

This text has shadow with #8A8C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8C98 on black background.


Color preview on white background

This text has color #8A8C98 on white background.



Black color preview on #8A8C98 background

This text has black color on #8A8C98 background.


White color preview on #8A8C98 background

This text has white color on #8A8C98 background.