COLOR #ABDCFB

HEX: #ABDCFB
RGB: (171,220,251)

Color info

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

RGB color model

#ABDCFB color RGB value is (171,220,251).

  • red value is 171;
  • green value is 220;
  • blue value is 251.
RGB:
(171,220,251)
(67%,86%,98%)

RGB channels and saturation

R 171 of 255 = 67%
G 220 of 255 = 86%
B 251 of 255 = 98%

171
220
251

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

Portions of RGB colors in percentages

R + G + B =
171 + 220 + 251 = 642 (100%)
R 171 of 642 ~ 26.64%
G 220 of 642 ~ 34.27%
B 251 of 642 ~ 39.1%

%26.64
%34.27
%39.1

CMYK color model

#ABDCFB color CMYK value is (32,12,0,2).

  • cyan value is 31.87%
  • magenta value is 12.35%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(32,12,0,2)
C32M12Y0K2 
(32%,12%,0%,2%)
(0.32/0.12/0.00/0.02)	

CMYK percentages

%31.87
%12.35
%0
%1.57

Codes

Color #ABDCFB in popluar color models

ABDCFB
RGB171220251
HSL203°90.91%82.75%
HSB/HSV203°31.87%98.43%
CMYK31.87%12.35%0.00%
1.57%

Color #ABDCFB in popluar number systems.

HEXABDCFB
Decimal171220251
Binary101010111101110011111011
Octal253334373

Shades and tints

Shades of #ABDCFB

#ABDCFB
(171,220,251)
#9CC8E5
(156,200,229)
#8DB4CF
(141,180,207)
#7EA0B9
(126,160,185)
#6F8CA3
(111,140,163)
#60788D
(96,120,141)
#516477
(81,100,119)
#425061
(66,80,97)
#333C4B
(51,60,75)
#242835
(36,40,53)
#15141F
(21,20,31)
#000000
(0,0,0)

Tints of #ABDCFB

#ABDCFB
(171,220,251)
#B2DFFB
(178,223,251)
#B9E2FB
(185,226,251)
#C0E5FB
(192,229,251)
#C7E8FB
(199,232,251)
#CEEBFB
(206,235,251)
#D5EEFB
(213,238,251)
#DCF1FB
(220,241,251)
#E3F4FB
(227,244,251)
#EAF7FB
(234,247,251)
#F1FAFB
(241,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDCFB color. Also use rgb(171,220,251) instead hex code.

Text Font Color

.myTextColor { color: #ABDCFB; }

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

This text font color is #ABDCFB.


Background Color

.myBgColor { background-color: #ABDCFB; }

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

This div background color is #ABDCFB.


Border color

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

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

This div border color is #ABDCFB.


Opacity

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

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

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

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

This text has shadow with #ABDCFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDCFB on black background.


Color preview on white background

This text has color #ABDCFB on white background.



Black color preview on #ABDCFB background

This text has black color on #ABDCFB background.


White color preview on #ABDCFB background

This text has white color on #ABDCFB background.