COLOR #9A969E

HEX: #9A969E
RGB: (154,150,158)

Color info

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

RGB color model

#9A969E color RGB value is (154,150,158).

  • red value is 154;
  • green value is 150;
  • blue value is 158.
RGB:
(154,150,158)
(60%,59%,62%)

RGB channels and saturation

R 154 of 255 = 60%
G 150 of 255 = 59%
B 158 of 255 = 62%

154
150
158

R + G + B ~ 60%. #9A969E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
154 + 150 + 158 = 462 (100%)
R 154 of 462 ~ 33.33%
G 150 of 462 ~ 32.47%
B 158 of 462 ~ 34.2%

%33.33
%32.47
%34.2

CMYK color model

#9A969E color CMYK value is (3,5,0,38).

  • cyan value is 2.53%
  • magenta value is 5.06%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(3,5,0,38)
C3M5Y0K38 
(3%,5%,0%,38%)
(0.03/0.05/0.00/0.38)	

CMYK percentages

%2.53
%5.06
%0
%38.04

Codes

Color #9A969E in popluar color models

9A969E
RGB154150158
HSL270°3.96%60.39%
HSB/HSV270°5.06%61.96%
CMYK2.53%5.06%0.00%
38.04%

Color #9A969E in popluar number systems.

HEX9A969E
Decimal154150158
Binary100110101001011010011110
Octal232226236

Shades and tints

Shades of #9A969E

#9A969E
(154,150,158)
#8C8990
(140,137,144)
#7E7C82
(126,124,130)
#706F74
(112,111,116)
#626266
(98,98,102)
#545558
(84,85,88)
#46484A
(70,72,74)
#383B3C
(56,59,60)
#2A2E2E
(42,46,46)
#1C2120
(28,33,32)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #9A969E

#9A969E
(154,150,158)
#A39FA6
(163,159,166)
#ACA8AE
(172,168,174)
#B5B1B6
(181,177,182)
#BEBABE
(190,186,190)
#C7C3C6
(199,195,198)
#D0CCCE
(208,204,206)
#D9D5D6
(217,213,214)
#E2DEDE
(226,222,222)
#EBE7E6
(235,231,230)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A969E color. Also use rgb(154,150,158) instead hex code.

Text Font Color

.myTextColor { color: #9A969E; }

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

This text font color is #9A969E.


Background Color

.myBgColor { background-color: #9A969E; }

<div style="background-color:#9A969E">Inner text</div>

This div background color is #9A969E.


Border color

.myBorderColor { border: 1px solid #9A969E; }

<div style="border:3px solid #9A969E">Div</div>

This div border color is #9A969E.


Opacity

.myOpacity80 { color: #9A969E; opacity: 0.8; }

<p style="color:#9A969E;opacity:0.8;">80%</p>

Text with #9A969E 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 #9A969E;}

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

This text has shadow with #9A969E color.

.textShadow {text-shadow: 3px 3px 1px #9A969E, 3px 3px 1px red;}

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

This text has shadow with #9A969E primary color and red secondary color.


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

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

This text has shadow with #9A969E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A969E on black background.


Color preview on white background

This text has color #9A969E on white background.



Black color preview on #9A969E background

This text has black color on #9A969E background.


White color preview on #9A969E background

This text has white color on #9A969E background.