COLOR #ABFFF1

HEX: #ABFFF1
RGB: (171,255,241)

Color info

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

RGB color model

#ABFFF1 color RGB value is (171,255,241).

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

RGB channels and saturation

R 171 of 255 = 67%
G 255 of 255 = 100%
B 241 of 255 = 95%

171
255
241

R + G + B ~ 87%. #ABFFF1 is light color.

Portions of RGB colors in percentages

R + G + B =
171 + 255 + 241 = 667 (100%)
R 171 of 667 ~ 25.64%
G 255 of 667 ~ 38.23%
B 241 of 667 ~ 36.13%

%25.64
%38.23
%36.13

CMYK color model

#ABFFF1 color CMYK value is (33,0,5,0).

  • cyan value is 32.94%
  • magenta value is 0.00%
  • yellow value is 5.49%
  • key color value is 0.00%
CMYK:
(33,0,5,0)
C33M0Y5K0 
(33%,0%,5%,0%)
(0.33/0.00/0.05/0.00)	

CMYK percentages

%32.94
%0
%5.49
%0

Codes

Color #ABFFF1 in popluar color models

ABFFF1
RGB171255241
HSL170°100.00%83.53%
HSB/HSV170°32.94%100.00%
CMYK32.94%0.00%5.49%
0.00%

Color #ABFFF1 in popluar number systems.

HEXABFFF1
Decimal171255241
Binary101010111111111111110001
Octal253377361

Shades and tints

Shades of #ABFFF1

#ABFFF1
(171,255,241)
#9CE8DC
(156,232,220)
#8DD1C7
(141,209,199)
#7EBAB2
(126,186,178)
#6FA39D
(111,163,157)
#608C88
(96,140,136)
#517573
(81,117,115)
#425E5E
(66,94,94)
#334749
(51,71,73)
#243034
(36,48,52)
#15191F
(21,25,31)
#000000
(0,0,0)

Tints of #ABFFF1

#ABFFF1
(171,255,241)
#B2FFF2
(178,255,242)
#B9FFF3
(185,255,243)
#C0FFF4
(192,255,244)
#C7FFF5
(199,255,245)
#CEFFF6
(206,255,246)
#D5FFF7
(213,255,247)
#DCFFF8
(220,255,248)
#E3FFF9
(227,255,249)
#EAFFFA
(234,255,250)
#F1FFFB
(241,255,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABFFF1; }

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

This text font color is #ABFFF1.


Background Color

.myBgColor { background-color: #ABFFF1; }

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

This div background color is #ABFFF1.


Border color

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

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

This div border color is #ABFFF1.


Opacity

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

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

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

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

This text has shadow with #ABFFF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABFFF1 on black background.


Color preview on white background

This text has color #ABFFF1 on white background.



Black color preview on #ABFFF1 background

This text has black color on #ABFFF1 background.


White color preview on #ABFFF1 background

This text has white color on #ABFFF1 background.