COLOR #9AA5D3

HEX: #9AA5D3
RGB: (154,165,211)

Color info

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

RGB color model

#9AA5D3 color RGB value is (154,165,211).

  • red value is 154;
  • green value is 165;
  • blue value is 211.
RGB:
(154,165,211)
(60%,65%,83%)

RGB channels and saturation

R 154 of 255 = 60%
G 165 of 255 = 65%
B 211 of 255 = 83%

154
165
211

R + G + B ~ 69%. #9AA5D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 165 + 211 = 530 (100%)
R 154 of 530 ~ 29.06%
G 165 of 530 ~ 31.13%
B 211 of 530 ~ 39.81%

%29.06
%31.13
%39.81

CMYK color model

#9AA5D3 color CMYK value is (27,22,0,17).

  • cyan value is 27.01%
  • magenta value is 21.80%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(27,22,0,17)
C27M22Y0K17 
(27%,22%,0%,17%)
(0.27/0.22/0.00/0.17)	

CMYK percentages

%27.01
%21.8
%0
%17.25

Codes

Color #9AA5D3 in popluar color models

9AA5D3
RGB154165211
HSL228°39.31%71.57%
HSB/HSV228°27.01%82.75%
CMYK27.01%21.80%0.00%
17.25%

Color #9AA5D3 in popluar number systems.

HEX9AA5D3
Decimal154165211
Binary100110101010010111010011
Octal232245323

Shades and tints

Shades of #9AA5D3

#9AA5D3
(154,165,211)
#8C96C0
(140,150,192)
#7E87AD
(126,135,173)
#70789A
(112,120,154)
#626987
(98,105,135)
#545A74
(84,90,116)
#464B61
(70,75,97)
#383C4E
(56,60,78)
#2A2D3B
(42,45,59)
#1C1E28
(28,30,40)
#0E0F15
(14,15,21)
#000000
(0,0,0)

Tints of #9AA5D3

#9AA5D3
(154,165,211)
#A3ADD7
(163,173,215)
#ACB5DB
(172,181,219)
#B5BDDF
(181,189,223)
#BEC5E3
(190,197,227)
#C7CDE7
(199,205,231)
#D0D5EB
(208,213,235)
#D9DDEF
(217,221,239)
#E2E5F3
(226,229,243)
#EBEDF7
(235,237,247)
#F4F5FB
(244,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AA5D3 color. Also use rgb(154,165,211) instead hex code.

Text Font Color

.myTextColor { color: #9AA5D3; }

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

This text font color is #9AA5D3.


Background Color

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

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

This div background color is #9AA5D3.


Border color

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

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

This div border color is #9AA5D3.


Opacity

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

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

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

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

This text has shadow with #9AA5D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AA5D3 on black background.


Color preview on white background

This text has color #9AA5D3 on white background.



Black color preview on #9AA5D3 background

This text has black color on #9AA5D3 background.


White color preview on #9AA5D3 background

This text has white color on #9AA5D3 background.