COLOR #9AA9D6

HEX: #9AA9D6
RGB: (154,169,214)

Color info

#9AA9D6 contains mainly green and blue colors. Web safe color of #9AA9D6 is #9999CC (or #99C).

RGB color model

#9AA9D6 color RGB value is (154,169,214).

  • red value is 154;
  • green value is 169;
  • blue value is 214.
RGB:
(154,169,214)
(60%,66%,84%)

RGB channels and saturation

R 154 of 255 = 60%
G 169 of 255 = 66%
B 214 of 255 = 84%

154
169
214

R + G + B ~ 70%. #9AA9D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 169 + 214 = 537 (100%)
R 154 of 537 ~ 28.68%
G 169 of 537 ~ 31.47%
B 214 of 537 ~ 39.85%

%28.68
%31.47
%39.85

CMYK color model

#9AA9D6 color CMYK value is (28,21,0,16).

  • cyan value is 28.04%
  • magenta value is 21.03%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(28,21,0,16)
C28M21Y0K16 
(28%,21%,0%,16%)
(0.28/0.21/0.00/0.16)	

CMYK percentages

%28.04
%21.03
%0
%16.08

Codes

Color #9AA9D6 in popluar color models

9AA9D6
RGB154169214
HSL225°42.25%72.16%
HSB/HSV225°28.04%83.92%
CMYK28.04%21.03%0.00%
16.08%

Color #9AA9D6 in popluar number systems.

HEX9AA9D6
Decimal154169214
Binary100110101010100111010110
Octal232251326

Shades and tints

Shades of #9AA9D6

#9AA9D6
(154,169,214)
#8C9AC3
(140,154,195)
#7E8BB0
(126,139,176)
#707C9D
(112,124,157)
#626D8A
(98,109,138)
#545E77
(84,94,119)
#464F64
(70,79,100)
#384051
(56,64,81)
#2A313E
(42,49,62)
#1C222B
(28,34,43)
#0E1318
(14,19,24)
#000000
(0,0,0)

Tints of #9AA9D6

#9AA9D6
(154,169,214)
#A3B0D9
(163,176,217)
#ACB7DC
(172,183,220)
#B5BEDF
(181,190,223)
#BEC5E2
(190,197,226)
#C7CCE5
(199,204,229)
#D0D3E8
(208,211,232)
#D9DAEB
(217,218,235)
#E2E1EE
(226,225,238)
#EBE8F1
(235,232,241)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AA9D6 color. Also use rgb(154,169,214) instead hex code.

Text Font Color

.myTextColor { color: #9AA9D6; }

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

This text font color is #9AA9D6.


Background Color

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

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

This div background color is #9AA9D6.


Border color

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

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

This div border color is #9AA9D6.


Opacity

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

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

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

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

This text has shadow with #9AA9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AA9D6 on black background.


Color preview on white background

This text has color #9AA9D6 on white background.



Black color preview on #9AA9D6 background

This text has black color on #9AA9D6 background.


White color preview on #9AA9D6 background

This text has white color on #9AA9D6 background.