COLOR #8A969D

HEX: #8A969D
RGB: (138,150,157)

Color info

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

RGB color model

#8A969D color RGB value is (138,150,157).

  • red value is 138;
  • green value is 150;
  • blue value is 157.
RGB:
(138,150,157)
(54%,59%,62%)

RGB channels and saturation

R 138 of 255 = 54%
G 150 of 255 = 59%
B 157 of 255 = 62%

138
150
157

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

Portions of RGB colors in percentages

R + G + B =
138 + 150 + 157 = 445 (100%)
R 138 of 445 ~ 31.01%
G 150 of 445 ~ 33.71%
B 157 of 445 ~ 35.28%

%31.01
%33.71
%35.28

CMYK color model

#8A969D color CMYK value is (12,4,0,38).

  • cyan value is 12.10%
  • magenta value is 4.46%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(12,4,0,38)
C12M4Y0K38 
(12%,4%,0%,38%)
(0.12/0.04/0.00/0.38)	

CMYK percentages

%12.1
%4.46
%0
%38.43

Codes

Color #8A969D in popluar color models

8A969D
RGB138150157
HSL202°8.84%57.84%
HSB/HSV202°12.10%61.57%
CMYK12.10%4.46%0.00%
38.43%

Color #8A969D in popluar number systems.

HEX8A969D
Decimal138150157
Binary100010101001011010011101
Octal212226235

Shades and tints

Shades of #8A969D

#8A969D
(138,150,157)
#7E898F
(126,137,143)
#727C81
(114,124,129)
#666F73
(102,111,115)
#5A6265
(90,98,101)
#4E5557
(78,85,87)
#424849
(66,72,73)
#363B3B
(54,59,59)
#2A2E2D
(42,46,45)
#1E211F
(30,33,31)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #8A969D

#8A969D
(138,150,157)
#949FA5
(148,159,165)
#9EA8AD
(158,168,173)
#A8B1B5
(168,177,181)
#B2BABD
(178,186,189)
#BCC3C5
(188,195,197)
#C6CCCD
(198,204,205)
#D0D5D5
(208,213,213)
#DADEDD
(218,222,221)
#E4E7E5
(228,231,229)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A969D color. Also use rgb(138,150,157) instead hex code.

Text Font Color

.myTextColor { color: #8A969D; }

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

This text font color is #8A969D.


Background Color

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

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

This div background color is #8A969D.


Border color

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

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

This div border color is #8A969D.


Opacity

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

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

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

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

This text has shadow with #8A969D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A969D on black background.


Color preview on white background

This text has color #8A969D on white background.



Black color preview on #8A969D background

This text has black color on #8A969D background.


White color preview on #8A969D background

This text has white color on #8A969D background.