COLOR #ABFADF

HEX: #ABFADF RGB: (171,250,223)

Color info

#ABFADF contains mainly green and blue colors. Web safe color of #ABFADF is #99FFCC (or #9FC).

RGB color model

#ABFADF color RGB value is (171,250,223).

RGB: (171,250,223) (67%, 98%, 87%)

RGB channels and saturation

R 171 of 255 = 67%
G 250 of 255 = 98%
B 223 of 255 = 87%

171
250
223

R + G + B ~ 84%. #ABFADF is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 250 + 223 = 644 (100%)
R 171 of 644 ~ 26.55%
G 250 of 644 ~ 38.82%
B 223 of 644 ~ 34.63'%

%26.55
%38.82
%34.63

CMYK color model

#ABFADF color CMYK value is (32,0,11,2).

  • cyan value is 31.60%
  • magenta value is 0.00%
  • yellow value is 10.80%
  • key color value is 1.96%

CMYK: (32,0,11,2)
C32M0Y11K2 (32%, 0%, 11%, 2%)
(0.32 / 0.00 / 0.11 / 0.02)

CMYK percentages

%31.6
%0
%10.8
%1.96

Codes

Color #ABFADF in popluar color models

AB FA DF
RGB 171 250 223
HSL 159° 88.76% 82.55%
HSB/HSV 159° 31.60% 98.04%
CMYK 31.60% 0.00% 10.80%
1.96%

Color #ABFADF in popluar number systems.

HEX AB FA DF
Decimal 171 250 223
Binary 10101011 11111010 11011111
Octal 253 372 337

Shades and tints

Shades of #ABFADF

#ABFADF
(171,250,223)
#9CE4CB
(156,228,203)
#8DCEB7
(141,206,183)
#7EB8A3
(126,184,163)
#6FA28F
(111,162,143)
#608C7B
(96,140,123)
#517667
(81,118,103)
#426053
(66,96,83)
#334A3F
(51,74,63)
#24342B
(36,52,43)
#151E17
(21,30,23)
#000000
(0,0,0)

Tints of #ABFADF

#ABFADF
(171,250,223)
#B2FAE1
(178,250,225)
#B9FAE3
(185,250,227)
#C0FAE5
(192,250,229)
#C7FAE7
(199,250,231)
#CEFAE9
(206,250,233)
#D5FAEB
(213,250,235)
#DCFAED
(220,250,237)
#E3FAEF
(227,250,239)
#EAFAF1
(234,250,241)
#F1FAF3
(241,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABFADF; }

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

This text font color is #ABFADF.

Background Color

.myBgColor { background-color: #ABFADF; }

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

This div background color is #ABFADF.

Border color

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

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

This div border color is #ABFADF.

Opacity

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

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

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

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

This text has shadow with #ABFADF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABFADF.

Preview

Color preview on black background

This text has color #ABFADF on black background.


Color preview on white background

This text has color #ABFADF on white background.


Black color preview on #ABFADF background

This text has black color on #ABFADF background.


White color preview on #ABFADF background

This text has white color on #ABFADF background.


Related colors

Complementary color

Complementary color for #hex is #540520.


I love getcolorcode.com

Triadic colors

1 #DFABFA and #FADFAB with #ABFADF are triadic colors.

2 #DFFAAB and #FAABDF with #ABFADF are triadic colors.