COLOR #8A969C

HEX: #8A969C
RGB: (138,150,156)

Color info

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

RGB color model

#8A969C color RGB value is (138,150,156).

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

RGB channels and saturation

R 138 of 255 = 54%
G 150 of 255 = 59%
B 156 of 255 = 61%

138
150
156

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

Portions of RGB colors in percentages

R + G + B =
138 + 150 + 156 = 444 (100%)
R 138 of 444 ~ 31.08%
G 150 of 444 ~ 33.78%
B 156 of 444 ~ 35.14%

%31.08
%33.78
%35.14

CMYK color model

#8A969C color CMYK value is (12,4,0,39).

  • cyan value is 11.54%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(12,4,0,39)
C12M4Y0K39 
(12%,4%,0%,39%)
(0.12/0.04/0.00/0.39)	

CMYK percentages

%11.54
%3.85
%0
%38.82

Codes

Color #8A969C in popluar color models

8A969C
RGB138150156
HSL200°8.33%57.65%
HSB/HSV200°11.54%61.18%
CMYK11.54%3.85%0.00%
38.82%

Color #8A969C in popluar number systems.

HEX8A969C
Decimal138150156
Binary100010101001011010011100
Octal212226234

Shades and tints

Shades of #8A969C

#8A969C
(138,150,156)
#7E898E
(126,137,142)
#727C80
(114,124,128)
#666F72
(102,111,114)
#5A6264
(90,98,100)
#4E5556
(78,85,86)
#424848
(66,72,72)
#363B3A
(54,59,58)
#2A2E2C
(42,46,44)
#1E211E
(30,33,30)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #8A969C

#8A969C
(138,150,156)
#949FA5
(148,159,165)
#9EA8AE
(158,168,174)
#A8B1B7
(168,177,183)
#B2BAC0
(178,186,192)
#BCC3C9
(188,195,201)
#C6CCD2
(198,204,210)
#D0D5DB
(208,213,219)
#DADEE4
(218,222,228)
#E4E7ED
(228,231,237)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A969C; }

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

This text font color is #8A969C.


Background Color

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

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

This div background color is #8A969C.


Border color

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

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

This div border color is #8A969C.


Opacity

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

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

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

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

This text has shadow with #8A969C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A969C on black background.


Color preview on white background

This text has color #8A969C on white background.



Black color preview on #8A969C background

This text has black color on #8A969C background.


White color preview on #8A969C background

This text has white color on #8A969C background.