COLOR #9AA6BD

HEX: #9AA6BD
RGB: (154,166,189)

Color info

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

RGB color model

#9AA6BD color RGB value is (154,166,189).

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

RGB channels and saturation

R 154 of 255 = 60%
G 166 of 255 = 65%
B 189 of 255 = 74%

154
166
189

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

Portions of RGB colors in percentages

R + G + B =
154 + 166 + 189 = 509 (100%)
R 154 of 509 ~ 30.26%
G 166 of 509 ~ 32.61%
B 189 of 509 ~ 37.13%

%30.26
%32.61
%37.13

CMYK color model

#9AA6BD color CMYK value is (19,12,0,26).

  • cyan value is 18.52%
  • magenta value is 12.17%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(19,12,0,26)
C19M12Y0K26 
(19%,12%,0%,26%)
(0.19/0.12/0.00/0.26)	

CMYK percentages

%18.52
%12.17
%0
%25.88

Codes

Color #9AA6BD in popluar color models

9AA6BD
RGB154166189
HSL219°20.96%67.25%
HSB/HSV219°18.52%74.12%
CMYK18.52%12.17%0.00%
25.88%

Color #9AA6BD in popluar number systems.

HEX9AA6BD
Decimal154166189
Binary100110101010011010111101
Octal232246275

Shades and tints

Shades of #9AA6BD

#9AA6BD
(154,166,189)
#8C97AC
(140,151,172)
#7E889B
(126,136,155)
#70798A
(112,121,138)
#626A79
(98,106,121)
#545B68
(84,91,104)
#464C57
(70,76,87)
#383D46
(56,61,70)
#2A2E35
(42,46,53)
#1C1F24
(28,31,36)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #9AA6BD

#9AA6BD
(154,166,189)
#A3AEC3
(163,174,195)
#ACB6C9
(172,182,201)
#B5BECF
(181,190,207)
#BEC6D5
(190,198,213)
#C7CEDB
(199,206,219)
#D0D6E1
(208,214,225)
#D9DEE7
(217,222,231)
#E2E6ED
(226,230,237)
#EBEEF3
(235,238,243)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AA6BD; }

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

This text font color is #9AA6BD.


Background Color

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

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

This div background color is #9AA6BD.


Border color

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

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

This div border color is #9AA6BD.


Opacity

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

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

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

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

This text has shadow with #9AA6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AA6BD on black background.


Color preview on white background

This text has color #9AA6BD on white background.



Black color preview on #9AA6BD background

This text has black color on #9AA6BD background.


White color preview on #9AA6BD background

This text has white color on #9AA6BD background.