COLOR #ABD5FF

HEX: #ABD5FF
RGB: (171,213,255)

Color info

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

RGB color model

#ABD5FF color RGB value is (171,213,255).

  • red value is 171;
  • green value is 213;
  • blue value is 255.
RGB:
(171,213,255)
(67%,84%,100%)

RGB channels and saturation

R 171 of 255 = 67%
G 213 of 255 = 84%
B 255 of 255 = 100%

171
213
255

R + G + B ~ 84%. #ABD5FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 213 + 255 = 639 (100%)
R 171 of 639 ~ 26.76%
G 213 of 639 ~ 33.33%
B 255 of 639 ~ 39.91%

%26.76
%33.33
%39.91

CMYK color model

#ABD5FF color CMYK value is (33,16,0,0).

  • cyan value is 32.94%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(33,16,0,0)
C33M16Y0K0 
(33%,16%,0%,0%)
(0.33/0.16/0.00/0.00)	

CMYK percentages

%32.94
%16.47
%0
%0

Codes

Color #ABD5FF in popluar color models

ABD5FF
RGB171213255
HSL210°100.00%83.53%
HSB/HSV210°32.94%100.00%
CMYK32.94%16.47%0.00%
0.00%

Color #ABD5FF in popluar number systems.

HEXABD5FF
Decimal171213255
Binary101010111101010111111111
Octal253325377

Shades and tints

Shades of #ABD5FF

#ABD5FF
(171,213,255)
#9CC2E8
(156,194,232)
#8DAFD1
(141,175,209)
#7E9CBA
(126,156,186)
#6F89A3
(111,137,163)
#60768C
(96,118,140)
#516375
(81,99,117)
#42505E
(66,80,94)
#333D47
(51,61,71)
#242A30
(36,42,48)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #ABD5FF

#ABD5FF
(171,213,255)
#B2D8FF
(178,216,255)
#B9DBFF
(185,219,255)
#C0DEFF
(192,222,255)
#C7E1FF
(199,225,255)
#CEE4FF
(206,228,255)
#D5E7FF
(213,231,255)
#DCEAFF
(220,234,255)
#E3EDFF
(227,237,255)
#EAF0FF
(234,240,255)
#F1F3FF
(241,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD5FF color. Also use rgb(171,213,255) instead hex code.

Text Font Color

.myTextColor { color: #ABD5FF; }

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

This text font color is #ABD5FF.


Background Color

.myBgColor { background-color: #ABD5FF; }

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

This div background color is #ABD5FF.


Border color

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

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

This div border color is #ABD5FF.


Opacity

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

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

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

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

This text has shadow with #ABD5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD5FF on black background.


Color preview on white background

This text has color #ABD5FF on white background.



Black color preview on #ABD5FF background

This text has black color on #ABD5FF background.


White color preview on #ABD5FF background

This text has white color on #ABD5FF background.