COLOR #9ABBF4

HEX: #9ABBF4
RGB: (154,187,244)

Color info

#9ABBF4 contains mainly green and blue colors. Web safe color of #9ABBF4 is #99CCFF (or #9CF).

RGB color model

#9ABBF4 color RGB value is (154,187,244).

  • red value is 154;
  • green value is 187;
  • blue value is 244.
RGB:
(154,187,244)
(60%,73%,96%)

RGB channels and saturation

R 154 of 255 = 60%
G 187 of 255 = 73%
B 244 of 255 = 96%

154
187
244

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

Portions of RGB colors in percentages

R + G + B =
154 + 187 + 244 = 585 (100%)
R 154 of 585 ~ 26.32%
G 187 of 585 ~ 31.97%
B 244 of 585 ~ 41.71%

%26.32
%31.97
%41.71

CMYK color model

#9ABBF4 color CMYK value is (37,23,0,4).

  • cyan value is 36.89%
  • magenta value is 23.36%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(37,23,0,4)
C37M23Y0K4 
(37%,23%,0%,4%)
(0.37/0.23/0.00/0.04)	

CMYK percentages

%36.89
%23.36
%0
%4.31

Codes

Color #9ABBF4 in popluar color models

9ABBF4
RGB154187244
HSL218°80.36%78.04%
HSB/HSV218°36.89%95.69%
CMYK36.89%23.36%0.00%
4.31%

Color #9ABBF4 in popluar number systems.

HEX9ABBF4
Decimal154187244
Binary100110101011101111110100
Octal232273364

Shades and tints

Shades of #9ABBF4

#9ABBF4
(154,187,244)
#8CAADE
(140,170,222)
#7E99C8
(126,153,200)
#7088B2
(112,136,178)
#62779C
(98,119,156)
#546686
(84,102,134)
#465570
(70,85,112)
#38445A
(56,68,90)
#2A3344
(42,51,68)
#1C222E
(28,34,46)
#0E1118
(14,17,24)
#000000
(0,0,0)

Tints of #9ABBF4

#9ABBF4
(154,187,244)
#A3C1F5
(163,193,245)
#ACC7F6
(172,199,246)
#B5CDF7
(181,205,247)
#BED3F8
(190,211,248)
#C7D9F9
(199,217,249)
#D0DFFA
(208,223,250)
#D9E5FB
(217,229,251)
#E2EBFC
(226,235,252)
#EBF1FD
(235,241,253)
#F4F7FE
(244,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ABBF4 color. Also use rgb(154,187,244) instead hex code.

Text Font Color

.myTextColor { color: #9ABBF4; }

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

This text font color is #9ABBF4.


Background Color

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

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

This div background color is #9ABBF4.


Border color

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

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

This div border color is #9ABBF4.


Opacity

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

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

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

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

This text has shadow with #9ABBF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABBF4 on black background.


Color preview on white background

This text has color #9ABBF4 on white background.



Black color preview on #9ABBF4 background

This text has black color on #9ABBF4 background.


White color preview on #9ABBF4 background

This text has white color on #9ABBF4 background.