COLOR #9AB0EC

HEX: #9AB0EC
RGB: (154,176,236)

Color info

#9AB0EC contains mainly blue color. Web safe color of #9AB0EC is #9999FF (or #99F).

RGB color model

#9AB0EC color RGB value is (154,176,236).

  • red value is 154;
  • green value is 176;
  • blue value is 236.
RGB:
(154,176,236)
(60%,69%,93%)

RGB channels and saturation

R 154 of 255 = 60%
G 176 of 255 = 69%
B 236 of 255 = 93%

154
176
236

R + G + B ~ 74%. #9AB0EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 176 + 236 = 566 (100%)
R 154 of 566 ~ 27.21%
G 176 of 566 ~ 31.1%
B 236 of 566 ~ 41.7%

%27.21
%31.1
%41.7

CMYK color model

#9AB0EC color CMYK value is (35,25,0,7).

  • cyan value is 34.75%
  • magenta value is 25.42%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(35,25,0,7)
C35M25Y0K7 
(35%,25%,0%,7%)
(0.35/0.25/0.00/0.07)	

CMYK percentages

%34.75
%25.42
%0
%7.45

Codes

Color #9AB0EC in popluar color models

9AB0EC
RGB154176236
HSL224°68.33%76.47%
HSB/HSV224°34.75%92.55%
CMYK34.75%25.42%0.00%
7.45%

Color #9AB0EC in popluar number systems.

HEX9AB0EC
Decimal154176236
Binary100110101011000011101100
Octal232260354

Shades and tints

Shades of #9AB0EC

#9AB0EC
(154,176,236)
#8CA0D7
(140,160,215)
#7E90C2
(126,144,194)
#7080AD
(112,128,173)
#627098
(98,112,152)
#546083
(84,96,131)
#46506E
(70,80,110)
#384059
(56,64,89)
#2A3044
(42,48,68)
#1C202F
(28,32,47)
#0E101A
(14,16,26)
#000000
(0,0,0)

Tints of #9AB0EC

#9AB0EC
(154,176,236)
#A3B7ED
(163,183,237)
#ACBEEE
(172,190,238)
#B5C5EF
(181,197,239)
#BECCF0
(190,204,240)
#C7D3F1
(199,211,241)
#D0DAF2
(208,218,242)
#D9E1F3
(217,225,243)
#E2E8F4
(226,232,244)
#EBEFF5
(235,239,245)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB0EC color. Also use rgb(154,176,236) instead hex code.

Text Font Color

.myTextColor { color: #9AB0EC; }

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

This text font color is #9AB0EC.


Background Color

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

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

This div background color is #9AB0EC.


Border color

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

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

This div border color is #9AB0EC.


Opacity

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

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

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

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

This text has shadow with #9AB0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB0EC on black background.


Color preview on white background

This text has color #9AB0EC on white background.



Black color preview on #9AB0EC background

This text has black color on #9AB0EC background.


White color preview on #9AB0EC background

This text has white color on #9AB0EC background.