COLOR #8A998E

HEX: #8A998E
RGB: (138,153,142)

Color info

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

RGB color model

#8A998E color RGB value is (138,153,142).

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

RGB channels and saturation

R 138 of 255 = 54%
G 153 of 255 = 60%
B 142 of 255 = 56%

138
153
142

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

Portions of RGB colors in percentages

R + G + B =
138 + 153 + 142 = 433 (100%)
R 138 of 433 ~ 31.87%
G 153 of 433 ~ 35.33%
B 142 of 433 ~ 32.79%

%31.87
%35.33
%32.79

CMYK color model

#8A998E color CMYK value is (10,0,7,40).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 7.19%
  • key color value is 40.00%
CMYK:
(10,0,7,40)
C10M0Y7K40 
(10%,0%,7%,40%)
(0.10/0.00/0.07/0.40)	

CMYK percentages

%9.8
%0
%7.19
%40

Codes

Color #8A998E in popluar color models

8A998E
RGB138153142
HSL136°6.85%57.06%
HSB/HSV136°9.80%60.00%
CMYK9.80%0.00%7.19%
40.00%

Color #8A998E in popluar number systems.

HEX8A998E
Decimal138153142
Binary100010101001100110001110
Octal212231216

Shades and tints

Shades of #8A998E

#8A998E
(138,153,142)
#7E8C82
(126,140,130)
#727F76
(114,127,118)
#66726A
(102,114,106)
#5A655E
(90,101,94)
#4E5852
(78,88,82)
#424B46
(66,75,70)
#363E3A
(54,62,58)
#2A312E
(42,49,46)
#1E2422
(30,36,34)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #8A998E

#8A998E
(138,153,142)
#94A298
(148,162,152)
#9EABA2
(158,171,162)
#A8B4AC
(168,180,172)
#B2BDB6
(178,189,182)
#BCC6C0
(188,198,192)
#C6CFCA
(198,207,202)
#D0D8D4
(208,216,212)
#DAE1DE
(218,225,222)
#E4EAE8
(228,234,232)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A998E; }

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

This text font color is #8A998E.


Background Color

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

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

This div background color is #8A998E.


Border color

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

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

This div border color is #8A998E.


Opacity

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

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

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

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

This text has shadow with #8A998E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A998E on black background.


Color preview on white background

This text has color #8A998E on white background.



Black color preview on #8A998E background

This text has black color on #8A998E background.


White color preview on #8A998E background

This text has white color on #8A998E background.