COLOR #8A9994

HEX: #8A9994
RGB: (138,153,148)

Color info

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

RGB color model

#8A9994 color RGB value is (138,153,148).

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

RGB channels and saturation

R 138 of 255 = 54%
G 153 of 255 = 60%
B 148 of 255 = 58%

138
153
148

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

Portions of RGB colors in percentages

R + G + B =
138 + 153 + 148 = 439 (100%)
R 138 of 439 ~ 31.44%
G 153 of 439 ~ 34.85%
B 148 of 439 ~ 33.71%

%31.44
%34.85
%33.71

CMYK color model

#8A9994 color CMYK value is (10,0,3,40).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 3.27%
  • key color value is 40.00%
CMYK:
(10,0,3,40)
C10M0Y3K40 
(10%,0%,3%,40%)
(0.10/0.00/0.03/0.40)	

CMYK percentages

%9.8
%0
%3.27
%40

Codes

Color #8A9994 in popluar color models

8A9994
RGB138153148
HSL160°6.85%57.06%
HSB/HSV160°9.80%60.00%
CMYK9.80%0.00%3.27%
40.00%

Color #8A9994 in popluar number systems.

HEX8A9994
Decimal138153148
Binary100010101001100110010100
Octal212231224

Shades and tints

Shades of #8A9994

#8A9994
(138,153,148)
#7E8C87
(126,140,135)
#727F7A
(114,127,122)
#66726D
(102,114,109)
#5A6560
(90,101,96)
#4E5853
(78,88,83)
#424B46
(66,75,70)
#363E39
(54,62,57)
#2A312C
(42,49,44)
#1E241F
(30,36,31)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #8A9994

#8A9994
(138,153,148)
#94A29D
(148,162,157)
#9EABA6
(158,171,166)
#A8B4AF
(168,180,175)
#B2BDB8
(178,189,184)
#BCC6C1
(188,198,193)
#C6CFCA
(198,207,202)
#D0D8D3
(208,216,211)
#DAE1DC
(218,225,220)
#E4EAE5
(228,234,229)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9994; }

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

This text font color is #8A9994.


Background Color

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

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

This div background color is #8A9994.


Border color

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

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

This div border color is #8A9994.


Opacity

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

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

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

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

This text has shadow with #8A9994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9994 on black background.


Color preview on white background

This text has color #8A9994 on white background.



Black color preview on #8A9994 background

This text has black color on #8A9994 background.


White color preview on #8A9994 background

This text has white color on #8A9994 background.