COLOR #8A9290

HEX: #8A9290
RGB: (138,146,144)

Color info

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

RGB color model

#8A9290 color RGB value is (138,146,144).

  • red value is 138;
  • green value is 146;
  • blue value is 144.
RGB:
(138,146,144)
(54%,57%,56%)

RGB channels and saturation

R 138 of 255 = 54%
G 146 of 255 = 57%
B 144 of 255 = 56%

138
146
144

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

Portions of RGB colors in percentages

R + G + B =
138 + 146 + 144 = 428 (100%)
R 138 of 428 ~ 32.24%
G 146 of 428 ~ 34.11%
B 144 of 428 ~ 33.64%

%32.24
%34.11
%33.64

CMYK color model

#8A9290 color CMYK value is (5,0,1,43).

  • cyan value is 5.48%
  • magenta value is 0.00%
  • yellow value is 1.37%
  • key color value is 42.75%
CMYK:
(5,0,1,43)
C5M0Y1K43 
(5%,0%,1%,43%)
(0.05/0.00/0.01/0.43)	

CMYK percentages

%5.48
%0
%1.37
%42.75

Codes

Color #8A9290 in popluar color models

8A9290
RGB138146144
HSL165°3.54%55.69%
HSB/HSV165°5.48%57.25%
CMYK5.48%0.00%1.37%
42.75%

Color #8A9290 in popluar number systems.

HEX8A9290
Decimal138146144
Binary100010101001001010010000
Octal212222220

Shades and tints

Shades of #8A9290

#8A9290
(138,146,144)
#7E8583
(126,133,131)
#727876
(114,120,118)
#666B69
(102,107,105)
#5A5E5C
(90,94,92)
#4E514F
(78,81,79)
#424442
(66,68,66)
#363735
(54,55,53)
#2A2A28
(42,42,40)
#1E1D1B
(30,29,27)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #8A9290

#8A9290
(138,146,144)
#949B9A
(148,155,154)
#9EA4A4
(158,164,164)
#A8ADAE
(168,173,174)
#B2B6B8
(178,182,184)
#BCBFC2
(188,191,194)
#C6C8CC
(198,200,204)
#D0D1D6
(208,209,214)
#DADAE0
(218,218,224)
#E4E3EA
(228,227,234)
#EEECF4
(238,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9290 color. Also use rgb(138,146,144) instead hex code.

Text Font Color

.myTextColor { color: #8A9290; }

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

This text font color is #8A9290.


Background Color

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

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

This div background color is #8A9290.


Border color

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

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

This div border color is #8A9290.


Opacity

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

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

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

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

This text has shadow with #8A9290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9290 on black background.


Color preview on white background

This text has color #8A9290 on white background.



Black color preview on #8A9290 background

This text has black color on #8A9290 background.


White color preview on #8A9290 background

This text has white color on #8A9290 background.