COLOR #ABFFFB

HEX: #ABFFFB RGB: (171,255,251)

Color info

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

RGB color model

#ABFFFB color RGB value is (171,255,251).

RGB: (171,255,251) (67%, 100%, 98%)

RGB channels and saturation

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

171
255
251

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

Portions of RGB colors in percentages

R + G + B = 171 + 255 + 251 = 677 (100%)
R 171 of 677 ~ 25.26%
G 255 of 677 ~ 37.67%
B 251 of 677 ~ 37.08'%

%25.26
%37.67
%37.08

CMYK color model

#ABFFFB color CMYK value is (33,0,2,0).

  • cyan value is 32.94%
  • magenta value is 0.00%
  • yellow value is 1.57%
  • key color value is 0.00%

CMYK: (33,0,2,0)
C33M0Y2K0 (33%, 0%, 2%, 0%)
(0.33 / 0.00 / 0.02 / 0.00)

CMYK percentages

%32.94
%0
%1.57
%0

Codes

Color #ABFFFB in popluar color models

AB FF FB
RGB 171 255 251
HSL 177° 100.00% 83.53%
HSB/HSV 177° 32.94% 100.00%
CMYK 32.94% 0.00% 1.57%
0.00%

Color #ABFFFB in popluar number systems.

HEX AB FF FB
Decimal 171 255 251
Binary 10101011 11111111 11111011
Octal 253 377 373

Shades and tints

Shades of #ABFFFB

#ABFFFB
(171,255,251)
#9CE8E5
(156,232,229)
#8DD1CF
(141,209,207)
#7EBAB9
(126,186,185)
#6FA3A3
(111,163,163)
#608C8D
(96,140,141)
#517577
(81,117,119)
#425E61
(66,94,97)
#33474B
(51,71,75)
#243035
(36,48,53)
#15191F
(21,25,31)
#000000
(0,0,0)

Tints of #ABFFFB

#ABFFFB
(171,255,251)
#B2FFFB
(178,255,251)
#B9FFFB
(185,255,251)
#C0FFFB
(192,255,251)
#C7FFFB
(199,255,251)
#CEFFFB
(206,255,251)
#D5FFFB
(213,255,251)
#DCFFFB
(220,255,251)
#E3FFFB
(227,255,251)
#EAFFFB
(234,255,251)
#F1FFFB
(241,255,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABFFFB; }

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

This text font color is #ABFFFB.

Background Color

.myBgColor { background-color: #ABFFFB; }

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

This div background color is #ABFFFB.

Border color

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

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

This div border color is #ABFFFB.

Opacity

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

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

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

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

This text has shadow with #ABFFFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABFFFB.

Preview

Color preview on black background

This text has color #ABFFFB on black background.


Color preview on white background

This text has color #ABFFFB on white background.


Black color preview on #ABFFFB background

This text has black color on #ABFFFB background.


White color preview on #ABFFFB background

This text has white color on #ABFFFB background.


Related colors

Complementary color

Complementary color for #hex is #540004.


I love getcolorcode.com

Triadic colors

1 #FBABFF and #FFFBAB with #ABFFFB are triadic colors.

2 #FBFFAB and #FFABFB with #ABFFFB are triadic colors.