COLOR #9AB5F5

HEX: #9AB5F5
RGB: (154,181,245)

Color info

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

RGB color model

#9AB5F5 color RGB value is (154,181,245).

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

RGB channels and saturation

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

154
181
245

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

Portions of RGB colors in percentages

R + G + B =
154 + 181 + 245 = 580 (100%)
R 154 of 580 ~ 26.55%
G 181 of 580 ~ 31.21%
B 245 of 580 ~ 42.24%

%26.55
%31.21
%42.24

CMYK color model

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

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

CMYK percentages

%37.14
%26.12
%0
%3.92

Codes

Color #9AB5F5 in popluar color models

9AB5F5
RGB154181245
HSL222°81.98%78.24%
HSB/HSV222°37.14%96.08%
CMYK37.14%26.12%0.00%
3.92%

Color #9AB5F5 in popluar number systems.

HEX9AB5F5
Decimal154181245
Binary100110101011010111110101
Octal232265365

Shades and tints

Shades of #9AB5F5

#9AB5F5
(154,181,245)
#8CA5DF
(140,165,223)
#7E95C9
(126,149,201)
#7085B3
(112,133,179)
#62759D
(98,117,157)
#546587
(84,101,135)
#465571
(70,85,113)
#38455B
(56,69,91)
#2A3545
(42,53,69)
#1C252F
(28,37,47)
#0E1519
(14,21,25)
#000000
(0,0,0)

Tints of #9AB5F5

#9AB5F5
(154,181,245)
#A3BBF5
(163,187,245)
#ACC1F5
(172,193,245)
#B5C7F5
(181,199,245)
#BECDF5
(190,205,245)
#C7D3F5
(199,211,245)
#D0D9F5
(208,217,245)
#D9DFF5
(217,223,245)
#E2E5F5
(226,229,245)
#EBEBF5
(235,235,245)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB5F5; }

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

This text font color is #9AB5F5.


Background Color

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

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

This div background color is #9AB5F5.


Border color

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

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

This div border color is #9AB5F5.


Opacity

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

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

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

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

This text has shadow with #9AB5F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB5F5 on black background.


Color preview on white background

This text has color #9AB5F5 on white background.



Black color preview on #9AB5F5 background

This text has black color on #9AB5F5 background.


White color preview on #9AB5F5 background

This text has white color on #9AB5F5 background.