COLOR #9ABCE4

HEX: #9ABCE4
RGB: (154,188,228)

Color info

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

RGB color model

#9ABCE4 color RGB value is (154,188,228).

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

RGB channels and saturation

R 154 of 255 = 60%
G 188 of 255 = 74%
B 228 of 255 = 89%

154
188
228

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

Portions of RGB colors in percentages

R + G + B =
154 + 188 + 228 = 570 (100%)
R 154 of 570 ~ 27.02%
G 188 of 570 ~ 32.98%
B 228 of 570 ~ 40%

%27.02
%32.98
%40

CMYK color model

#9ABCE4 color CMYK value is (32,18,0,11).

  • cyan value is 32.46%
  • magenta value is 17.54%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(32,18,0,11)
C32M18Y0K11 
(32%,18%,0%,11%)
(0.32/0.18/0.00/0.11)	

CMYK percentages

%32.46
%17.54
%0
%10.59

Codes

Color #9ABCE4 in popluar color models

9ABCE4
RGB154188228
HSL212°57.81%74.90%
HSB/HSV212°32.46%89.41%
CMYK32.46%17.54%0.00%
10.59%

Color #9ABCE4 in popluar number systems.

HEX9ABCE4
Decimal154188228
Binary100110101011110011100100
Octal232274344

Shades and tints

Shades of #9ABCE4

#9ABCE4
(154,188,228)
#8CABD0
(140,171,208)
#7E9ABC
(126,154,188)
#7089A8
(112,137,168)
#627894
(98,120,148)
#546780
(84,103,128)
#46566C
(70,86,108)
#384558
(56,69,88)
#2A3444
(42,52,68)
#1C2330
(28,35,48)
#0E121C
(14,18,28)
#000000
(0,0,0)

Tints of #9ABCE4

#9ABCE4
(154,188,228)
#A3C2E6
(163,194,230)
#ACC8E8
(172,200,232)
#B5CEEA
(181,206,234)
#BED4EC
(190,212,236)
#C7DAEE
(199,218,238)
#D0E0F0
(208,224,240)
#D9E6F2
(217,230,242)
#E2ECF4
(226,236,244)
#EBF2F6
(235,242,246)
#F4F8F8
(244,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABCE4; }

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

This text font color is #9ABCE4.


Background Color

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

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

This div background color is #9ABCE4.


Border color

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

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

This div border color is #9ABCE4.


Opacity

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

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

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

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

This text has shadow with #9ABCE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABCE4 on black background.


Color preview on white background

This text has color #9ABCE4 on white background.



Black color preview on #9ABCE4 background

This text has black color on #9ABCE4 background.


White color preview on #9ABCE4 background

This text has white color on #9ABCE4 background.