COLOR #1AB3DC

HEX: #1AB3DC
RGB: (26,179,220)

Color info

#1AB3DC contains mainly green and blue colors. Web safe color of #1AB3DC is #0099CC (or #09C).

RGB color model

#1AB3DC color RGB value is (26,179,220).

  • red value is 26;
  • green value is 179;
  • blue value is 220.
RGB:
(26,179,220)
(10%,70%,86%)

RGB channels and saturation

R 26 of 255 = 10%
G 179 of 255 = 70%
B 220 of 255 = 86%

26
179
220

R + G + B ~ 55%. #1AB3DC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
26 + 179 + 220 = 425 (100%)
R 26 of 425 ~ 6.12%
G 179 of 425 ~ 42.12%
B 220 of 425 ~ 51.76%

%42.12
%51.76

CMYK color model

#1AB3DC color CMYK value is (88,19,0,14).

  • cyan value is 88.18%
  • magenta value is 18.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(88,19,0,14)
C88M19Y0K14 
(88%,19%,0%,14%)
(0.88/0.19/0.00/0.14)	

CMYK percentages

%88.18
%18.64
%0
%13.73

Codes

Color #1AB3DC in popluar color models

1AB3DC
RGB26179220
HSL193°78.86%48.24%
HSB/HSV193°88.18%86.27%
CMYK88.18%18.64%0.00%
13.73%

Color #1AB3DC in popluar number systems.

HEX1AB3DC
Decimal26179220
Binary110101011001111011100
Octal32263334

Shades and tints

Shades of #1AB3DC

#1AB3DC
(26,179,220)
#18A3C8
(24,163,200)
#1693B4
(22,147,180)
#1483A0
(20,131,160)
#12738C
(18,115,140)
#106378
(16,99,120)
#0E5364
(14,83,100)
#0C4350
(12,67,80)
#0A333C
(10,51,60)
#082328
(8,35,40)
#061314
(6,19,20)
#000000
(0,0,0)

Tints of #1AB3DC

#1AB3DC
(26,179,220)
#2EB9DF
(46,185,223)
#42BFE2
(66,191,226)
#56C5E5
(86,197,229)
#6ACBE8
(106,203,232)
#7ED1EB
(126,209,235)
#92D7EE
(146,215,238)
#A6DDF1
(166,221,241)
#BAE3F4
(186,227,244)
#CEE9F7
(206,233,247)
#E2EFFA
(226,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1AB3DC color. Also use rgb(26,179,220) instead hex code.

Text Font Color

.myTextColor { color: #1AB3DC; }

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

This text font color is #1AB3DC.


Background Color

.myBgColor { background-color: #1AB3DC; }

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

This div background color is #1AB3DC.


Border color

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

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

This div border color is #1AB3DC.


Opacity

.myOpacity80 { color: #1AB3DC; opacity: 0.8; }

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

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

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

This text has shadow with #1AB3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1AB3DC on black background.


Color preview on white background

This text has color #1AB3DC on white background.



Black color preview on #1AB3DC background

This text has black color on #1AB3DC background.


White color preview on #1AB3DC background

This text has white color on #1AB3DC background.