COLOR #ABFFFF

HEX: #ABFFFF
RGB: (171,255,255)

Color info

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

RGB color model

#ABFFFF color RGB value is (171,255,255).

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

RGB channels and saturation

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

171
255
255

R + G + B ~ 89%. #ABFFFF is light color.

Portions of RGB colors in percentages

R + G + B =
171 + 255 + 255 = 681 (100%)
R 171 of 681 ~ 25.11%
G 255 of 681 ~ 37.44%
B 255 of 681 ~ 37.44%

%25.11
%37.44
%37.44

CMYK color model

#ABFFFF color CMYK value is (33,0,0,0).

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

CMYK percentages

%32.94
%0
%0
%0

Codes

Color #ABFFFF in popluar color models

ABFFFF
RGB171255255
HSL180°100.00%83.53%
HSB/HSV180°32.94%100.00%
CMYK32.94%0.00%0.00%
0.00%

Color #ABFFFF in popluar number systems.

HEXABFFFF
Decimal171255255
Binary101010111111111111111111
Octal253377377

Shades and tints

Shades of #ABFFFF

#ABFFFF
(171,255,255)
#9CE8E8
(156,232,232)
#8DD1D1
(141,209,209)
#7EBABA
(126,186,186)
#6FA3A3
(111,163,163)
#608C8C
(96,140,140)
#517575
(81,117,117)
#425E5E
(66,94,94)
#334747
(51,71,71)
#243030
(36,48,48)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #ABFFFF

#ABFFFF
(171,255,255)
#B2FFFF
(178,255,255)
#B9FFFF
(185,255,255)
#C0FFFF
(192,255,255)
#C7FFFF
(199,255,255)
#CEFFFF
(206,255,255)
#D5FFFF
(213,255,255)
#DCFFFF
(220,255,255)
#E3FFFF
(227,255,255)
#EAFFFF
(234,255,255)
#F1FFFF
(241,255,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABFFFF; }

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

This text font color is #ABFFFF.


Background Color

.myBgColor { background-color: #ABFFFF; }

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

This div background color is #ABFFFF.


Border color

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

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

This div border color is #ABFFFF.


Opacity

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

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

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

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

This text has shadow with #ABFFFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABFFFF on black background.


Color preview on white background

This text has color #ABFFFF on white background.



Black color preview on #ABFFFF background

This text has black color on #ABFFFF background.


White color preview on #ABFFFF background

This text has white color on #ABFFFF background.