COLOR #9AB8F9

HEX: #9AB8F9 RGB: (154,184,249)

Color info

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

RGB color model

#9AB8F9 color RGB value is (154,184,249).

RGB: (154,184,249) (60%, 72%, 98%)

RGB channels and saturation

R 154 of 255 = 60%
G 184 of 255 = 72%
B 249 of 255 = 98%

154
184
249

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

Portions of RGB colors in percentages

R + G + B = 154 + 184 + 249 = 587 (100%)
R 154 of 587 ~ 26.24%
G 184 of 587 ~ 31.35%
B 249 of 587 ~ 42.42'%

%26.24
%31.35
%42.42

CMYK color model

#9AB8F9 color CMYK value is (38,26,0,2).

  • cyan value is 38.15%
  • magenta value is 26.10%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK: (38,26,0,2) C38M26Y0K2 (38%,26%,0%,2%) (0.38/0.26/0.00/0.02) 

CMYK percentages

%38.15
%26.1
%0
%2.35

Codes

Color #9AB8F9 in popluar color models

9A B8 F9
RGB 154 184 249
HSL 221° 88.79% 79.02%
HSB/HSV 221° 38.15% 97.65%
CMYK 38.15% 26.10% 0.00%
2.35%

Color #9AB8F9 in popluar number systems.

HEX 9A B8 F9
Decimal 154 184 249
Binary 10011010 10111000 11111001
Octal 232 270 371

Shades and tints

Shades of #9AB8F9

#9AB8F9
(154,184,249)
#8CA8E3
(140,168,227)
#7E98CD
(126,152,205)
#7088B7
(112,136,183)
#6278A1
(98,120,161)
#54688B
(84,104,139)
#465875
(70,88,117)
#38485F
(56,72,95)
#2A3849
(42,56,73)
#1C2833
(28,40,51)
#0E181D
(14,24,29)
#000000
(0,0,0)

Tints of #9AB8F9

#9AB8F9
(154,184,249)
#A3BEF9
(163,190,249)
#ACC4F9
(172,196,249)
#B5CAF9
(181,202,249)
#BED0F9
(190,208,249)
#C7D6F9
(199,214,249)
#D0DCF9
(208,220,249)
#D9E2F9
(217,226,249)
#E2E8F9
(226,232,249)
#EBEEF9
(235,238,249)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB8F9 color. Also use rgb(154,184,249) instead hex code.

Text Font Color

.myTextColor { color: #9AB8F9; }

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

This text font color is #9AB8F9.

Background Color

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

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

This div background color is #9AB8F9.

Border color

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

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

This div border color is #9AB8F9.

Opacity

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

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

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

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

This text has shadow with #9AB8F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AB8F9.

Preview

Color preview on black background

This text has color #9AB8F9 on black background.


Color preview on white background

This text has color #9AB8F9 on white background.


Black color preview on #9AB8F9 background

This text has black color on #9AB8F9 background.


White color preview on #9AB8F9 background

This text has white color on #9AB8F9 background.


Related colors

Complementary color

Complementary color for #hex is #654706.


I love getcolorcode.com

Triadic colors

1 #F99AB8 and #B8F99A with #9AB8F9 are triadic colors.

2 #F9B89A and #B89AF9 with #9AB8F9 are triadic colors.