COLOR #9AB4F0

HEX: #9AB4F0
RGB: (154,180,240)

Color info

#9AB4F0 contains mainly blue color. Web safe color of #9AB4F0 is #99CCFF (or #9CF).

RGB color model

#9AB4F0 color RGB value is (154,180,240).

  • red value is 154;
  • green value is 180;
  • blue value is 240.
RGB:
(154,180,240)
(60%,71%,94%)

RGB channels and saturation

R 154 of 255 = 60%
G 180 of 255 = 71%
B 240 of 255 = 94%

154
180
240

R + G + B ~ 75%. #9AB4F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 180 + 240 = 574 (100%)
R 154 of 574 ~ 26.83%
G 180 of 574 ~ 31.36%
B 240 of 574 ~ 41.81%

%26.83
%31.36
%41.81

CMYK color model

#9AB4F0 color CMYK value is (36,25,0,6).

  • cyan value is 35.83%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(36,25,0,6)
C36M25Y0K6 
(36%,25%,0%,6%)
(0.36/0.25/0.00/0.06)	

CMYK percentages

%35.83
%25
%0
%5.88

Codes

Color #9AB4F0 in popluar color models

9AB4F0
RGB154180240
HSL222°74.14%77.25%
HSB/HSV222°35.83%94.12%
CMYK35.83%25.00%0.00%
5.88%

Color #9AB4F0 in popluar number systems.

HEX9AB4F0
Decimal154180240
Binary100110101011010011110000
Octal232264360

Shades and tints

Shades of #9AB4F0

#9AB4F0
(154,180,240)
#8CA4DB
(140,164,219)
#7E94C6
(126,148,198)
#7084B1
(112,132,177)
#62749C
(98,116,156)
#546487
(84,100,135)
#465472
(70,84,114)
#38445D
(56,68,93)
#2A3448
(42,52,72)
#1C2433
(28,36,51)
#0E141E
(14,20,30)
#000000
(0,0,0)

Tints of #9AB4F0

#9AB4F0
(154,180,240)
#A3BAF1
(163,186,241)
#ACC0F2
(172,192,242)
#B5C6F3
(181,198,243)
#BECCF4
(190,204,244)
#C7D2F5
(199,210,245)
#D0D8F6
(208,216,246)
#D9DEF7
(217,222,247)
#E2E4F8
(226,228,248)
#EBEAF9
(235,234,249)
#F4F0FA
(244,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB4F0 color. Also use rgb(154,180,240) instead hex code.

Text Font Color

.myTextColor { color: #9AB4F0; }

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

This text font color is #9AB4F0.


Background Color

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

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

This div background color is #9AB4F0.


Border color

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

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

This div border color is #9AB4F0.


Opacity

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

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

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

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

This text has shadow with #9AB4F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB4F0 on black background.


Color preview on white background

This text has color #9AB4F0 on white background.



Black color preview on #9AB4F0 background

This text has black color on #9AB4F0 background.


White color preview on #9AB4F0 background

This text has white color on #9AB4F0 background.