COLOR #8A8B99

HEX: #8A8B99 RGB: (138,139,153)

Color info

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

RGB color model

#8A8B99 color RGB value is (138,139,153).

RGB: (138,139,153) (54%, 55%, 60%)

RGB channels and saturation

R 138 of 255 = 54%
G 139 of 255 = 55%
B 153 of 255 = 60%

138
139
153

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

Portions of RGB colors in percentages

R + G + B = 138 + 139 + 153 = 430 (100%)
R 138 of 430 ~ 32.09%
G 139 of 430 ~ 32.33%
B 153 of 430 ~ 35.58'%

%32.09
%32.33
%35.58

CMYK color model

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

  • cyan value is 9.80%
  • magenta value is 9.15%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (10,9,0,40)
C10M9Y0K40 (10%, 9%, 0%, 40%)
(0.10 / 0.09 / 0.00 / 0.40)

CMYK percentages

%9.8
%9.15
%0
%40

Codes

Color #8A8B99 in popluar color models

8A 8B 99
RGB 138 139 153
HSL 236° 6.85% 57.06%
HSB/HSV 236° 9.80% 60.00%
CMYK 9.80% 9.15% 0.00%
40.00%

Color #8A8B99 in popluar number systems.

HEX 8A 8B 99
Decimal 138 139 153
Binary 10001010 10001011 10011001
Octal 212 213 231

Shades and tints

Shades of #8A8B99

#8A8B99
(138,139,153)
#7E7F8C
(126,127,140)
#72737F
(114,115,127)
#666772
(102,103,114)
#5A5B65
(90,91,101)
#4E4F58
(78,79,88)
#42434B
(66,67,75)
#36373E
(54,55,62)
#2A2B31
(42,43,49)
#1E1F24
(30,31,36)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #8A8B99

#8A8B99
(138,139,153)
#9495A2
(148,149,162)
#9E9FAB
(158,159,171)
#A8A9B4
(168,169,180)
#B2B3BD
(178,179,189)
#BCBDC6
(188,189,198)
#C6C7CF
(198,199,207)
#D0D1D8
(208,209,216)
#DADBE1
(218,219,225)
#E4E5EA
(228,229,234)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8B99; }

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

This text font color is #8A8B99.

Background Color

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

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

This div background color is #8A8B99.

Border color

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

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

This div border color is #8A8B99.

Opacity

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

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

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

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

This text has shadow with #8A8B99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A8B99.

Preview

Color preview on black background

This text has color #8A8B99 on black background.


Color preview on white background

This text has color #8A8B99 on white background.


Black color preview on #8A8B99 background

This text has black color on #8A8B99 background.


White color preview on #8A8B99 background

This text has white color on #8A8B99 background.


Related colors

Complementary color

Complementary color for #hex is #757466.


I love getcolorcode.com

Triadic colors

1 #998A8B and #8B998A with #8A8B99 are triadic colors.

2 #998B8A and #8B8A99 with #8A8B99 are triadic colors.