COLOR #9ABDF6

HEX: #9ABDF6
RGB: (154,189,246)

Color info

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

RGB color model

#9ABDF6 color RGB value is (154,189,246).

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

RGB channels and saturation

R 154 of 255 = 60%
G 189 of 255 = 74%
B 246 of 255 = 96%

154
189
246

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

Portions of RGB colors in percentages

R + G + B =
154 + 189 + 246 = 589 (100%)
R 154 of 589 ~ 26.15%
G 189 of 589 ~ 32.09%
B 246 of 589 ~ 41.77%

%26.15
%32.09
%41.77

CMYK color model

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

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

CMYK percentages

%37.4
%23.17
%0
%3.53

Codes

Color #9ABDF6 in popluar color models

9ABDF6
RGB154189246
HSL217°83.64%78.43%
HSB/HSV217°37.40%96.47%
CMYK37.40%23.17%0.00%
3.53%

Color #9ABDF6 in popluar number systems.

HEX9ABDF6
Decimal154189246
Binary100110101011110111110110
Octal232275366

Shades and tints

Shades of #9ABDF6

#9ABDF6
(154,189,246)
#8CACE0
(140,172,224)
#7E9BCA
(126,155,202)
#708AB4
(112,138,180)
#62799E
(98,121,158)
#546888
(84,104,136)
#465772
(70,87,114)
#38465C
(56,70,92)
#2A3546
(42,53,70)
#1C2430
(28,36,48)
#0E131A
(14,19,26)
#000000
(0,0,0)

Tints of #9ABDF6

#9ABDF6
(154,189,246)
#A3C3F6
(163,195,246)
#ACC9F6
(172,201,246)
#B5CFF6
(181,207,246)
#BED5F6
(190,213,246)
#C7DBF6
(199,219,246)
#D0E1F6
(208,225,246)
#D9E7F6
(217,231,246)
#E2EDF6
(226,237,246)
#EBF3F6
(235,243,246)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABDF6; }

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

This text font color is #9ABDF6.


Background Color

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

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

This div background color is #9ABDF6.


Border color

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

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

This div border color is #9ABDF6.


Opacity

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

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

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

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

This text has shadow with #9ABDF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABDF6 on black background.


Color preview on white background

This text has color #9ABDF6 on white background.



Black color preview on #9ABDF6 background

This text has black color on #9ABDF6 background.


White color preview on #9ABDF6 background

This text has white color on #9ABDF6 background.