COLOR #ABC9EC

HEX: #ABC9EC
RGB: (171,201,236)

Color info

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

RGB color model

#ABC9EC color RGB value is (171,201,236).

  • red value is 171;
  • green value is 201;
  • blue value is 236.
RGB:
(171,201,236)
(67%,79%,93%)

RGB channels and saturation

R 171 of 255 = 67%
G 201 of 255 = 79%
B 236 of 255 = 93%

171
201
236

R + G + B ~ 80%. #ABC9EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 201 + 236 = 608 (100%)
R 171 of 608 ~ 28.13%
G 201 of 608 ~ 33.06%
B 236 of 608 ~ 38.82%

%28.13
%33.06
%38.82

CMYK color model

#ABC9EC color CMYK value is (28,15,0,7).

  • cyan value is 27.54%
  • magenta value is 14.83%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(28,15,0,7)
C28M15Y0K7 
(28%,15%,0%,7%)
(0.28/0.15/0.00/0.07)	

CMYK percentages

%27.54
%14.83
%0
%7.45

Codes

Color #ABC9EC in popluar color models

ABC9EC
RGB171201236
HSL212°63.11%79.80%
HSB/HSV212°27.54%92.55%
CMYK27.54%14.83%0.00%
7.45%

Color #ABC9EC in popluar number systems.

HEXABC9EC
Decimal171201236
Binary101010111100100111101100
Octal253311354

Shades and tints

Shades of #ABC9EC

#ABC9EC
(171,201,236)
#9CB7D7
(156,183,215)
#8DA5C2
(141,165,194)
#7E93AD
(126,147,173)
#6F8198
(111,129,152)
#606F83
(96,111,131)
#515D6E
(81,93,110)
#424B59
(66,75,89)
#333944
(51,57,68)
#24272F
(36,39,47)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #ABC9EC

#ABC9EC
(171,201,236)
#B2CDED
(178,205,237)
#B9D1EE
(185,209,238)
#C0D5EF
(192,213,239)
#C7D9F0
(199,217,240)
#CEDDF1
(206,221,241)
#D5E1F2
(213,225,242)
#DCE5F3
(220,229,243)
#E3E9F4
(227,233,244)
#EAEDF5
(234,237,245)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC9EC color. Also use rgb(171,201,236) instead hex code.

Text Font Color

.myTextColor { color: #ABC9EC; }

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

This text font color is #ABC9EC.


Background Color

.myBgColor { background-color: #ABC9EC; }

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

This div background color is #ABC9EC.


Border color

.myBorderColor { border: 1px solid #ABC9EC; }

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

This div border color is #ABC9EC.


Opacity

.myOpacity80 { color: #ABC9EC; opacity: 0.8; }

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

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

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

This text has shadow with #ABC9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC9EC on black background.


Color preview on white background

This text has color #ABC9EC on white background.



Black color preview on #ABC9EC background

This text has black color on #ABC9EC background.


White color preview on #ABC9EC background

This text has white color on #ABC9EC background.