COLOR #9ABCE0

HEX: #9ABCE0
RGB: (154,188,224)

Color info

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

RGB color model

#9ABCE0 color RGB value is (154,188,224).

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

RGB channels and saturation

R 154 of 255 = 60%
G 188 of 255 = 74%
B 224 of 255 = 88%

154
188
224

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

Portions of RGB colors in percentages

R + G + B =
154 + 188 + 224 = 566 (100%)
R 154 of 566 ~ 27.21%
G 188 of 566 ~ 33.22%
B 224 of 566 ~ 39.58%

%27.21
%33.22
%39.58

CMYK color model

#9ABCE0 color CMYK value is (31,16,0,12).

  • cyan value is 31.25%
  • magenta value is 16.07%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(31,16,0,12)
C31M16Y0K12 
(31%,16%,0%,12%)
(0.31/0.16/0.00/0.12)	

CMYK percentages

%31.25
%16.07
%0
%12.16

Codes

Color #9ABCE0 in popluar color models

9ABCE0
RGB154188224
HSL211°53.03%74.12%
HSB/HSV211°31.25%87.84%
CMYK31.25%16.07%0.00%
12.16%

Color #9ABCE0 in popluar number systems.

HEX9ABCE0
Decimal154188224
Binary100110101011110011100000
Octal232274340

Shades and tints

Shades of #9ABCE0

#9ABCE0
(154,188,224)
#8CABCC
(140,171,204)
#7E9AB8
(126,154,184)
#7089A4
(112,137,164)
#627890
(98,120,144)
#54677C
(84,103,124)
#465668
(70,86,104)
#384554
(56,69,84)
#2A3440
(42,52,64)
#1C232C
(28,35,44)
#0E1218
(14,18,24)
#000000
(0,0,0)

Tints of #9ABCE0

#9ABCE0
(154,188,224)
#A3C2E2
(163,194,226)
#ACC8E4
(172,200,228)
#B5CEE6
(181,206,230)
#BED4E8
(190,212,232)
#C7DAEA
(199,218,234)
#D0E0EC
(208,224,236)
#D9E6EE
(217,230,238)
#E2ECF0
(226,236,240)
#EBF2F2
(235,242,242)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABCE0; }

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

This text font color is #9ABCE0.


Background Color

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

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

This div background color is #9ABCE0.


Border color

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

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

This div border color is #9ABCE0.


Opacity

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

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

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

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

This text has shadow with #9ABCE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABCE0 on black background.


Color preview on white background

This text has color #9ABCE0 on white background.



Black color preview on #9ABCE0 background

This text has black color on #9ABCE0 background.


White color preview on #9ABCE0 background

This text has white color on #9ABCE0 background.