COLOR #ABD4F1

HEX: #ABD4F1 RGB: (171,212,241)

Color info

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

RGB color model

#ABD4F1 color RGB value is (171,212,241).

RGB: (171,212,241) (67%, 83%, 95%)

RGB channels and saturation

R 171 of 255 = 67%
G 212 of 255 = 83%
B 241 of 255 = 95%

171
212
241

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

Portions of RGB colors in percentages

R + G + B = 171 + 212 + 241 = 624 (100%)
R 171 of 624 ~ 27.4%
G 212 of 624 ~ 33.97%
B 241 of 624 ~ 38.62'%

%27.4
%33.97
%38.62

CMYK color model

#ABD4F1 color CMYK value is (29,12,0,5).

  • cyan value is 29.05%
  • magenta value is 12.03%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (29,12,0,5)
C29M12Y0K5 (29%, 12%, 0%, 5%)
(0.29 / 0.12 / 0.00 / 0.05)

CMYK percentages

%29.05
%12.03
%0
%5.49

Codes

Color #ABD4F1 in popluar color models

AB D4 F1
RGB 171 212 241
HSL 205° 71.43% 80.78%
HSB/HSV 205° 29.05% 94.51%
CMYK 29.05% 12.03% 0.00%
5.49%

Color #ABD4F1 in popluar number systems.

HEX AB D4 F1
Decimal 171 212 241
Binary 10101011 11010100 11110001
Octal 253 324 361

Shades and tints

Shades of #ABD4F1

#ABD4F1
(171,212,241)
#9CC1DC
(156,193,220)
#8DAEC7
(141,174,199)
#7E9BB2
(126,155,178)
#6F889D
(111,136,157)
#607588
(96,117,136)
#516273
(81,98,115)
#424F5E
(66,79,94)
#333C49
(51,60,73)
#242934
(36,41,52)
#15161F
(21,22,31)
#000000
(0,0,0)

Tints of #ABD4F1

#ABD4F1
(171,212,241)
#B2D7F2
(178,215,242)
#B9DAF3
(185,218,243)
#C0DDF4
(192,221,244)
#C7E0F5
(199,224,245)
#CEE3F6
(206,227,246)
#D5E6F7
(213,230,247)
#DCE9F8
(220,233,248)
#E3ECF9
(227,236,249)
#EAEFFA
(234,239,250)
#F1F2FB
(241,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD4F1; }

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

This text font color is #ABD4F1.

Background Color

.myBgColor { background-color: #ABD4F1; }

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

This div background color is #ABD4F1.

Border color

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

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

This div border color is #ABD4F1.

Opacity

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

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

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

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

This text has shadow with #ABD4F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABD4F1.

Preview

Color preview on black background

This text has color #ABD4F1 on black background.


Color preview on white background

This text has color #ABD4F1 on white background.


Black color preview on #ABD4F1 background

This text has black color on #ABD4F1 background.


White color preview on #ABD4F1 background

This text has white color on #ABD4F1 background.


Related colors

Complementary color

Complementary color for #hex is #542B0E.


I love getcolorcode.com

Triadic colors

1 #F1ABD4 and #D4F1AB with #ABD4F1 are triadic colors.

2 #F1D4AB and #D4ABF1 with #ABD4F1 are triadic colors.