COLOR #9AB5F6

HEX: #9AB5F6
RGB: (154,181,246)

Color info

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

RGB color model

#9AB5F6 color RGB value is (154,181,246).

  • red value is 154;
  • green value is 181;
  • blue value is 246.
RGB:
(154,181,246)
(60%,71%,96%)

RGB channels and saturation

R 154 of 255 = 60%
G 181 of 255 = 71%
B 246 of 255 = 96%

154
181
246

R + G + B ~ 76%. #9AB5F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 181 + 246 = 581 (100%)
R 154 of 581 ~ 26.51%
G 181 of 581 ~ 31.15%
B 246 of 581 ~ 42.34%

%26.51
%31.15
%42.34

CMYK color model

#9AB5F6 color CMYK value is (37,26,0,4).

  • cyan value is 37.40%
  • magenta value is 26.42%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(37,26,0,4)
C37M26Y0K4 
(37%,26%,0%,4%)
(0.37/0.26/0.00/0.04)	

CMYK percentages

%37.4
%26.42
%0
%3.53

Codes

Color #9AB5F6 in popluar color models

9AB5F6
RGB154181246
HSL222°83.64%78.43%
HSB/HSV222°37.40%96.47%
CMYK37.40%26.42%0.00%
3.53%

Color #9AB5F6 in popluar number systems.

HEX9AB5F6
Decimal154181246
Binary100110101011010111110110
Octal232265366

Shades and tints

Shades of #9AB5F6

#9AB5F6
(154,181,246)
#8CA5E0
(140,165,224)
#7E95CA
(126,149,202)
#7085B4
(112,133,180)
#62759E
(98,117,158)
#546588
(84,101,136)
#465572
(70,85,114)
#38455C
(56,69,92)
#2A3546
(42,53,70)
#1C2530
(28,37,48)
#0E151A
(14,21,26)
#000000
(0,0,0)

Tints of #9AB5F6

#9AB5F6
(154,181,246)
#A3BBF6
(163,187,246)
#ACC1F6
(172,193,246)
#B5C7F6
(181,199,246)
#BECDF6
(190,205,246)
#C7D3F6
(199,211,246)
#D0D9F6
(208,217,246)
#D9DFF6
(217,223,246)
#E2E5F6
(226,229,246)
#EBEBF6
(235,235,246)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB5F6 color. Also use rgb(154,181,246) instead hex code.

Text Font Color

.myTextColor { color: #9AB5F6; }

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

This text font color is #9AB5F6.


Background Color

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

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

This div background color is #9AB5F6.


Border color

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

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

This div border color is #9AB5F6.


Opacity

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

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

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

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

This text has shadow with #9AB5F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB5F6 on black background.


Color preview on white background

This text has color #9AB5F6 on white background.



Black color preview on #9AB5F6 background

This text has black color on #9AB5F6 background.


White color preview on #9AB5F6 background

This text has white color on #9AB5F6 background.