COLOR #9AB8E0

HEX: #9AB8E0
RGB: (154,184,224)

Color info

#9AB8E0 contains mainly green and blue colors. Web safe color of #9AB8E0 is #99CCCC (or #9CC).

RGB color model

#9AB8E0 color RGB value is (154,184,224).

  • red value is 154;
  • green value is 184;
  • blue value is 224.
RGB:
(154,184,224)
(60%,72%,88%)

RGB channels and saturation

R 154 of 255 = 60%
G 184 of 255 = 72%
B 224 of 255 = 88%

154
184
224

R + G + B ~ 73%. #9AB8E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 184 + 224 = 562 (100%)
R 154 of 562 ~ 27.4%
G 184 of 562 ~ 32.74%
B 224 of 562 ~ 39.86%

%27.4
%32.74
%39.86

CMYK color model

#9AB8E0 color CMYK value is (31,18,0,12).

  • cyan value is 31.25%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(31,18,0,12)
C31M18Y0K12 
(31%,18%,0%,12%)
(0.31/0.18/0.00/0.12)	

CMYK percentages

%31.25
%17.86
%0
%12.16

Codes

Color #9AB8E0 in popluar color models

9AB8E0
RGB154184224
HSL214°53.03%74.12%
HSB/HSV214°31.25%87.84%
CMYK31.25%17.86%0.00%
12.16%

Color #9AB8E0 in popluar number systems.

HEX9AB8E0
Decimal154184224
Binary100110101011100011100000
Octal232270340

Shades and tints

Shades of #9AB8E0

#9AB8E0
(154,184,224)
#8CA8CC
(140,168,204)
#7E98B8
(126,152,184)
#7088A4
(112,136,164)
#627890
(98,120,144)
#54687C
(84,104,124)
#465868
(70,88,104)
#384854
(56,72,84)
#2A3840
(42,56,64)
#1C282C
(28,40,44)
#0E1818
(14,24,24)
#000000
(0,0,0)

Tints of #9AB8E0

#9AB8E0
(154,184,224)
#A3BEE2
(163,190,226)
#ACC4E4
(172,196,228)
#B5CAE6
(181,202,230)
#BED0E8
(190,208,232)
#C7D6EA
(199,214,234)
#D0DCEC
(208,220,236)
#D9E2EE
(217,226,238)
#E2E8F0
(226,232,240)
#EBEEF2
(235,238,242)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB8E0; }

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

This text font color is #9AB8E0.


Background Color

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

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

This div background color is #9AB8E0.


Border color

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

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

This div border color is #9AB8E0.


Opacity

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

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

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

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

This text has shadow with #9AB8E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB8E0 on black background.


Color preview on white background

This text has color #9AB8E0 on white background.



Black color preview on #9AB8E0 background

This text has black color on #9AB8E0 background.


White color preview on #9AB8E0 background

This text has white color on #9AB8E0 background.