COLOR #8A999C

HEX: #8A999C
RGB: (138,153,156)

Color info

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

RGB color model

#8A999C color RGB value is (138,153,156).

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

RGB channels and saturation

R 138 of 255 = 54%
G 153 of 255 = 60%
B 156 of 255 = 61%

138
153
156

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

Portions of RGB colors in percentages

R + G + B =
138 + 153 + 156 = 447 (100%)
R 138 of 447 ~ 30.87%
G 153 of 447 ~ 34.23%
B 156 of 447 ~ 34.9%

%30.87
%34.23
%34.9

CMYK color model

#8A999C color CMYK value is (12,2,0,39).

  • cyan value is 11.54%
  • magenta value is 1.92%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(12,2,0,39)
C12M2Y0K39 
(12%,2%,0%,39%)
(0.12/0.02/0.00/0.39)	

CMYK percentages

%11.54
%1.92
%0
%38.82

Codes

Color #8A999C in popluar color models

8A999C
RGB138153156
HSL190°8.33%57.65%
HSB/HSV190°11.54%61.18%
CMYK11.54%1.92%0.00%
38.82%

Color #8A999C in popluar number systems.

HEX8A999C
Decimal138153156
Binary100010101001100110011100
Octal212231234

Shades and tints

Shades of #8A999C

#8A999C
(138,153,156)
#7E8C8E
(126,140,142)
#727F80
(114,127,128)
#667272
(102,114,114)
#5A6564
(90,101,100)
#4E5856
(78,88,86)
#424B48
(66,75,72)
#363E3A
(54,62,58)
#2A312C
(42,49,44)
#1E241E
(30,36,30)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #8A999C

#8A999C
(138,153,156)
#94A2A5
(148,162,165)
#9EABAE
(158,171,174)
#A8B4B7
(168,180,183)
#B2BDC0
(178,189,192)
#BCC6C9
(188,198,201)
#C6CFD2
(198,207,210)
#D0D8DB
(208,216,219)
#DAE1E4
(218,225,228)
#E4EAED
(228,234,237)
#EEF3F6
(238,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A999C; }

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

This text font color is #8A999C.


Background Color

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

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

This div background color is #8A999C.


Border color

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

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

This div border color is #8A999C.


Opacity

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

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

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

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

This text has shadow with #8A999C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A999C on black background.


Color preview on white background

This text has color #8A999C on white background.



Black color preview on #8A999C background

This text has black color on #8A999C background.


White color preview on #8A999C background

This text has white color on #8A999C background.