COLOR #ABF4F1

HEX: #ABF4F1
RGB: (171,244,241)

Color info

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

RGB color model

#ABF4F1 color RGB value is (171,244,241).

  • red value is 171;
  • green value is 244;
  • blue value is 241.
RGB:
(171,244,241)
(67%,96%,95%)

RGB channels and saturation

R 171 of 255 = 67%
G 244 of 255 = 96%
B 241 of 255 = 95%

171
244
241

R + G + B ~ 86%. #ABF4F1 is light color.

Portions of RGB colors in percentages

R + G + B =
171 + 244 + 241 = 656 (100%)
R 171 of 656 ~ 26.07%
G 244 of 656 ~ 37.2%
B 241 of 656 ~ 36.74%

%26.07
%37.2
%36.74

CMYK color model

#ABF4F1 color CMYK value is (30,0,1,4).

  • cyan value is 29.92%
  • magenta value is 0.00%
  • yellow value is 1.23%
  • key color value is 4.31%
CMYK:
(30,0,1,4)
C30M0Y1K4 
(30%,0%,1%,4%)
(0.30/0.00/0.01/0.04)	

CMYK percentages

%29.92
%0
%1.23
%4.31

Codes

Color #ABF4F1 in popluar color models

ABF4F1
RGB171244241
HSL178°76.84%81.37%
HSB/HSV178°29.92%95.69%
CMYK29.92%0.00%1.23%
4.31%

Color #ABF4F1 in popluar number systems.

HEXABF4F1
Decimal171244241
Binary101010111111010011110001
Octal253364361

Shades and tints

Shades of #ABF4F1

#ABF4F1
(171,244,241)
#9CDEDC
(156,222,220)
#8DC8C7
(141,200,199)
#7EB2B2
(126,178,178)
#6F9C9D
(111,156,157)
#608688
(96,134,136)
#517073
(81,112,115)
#425A5E
(66,90,94)
#334449
(51,68,73)
#242E34
(36,46,52)
#15181F
(21,24,31)
#000000
(0,0,0)

Tints of #ABF4F1

#ABF4F1
(171,244,241)
#B2F5F2
(178,245,242)
#B9F6F3
(185,246,243)
#C0F7F4
(192,247,244)
#C7F8F5
(199,248,245)
#CEF9F6
(206,249,246)
#D5FAF7
(213,250,247)
#DCFBF8
(220,251,248)
#E3FCF9
(227,252,249)
#EAFDFA
(234,253,250)
#F1FEFB
(241,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABF4F1; }

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

This text font color is #ABF4F1.


Background Color

.myBgColor { background-color: #ABF4F1; }

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

This div background color is #ABF4F1.


Border color

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

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

This div border color is #ABF4F1.


Opacity

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

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

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

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

This text has shadow with #ABF4F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABF4F1 on black background.


Color preview on white background

This text has color #ABF4F1 on white background.



Black color preview on #ABF4F1 background

This text has black color on #ABF4F1 background.


White color preview on #ABF4F1 background

This text has white color on #ABF4F1 background.