COLOR #9AA3EC

HEX: #9AA3EC
RGB: (154,163,236)

Color info

#9AA3EC contains mainly blue color. Web safe color of #9AA3EC is #9999FF (or #99F).

RGB color model

#9AA3EC color RGB value is (154,163,236).

  • red value is 154;
  • green value is 163;
  • blue value is 236.
RGB:
(154,163,236)
(60%,64%,93%)

RGB channels and saturation

R 154 of 255 = 60%
G 163 of 255 = 64%
B 236 of 255 = 93%

154
163
236

R + G + B ~ 72%. #9AA3EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 163 + 236 = 553 (100%)
R 154 of 553 ~ 27.85%
G 163 of 553 ~ 29.48%
B 236 of 553 ~ 42.68%

%27.85
%29.48
%42.68

CMYK color model

#9AA3EC color CMYK value is (35,31,0,7).

  • cyan value is 34.75%
  • magenta value is 30.93%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(35,31,0,7)
C35M31Y0K7 
(35%,31%,0%,7%)
(0.35/0.31/0.00/0.07)	

CMYK percentages

%34.75
%30.93
%0
%7.45

Codes

Color #9AA3EC in popluar color models

9AA3EC
RGB154163236
HSL233°68.33%76.47%
HSB/HSV233°34.75%92.55%
CMYK34.75%30.93%0.00%
7.45%

Color #9AA3EC in popluar number systems.

HEX9AA3EC
Decimal154163236
Binary100110101010001111101100
Octal232243354

Shades and tints

Shades of #9AA3EC

#9AA3EC
(154,163,236)
#8C95D7
(140,149,215)
#7E87C2
(126,135,194)
#7079AD
(112,121,173)
#626B98
(98,107,152)
#545D83
(84,93,131)
#464F6E
(70,79,110)
#384159
(56,65,89)
#2A3344
(42,51,68)
#1C252F
(28,37,47)
#0E171A
(14,23,26)
#000000
(0,0,0)

Tints of #9AA3EC

#9AA3EC
(154,163,236)
#A3ABED
(163,171,237)
#ACB3EE
(172,179,238)
#B5BBEF
(181,187,239)
#BEC3F0
(190,195,240)
#C7CBF1
(199,203,241)
#D0D3F2
(208,211,242)
#D9DBF3
(217,219,243)
#E2E3F4
(226,227,244)
#EBEBF5
(235,235,245)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AA3EC color. Also use rgb(154,163,236) instead hex code.

Text Font Color

.myTextColor { color: #9AA3EC; }

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

This text font color is #9AA3EC.


Background Color

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

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

This div background color is #9AA3EC.


Border color

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

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

This div border color is #9AA3EC.


Opacity

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

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

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

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

This text has shadow with #9AA3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AA3EC on black background.


Color preview on white background

This text has color #9AA3EC on white background.



Black color preview on #9AA3EC background

This text has black color on #9AA3EC background.


White color preview on #9AA3EC background

This text has white color on #9AA3EC background.