COLOR #9AA6BB

HEX: #9AA6BB
RGB: (154,166,187)

Color info

#9AA6BB contains red, green and blue colors in about the same proportion. Web safe color of #9AA6BB is #9999CC (or #99C).

RGB color model

#9AA6BB color RGB value is (154,166,187).

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

RGB channels and saturation

R 154 of 255 = 60%
G 166 of 255 = 65%
B 187 of 255 = 73%

154
166
187

R + G + B ~ 66%. #9AA6BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 166 + 187 = 507 (100%)
R 154 of 507 ~ 30.37%
G 166 of 507 ~ 32.74%
B 187 of 507 ~ 36.88%

%30.37
%32.74
%36.88

CMYK color model

#9AA6BB color CMYK value is (18,11,0,27).

  • cyan value is 17.65%
  • magenta value is 11.23%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(18,11,0,27)
C18M11Y0K27 
(18%,11%,0%,27%)
(0.18/0.11/0.00/0.27)	

CMYK percentages

%17.65
%11.23
%0
%26.67

Codes

Color #9AA6BB in popluar color models

9AA6BB
RGB154166187
HSL218°19.53%66.86%
HSB/HSV218°17.65%73.33%
CMYK17.65%11.23%0.00%
26.67%

Color #9AA6BB in popluar number systems.

HEX9AA6BB
Decimal154166187
Binary100110101010011010111011
Octal232246273

Shades and tints

Shades of #9AA6BB

#9AA6BB
(154,166,187)
#8C97AA
(140,151,170)
#7E8899
(126,136,153)
#707988
(112,121,136)
#626A77
(98,106,119)
#545B66
(84,91,102)
#464C55
(70,76,85)
#383D44
(56,61,68)
#2A2E33
(42,46,51)
#1C1F22
(28,31,34)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #9AA6BB

#9AA6BB
(154,166,187)
#A3AEC1
(163,174,193)
#ACB6C7
(172,182,199)
#B5BECD
(181,190,205)
#BEC6D3
(190,198,211)
#C7CED9
(199,206,217)
#D0D6DF
(208,214,223)
#D9DEE5
(217,222,229)
#E2E6EB
(226,230,235)
#EBEEF1
(235,238,241)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AA6BB; }

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

This text font color is #9AA6BB.


Background Color

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

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

This div background color is #9AA6BB.


Border color

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

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

This div border color is #9AA6BB.


Opacity

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

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

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

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

This text has shadow with #9AA6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AA6BB on black background.


Color preview on white background

This text has color #9AA6BB on white background.



Black color preview on #9AA6BB background

This text has black color on #9AA6BB background.


White color preview on #9AA6BB background

This text has white color on #9AA6BB background.