COLOR #ABF9FB

HEX: #ABF9FB
RGB: (171,249,251)

Color info

#ABF9FB contains mainly green and blue colors. Web safe color of #ABF9FB is #99FFFF (or #9FF).

RGB color model

#ABF9FB color RGB value is (171,249,251).

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

RGB channels and saturation

R 171 of 255 = 67%
G 249 of 255 = 98%
B 251 of 255 = 98%

171
249
251

R + G + B ~ 88%. #ABF9FB is light color.

Portions of RGB colors in percentages

R + G + B =
171 + 249 + 251 = 671 (100%)
R 171 of 671 ~ 25.48%
G 249 of 671 ~ 37.11%
B 251 of 671 ~ 37.41%

%25.48
%37.11
%37.41

CMYK color model

#ABF9FB color CMYK value is (32,1,0,2).

  • cyan value is 31.87%
  • magenta value is 0.80%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(32,1,0,2)
C32M1Y0K2 
(32%,1%,0%,2%)
(0.32/0.01/0.00/0.02)	

CMYK percentages

%31.87
%0.8
%0
%1.57

Codes

Color #ABF9FB in popluar color models

ABF9FB
RGB171249251
HSL182°90.91%82.75%
HSB/HSV182°31.87%98.43%
CMYK31.87%0.80%0.00%
1.57%

Color #ABF9FB in popluar number systems.

HEXABF9FB
Decimal171249251
Binary101010111111100111111011
Octal253371373

Shades and tints

Shades of #ABF9FB

#ABF9FB
(171,249,251)
#9CE3E5
(156,227,229)
#8DCDCF
(141,205,207)
#7EB7B9
(126,183,185)
#6FA1A3
(111,161,163)
#608B8D
(96,139,141)
#517577
(81,117,119)
#425F61
(66,95,97)
#33494B
(51,73,75)
#243335
(36,51,53)
#151D1F
(21,29,31)
#000000
(0,0,0)

Tints of #ABF9FB

#ABF9FB
(171,249,251)
#B2F9FB
(178,249,251)
#B9F9FB
(185,249,251)
#C0F9FB
(192,249,251)
#C7F9FB
(199,249,251)
#CEF9FB
(206,249,251)
#D5F9FB
(213,249,251)
#DCF9FB
(220,249,251)
#E3F9FB
(227,249,251)
#EAF9FB
(234,249,251)
#F1F9FB
(241,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABF9FB; }

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

This text font color is #ABF9FB.


Background Color

.myBgColor { background-color: #ABF9FB; }

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

This div background color is #ABF9FB.


Border color

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

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

This div border color is #ABF9FB.


Opacity

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

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

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

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

This text has shadow with #ABF9FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABF9FB on black background.


Color preview on white background

This text has color #ABF9FB on white background.



Black color preview on #ABF9FB background

This text has black color on #ABF9FB background.


White color preview on #ABF9FB background

This text has white color on #ABF9FB background.