COLOR #8A909B

HEX: #8A909B
RGB: (138,144,155)

Color info

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

RGB color model

#8A909B color RGB value is (138,144,155).

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

RGB channels and saturation

R 138 of 255 = 54%
G 144 of 255 = 56%
B 155 of 255 = 61%

138
144
155

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

Portions of RGB colors in percentages

R + G + B =
138 + 144 + 155 = 437 (100%)
R 138 of 437 ~ 31.58%
G 144 of 437 ~ 32.95%
B 155 of 437 ~ 35.47%

%31.58
%32.95
%35.47

CMYK color model

#8A909B color CMYK value is (11,7,0,39).

  • cyan value is 10.97%
  • magenta value is 7.10%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(11,7,0,39)
C11M7Y0K39 
(11%,7%,0%,39%)
(0.11/0.07/0.00/0.39)	

CMYK percentages

%10.97
%7.1
%0
%39.22

Codes

Color #8A909B in popluar color models

8A909B
RGB138144155
HSL219°7.83%57.45%
HSB/HSV219°10.97%60.78%
CMYK10.97%7.10%0.00%
39.22%

Color #8A909B in popluar number systems.

HEX8A909B
Decimal138144155
Binary100010101001000010011011
Octal212220233

Shades and tints

Shades of #8A909B

#8A909B
(138,144,155)
#7E838D
(126,131,141)
#72767F
(114,118,127)
#666971
(102,105,113)
#5A5C63
(90,92,99)
#4E4F55
(78,79,85)
#424247
(66,66,71)
#363539
(54,53,57)
#2A282B
(42,40,43)
#1E1B1D
(30,27,29)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #8A909B

#8A909B
(138,144,155)
#949AA4
(148,154,164)
#9EA4AD
(158,164,173)
#A8AEB6
(168,174,182)
#B2B8BF
(178,184,191)
#BCC2C8
(188,194,200)
#C6CCD1
(198,204,209)
#D0D6DA
(208,214,218)
#DAE0E3
(218,224,227)
#E4EAEC
(228,234,236)
#EEF4F5
(238,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A909B; }

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

This text font color is #8A909B.


Background Color

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

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

This div background color is #8A909B.


Border color

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

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

This div border color is #8A909B.


Opacity

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

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

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

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

This text has shadow with #8A909B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A909B on black background.


Color preview on white background

This text has color #8A909B on white background.



Black color preview on #8A909B background

This text has black color on #8A909B background.


White color preview on #8A909B background

This text has white color on #8A909B background.