COLOR #9AA6AA

HEX: #9AA6AA
RGB: (154,166,170)

Color info

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

RGB color model

#9AA6AA color RGB value is (154,166,170).

  • red value is 154;
  • green value is 166;
  • blue value is 170.
RGB:
(154,166,170)
(60%,65%,67%)

RGB channels and saturation

R 154 of 255 = 60%
G 166 of 255 = 65%
B 170 of 255 = 67%

154
166
170

R + G + B ~ 64%. #9AA6AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 166 + 170 = 490 (100%)
R 154 of 490 ~ 31.43%
G 166 of 490 ~ 33.88%
B 170 of 490 ~ 34.69%

%31.43
%33.88
%34.69

CMYK color model

#9AA6AA color CMYK value is (9,2,0,33).

  • cyan value is 9.41%
  • magenta value is 2.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(9,2,0,33)
C9M2Y0K33 
(9%,2%,0%,33%)
(0.09/0.02/0.00/0.33)	

CMYK percentages

%9.41
%2.35
%0
%33.33

Codes

Color #9AA6AA in popluar color models

9AA6AA
RGB154166170
HSL195°8.60%63.53%
HSB/HSV195°9.41%66.67%
CMYK9.41%2.35%0.00%
33.33%

Color #9AA6AA in popluar number systems.

HEX9AA6AA
Decimal154166170
Binary100110101010011010101010
Octal232246252

Shades and tints

Shades of #9AA6AA

#9AA6AA
(154,166,170)
#8C979B
(140,151,155)
#7E888C
(126,136,140)
#70797D
(112,121,125)
#626A6E
(98,106,110)
#545B5F
(84,91,95)
#464C50
(70,76,80)
#383D41
(56,61,65)
#2A2E32
(42,46,50)
#1C1F23
(28,31,35)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #9AA6AA

#9AA6AA
(154,166,170)
#A3AEB1
(163,174,177)
#ACB6B8
(172,182,184)
#B5BEBF
(181,190,191)
#BEC6C6
(190,198,198)
#C7CECD
(199,206,205)
#D0D6D4
(208,214,212)
#D9DEDB
(217,222,219)
#E2E6E2
(226,230,226)
#EBEEE9
(235,238,233)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AA6AA color. Also use rgb(154,166,170) instead hex code.

Text Font Color

.myTextColor { color: #9AA6AA; }

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

This text font color is #9AA6AA.


Background Color

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

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

This div background color is #9AA6AA.


Border color

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

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

This div border color is #9AA6AA.


Opacity

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

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

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

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

This text has shadow with #9AA6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AA6AA on black background.


Color preview on white background

This text has color #9AA6AA on white background.



Black color preview on #9AA6AA background

This text has black color on #9AA6AA background.


White color preview on #9AA6AA background

This text has white color on #9AA6AA background.