COLOR #8A988D

HEX: #8A988D
RGB: (138,152,141)

Color info

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

RGB color model

#8A988D color RGB value is (138,152,141).

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

RGB channels and saturation

R 138 of 255 = 54%
G 152 of 255 = 60%
B 141 of 255 = 55%

138
152
141

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

Portions of RGB colors in percentages

R + G + B =
138 + 152 + 141 = 431 (100%)
R 138 of 431 ~ 32.02%
G 152 of 431 ~ 35.27%
B 141 of 431 ~ 32.71%

%32.02
%35.27
%32.71

CMYK color model

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

  • cyan value is 9.21%
  • magenta value is 0.00%
  • yellow value is 7.24%
  • 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
%7.24
%40.39

Codes

Color #8A988D in popluar color models

8A988D
RGB138152141
HSL133°6.36%56.86%
HSB/HSV133°9.21%59.61%
CMYK9.21%0.00%7.24%
40.39%

Color #8A988D in popluar number systems.

HEX8A988D
Decimal138152141
Binary100010101001100010001101
Octal212230215

Shades and tints

Shades of #8A988D

#8A988D
(138,152,141)
#7E8B81
(126,139,129)
#727E75
(114,126,117)
#667169
(102,113,105)
#5A645D
(90,100,93)
#4E5751
(78,87,81)
#424A45
(66,74,69)
#363D39
(54,61,57)
#2A302D
(42,48,45)
#1E2321
(30,35,33)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #8A988D

#8A988D
(138,152,141)
#94A197
(148,161,151)
#9EAAA1
(158,170,161)
#A8B3AB
(168,179,171)
#B2BCB5
(178,188,181)
#BCC5BF
(188,197,191)
#C6CEC9
(198,206,201)
#D0D7D3
(208,215,211)
#DAE0DD
(218,224,221)
#E4E9E7
(228,233,231)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A988D; }

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

This text font color is #8A988D.


Background Color

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

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

This div background color is #8A988D.


Border color

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

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

This div border color is #8A988D.


Opacity

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

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

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

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

This text has shadow with #8A988D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A988D on black background.


Color preview on white background

This text has color #8A988D on white background.



Black color preview on #8A988D background

This text has black color on #8A988D background.


White color preview on #8A988D background

This text has white color on #8A988D background.