COLOR #8A988E

HEX: #8A988E
RGB: (138,152,142)

Color info

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

RGB color model

#8A988E color RGB value is (138,152,142).

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

RGB channels and saturation

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

138
152
142

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

Portions of RGB colors in percentages

R + G + B =
138 + 152 + 142 = 432 (100%)
R 138 of 432 ~ 31.94%
G 152 of 432 ~ 35.19%
B 142 of 432 ~ 32.87%

%31.94
%35.19
%32.87

CMYK color model

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

  • cyan value is 9.21%
  • magenta value is 0.00%
  • yellow value is 6.58%
  • key color value is 40.39%
CMYK:
(9,0,7,40)
C9M0Y7K40 
(9%,0%,7%,40%)
(0.09/0.00/0.07/0.40)	

CMYK percentages

%9.21
%0
%6.58
%40.39

Codes

Color #8A988E in popluar color models

8A988E
RGB138152142
HSL137°6.36%56.86%
HSB/HSV137°9.21%59.61%
CMYK9.21%0.00%6.58%
40.39%

Color #8A988E in popluar number systems.

HEX8A988E
Decimal138152142
Binary100010101001100010001110
Octal212230216

Shades and tints

Shades of #8A988E

#8A988E
(138,152,142)
#7E8B82
(126,139,130)
#727E76
(114,126,118)
#66716A
(102,113,106)
#5A645E
(90,100,94)
#4E5752
(78,87,82)
#424A46
(66,74,70)
#363D3A
(54,61,58)
#2A302E
(42,48,46)
#1E2322
(30,35,34)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #8A988E

#8A988E
(138,152,142)
#94A198
(148,161,152)
#9EAAA2
(158,170,162)
#A8B3AC
(168,179,172)
#B2BCB6
(178,188,182)
#BCC5C0
(188,197,192)
#C6CECA
(198,206,202)
#D0D7D4
(208,215,212)
#DAE0DE
(218,224,222)
#E4E9E8
(228,233,232)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A988E; }

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

This text font color is #8A988E.


Background Color

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

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

This div background color is #8A988E.


Border color

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

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

This div border color is #8A988E.


Opacity

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

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

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

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

This text has shadow with #8A988E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A988E on black background.


Color preview on white background

This text has color #8A988E on white background.



Black color preview on #8A988E background

This text has black color on #8A988E background.


White color preview on #8A988E background

This text has white color on #8A988E background.