COLOR #9ABAF8

HEX: #9ABAF8
RGB: (154,186,248)

Color info

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

RGB color model

#9ABAF8 color RGB value is (154,186,248).

  • red value is 154;
  • green value is 186;
  • blue value is 248.
RGB:
(154,186,248)
(60%,73%,97%)

RGB channels and saturation

R 154 of 255 = 60%
G 186 of 255 = 73%
B 248 of 255 = 97%

154
186
248

R + G + B ~ 77%. #9ABAF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 186 + 248 = 588 (100%)
R 154 of 588 ~ 26.19%
G 186 of 588 ~ 31.63%
B 248 of 588 ~ 42.18%

%26.19
%31.63
%42.18

CMYK color model

#9ABAF8 color CMYK value is (38,25,0,3).

  • cyan value is 37.90%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(38,25,0,3)
C38M25Y0K3 
(38%,25%,0%,3%)
(0.38/0.25/0.00/0.03)	

CMYK percentages

%37.9
%25
%0
%2.75

Codes

Color #9ABAF8 in popluar color models

9ABAF8
RGB154186248
HSL220°87.04%78.82%
HSB/HSV220°37.90%97.25%
CMYK37.90%25.00%0.00%
2.75%

Color #9ABAF8 in popluar number systems.

HEX9ABAF8
Decimal154186248
Binary100110101011101011111000
Octal232272370

Shades and tints

Shades of #9ABAF8

#9ABAF8
(154,186,248)
#8CAAE2
(140,170,226)
#7E9ACC
(126,154,204)
#708AB6
(112,138,182)
#627AA0
(98,122,160)
#546A8A
(84,106,138)
#465A74
(70,90,116)
#384A5E
(56,74,94)
#2A3A48
(42,58,72)
#1C2A32
(28,42,50)
#0E1A1C
(14,26,28)
#000000
(0,0,0)

Tints of #9ABAF8

#9ABAF8
(154,186,248)
#A3C0F8
(163,192,248)
#ACC6F8
(172,198,248)
#B5CCF8
(181,204,248)
#BED2F8
(190,210,248)
#C7D8F8
(199,216,248)
#D0DEF8
(208,222,248)
#D9E4F8
(217,228,248)
#E2EAF8
(226,234,248)
#EBF0F8
(235,240,248)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ABAF8 color. Also use rgb(154,186,248) instead hex code.

Text Font Color

.myTextColor { color: #9ABAF8; }

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

This text font color is #9ABAF8.


Background Color

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

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

This div background color is #9ABAF8.


Border color

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

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

This div border color is #9ABAF8.


Opacity

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

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

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

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

This text has shadow with #9ABAF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABAF8 on black background.


Color preview on white background

This text has color #9ABAF8 on white background.



Black color preview on #9ABAF8 background

This text has black color on #9ABAF8 background.


White color preview on #9ABAF8 background

This text has white color on #9ABAF8 background.