COLOR #ABD1F8

HEX: #ABD1F8
RGB: (171,209,248)

Color info

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

RGB color model

#ABD1F8 color RGB value is (171,209,248).

  • red value is 171;
  • green value is 209;
  • blue value is 248.
RGB:
(171,209,248)
(67%,82%,97%)

RGB channels and saturation

R 171 of 255 = 67%
G 209 of 255 = 82%
B 248 of 255 = 97%

171
209
248

R + G + B ~ 82%. #ABD1F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 209 + 248 = 628 (100%)
R 171 of 628 ~ 27.23%
G 209 of 628 ~ 33.28%
B 248 of 628 ~ 39.49%

%27.23
%33.28
%39.49

CMYK color model

#ABD1F8 color CMYK value is (31,16,0,3).

  • cyan value is 31.05%
  • magenta value is 15.73%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(31,16,0,3)
C31M16Y0K3 
(31%,16%,0%,3%)
(0.31/0.16/0.00/0.03)	

CMYK percentages

%31.05
%15.73
%0
%2.75

Codes

Color #ABD1F8 in popluar color models

ABD1F8
RGB171209248
HSL210°84.62%82.16%
HSB/HSV210°31.05%97.25%
CMYK31.05%15.73%0.00%
2.75%

Color #ABD1F8 in popluar number systems.

HEXABD1F8
Decimal171209248
Binary101010111101000111111000
Octal253321370

Shades and tints

Shades of #ABD1F8

#ABD1F8
(171,209,248)
#9CBEE2
(156,190,226)
#8DABCC
(141,171,204)
#7E98B6
(126,152,182)
#6F85A0
(111,133,160)
#60728A
(96,114,138)
#515F74
(81,95,116)
#424C5E
(66,76,94)
#333948
(51,57,72)
#242632
(36,38,50)
#15131C
(21,19,28)
#000000
(0,0,0)

Tints of #ABD1F8

#ABD1F8
(171,209,248)
#B2D5F8
(178,213,248)
#B9D9F8
(185,217,248)
#C0DDF8
(192,221,248)
#C7E1F8
(199,225,248)
#CEE5F8
(206,229,248)
#D5E9F8
(213,233,248)
#DCEDF8
(220,237,248)
#E3F1F8
(227,241,248)
#EAF5F8
(234,245,248)
#F1F9F8
(241,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD1F8 color. Also use rgb(171,209,248) instead hex code.

Text Font Color

.myTextColor { color: #ABD1F8; }

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

This text font color is #ABD1F8.


Background Color

.myBgColor { background-color: #ABD1F8; }

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

This div background color is #ABD1F8.


Border color

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

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

This div border color is #ABD1F8.


Opacity

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

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

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

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

This text has shadow with #ABD1F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD1F8 on black background.


Color preview on white background

This text has color #ABD1F8 on white background.



Black color preview on #ABD1F8 background

This text has black color on #ABD1F8 background.


White color preview on #ABD1F8 background

This text has white color on #ABD1F8 background.