COLOR #ABD4FF

HEX: #ABD4FF
RGB: (171,212,255)

Color info

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

RGB color model

#ABD4FF color RGB value is (171,212,255).

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

RGB channels and saturation

R 171 of 255 = 67%
G 212 of 255 = 83%
B 255 of 255 = 100%

171
212
255

R + G + B ~ 83%. #ABD4FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 212 + 255 = 638 (100%)
R 171 of 638 ~ 26.8%
G 212 of 638 ~ 33.23%
B 255 of 638 ~ 39.97%

%26.8
%33.23
%39.97

CMYK color model

#ABD4FF color CMYK value is (33,17,0,0).

  • cyan value is 32.94%
  • magenta value is 16.86%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(33,17,0,0)
C33M17Y0K0 
(33%,17%,0%,0%)
(0.33/0.17/0.00/0.00)	

CMYK percentages

%32.94
%16.86
%0
%0

Codes

Color #ABD4FF in popluar color models

ABD4FF
RGB171212255
HSL211°100.00%83.53%
HSB/HSV211°32.94%100.00%
CMYK32.94%16.86%0.00%
0.00%

Color #ABD4FF in popluar number systems.

HEXABD4FF
Decimal171212255
Binary101010111101010011111111
Octal253324377

Shades and tints

Shades of #ABD4FF

#ABD4FF
(171,212,255)
#9CC1E8
(156,193,232)
#8DAED1
(141,174,209)
#7E9BBA
(126,155,186)
#6F88A3
(111,136,163)
#60758C
(96,117,140)
#516275
(81,98,117)
#424F5E
(66,79,94)
#333C47
(51,60,71)
#242930
(36,41,48)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #ABD4FF

#ABD4FF
(171,212,255)
#B2D7FF
(178,215,255)
#B9DAFF
(185,218,255)
#C0DDFF
(192,221,255)
#C7E0FF
(199,224,255)
#CEE3FF
(206,227,255)
#D5E6FF
(213,230,255)
#DCE9FF
(220,233,255)
#E3ECFF
(227,236,255)
#EAEFFF
(234,239,255)
#F1F2FF
(241,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD4FF; }

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

This text font color is #ABD4FF.


Background Color

.myBgColor { background-color: #ABD4FF; }

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

This div background color is #ABD4FF.


Border color

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

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

This div border color is #ABD4FF.


Opacity

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

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

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

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

This text has shadow with #ABD4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD4FF on black background.


Color preview on white background

This text has color #ABD4FF on white background.



Black color preview on #ABD4FF background

This text has black color on #ABD4FF background.


White color preview on #ABD4FF background

This text has white color on #ABD4FF background.