COLOR #8A948D

HEX: #8A948D
RGB: (138,148,141)

Color info

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

RGB color model

#8A948D color RGB value is (138,148,141).

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

RGB channels and saturation

R 138 of 255 = 54%
G 148 of 255 = 58%
B 141 of 255 = 55%

138
148
141

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

Portions of RGB colors in percentages

R + G + B =
138 + 148 + 141 = 427 (100%)
R 138 of 427 ~ 32.32%
G 148 of 427 ~ 34.66%
B 141 of 427 ~ 33.02%

%32.32
%34.66
%33.02

CMYK color model

#8A948D color CMYK value is (7,0,5,42).

  • cyan value is 6.76%
  • magenta value is 0.00%
  • yellow value is 4.73%
  • key color value is 41.96%
CMYK:
(7,0,5,42)
C7M0Y5K42 
(7%,0%,5%,42%)
(0.07/0.00/0.05/0.42)	

CMYK percentages

%6.76
%0
%4.73
%41.96

Codes

Color #8A948D in popluar color models

8A948D
RGB138148141
HSL138°4.46%56.08%
HSB/HSV138°6.76%58.04%
CMYK6.76%0.00%4.73%
41.96%

Color #8A948D in popluar number systems.

HEX8A948D
Decimal138148141
Binary100010101001010010001101
Octal212224215

Shades and tints

Shades of #8A948D

#8A948D
(138,148,141)
#7E8781
(126,135,129)
#727A75
(114,122,117)
#666D69
(102,109,105)
#5A605D
(90,96,93)
#4E5351
(78,83,81)
#424645
(66,70,69)
#363939
(54,57,57)
#2A2C2D
(42,44,45)
#1E1F21
(30,31,33)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #8A948D

#8A948D
(138,148,141)
#949D97
(148,157,151)
#9EA6A1
(158,166,161)
#A8AFAB
(168,175,171)
#B2B8B5
(178,184,181)
#BCC1BF
(188,193,191)
#C6CAC9
(198,202,201)
#D0D3D3
(208,211,211)
#DADCDD
(218,220,221)
#E4E5E7
(228,229,231)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A948D; }

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

This text font color is #8A948D.


Background Color

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

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

This div background color is #8A948D.


Border color

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

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

This div border color is #8A948D.


Opacity

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

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

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

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

This text has shadow with #8A948D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A948D on black background.


Color preview on white background

This text has color #8A948D on white background.



Black color preview on #8A948D background

This text has black color on #8A948D background.


White color preview on #8A948D background

This text has white color on #8A948D background.