COLOR #ABFCD9

HEX: #ABFCD9 RGB: (171,252,217)

Color info

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

RGB color model

#ABFCD9 color RGB value is (171,252,217).

RGB: (171,252,217) (67%, 99%, 85%)

RGB channels and saturation

R 171 of 255 = 67%
G 252 of 255 = 99%
B 217 of 255 = 85%

171
252
217

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

Portions of RGB colors in percentages

R + G + B = 171 + 252 + 217 = 640 (100%)
R 171 of 640 ~ 26.72%
G 252 of 640 ~ 39.38%
B 217 of 640 ~ 33.91'%

%26.72
%39.38
%33.91

CMYK color model

#ABFCD9 color CMYK value is (32,0,14,1).

  • cyan value is 32.14%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 1.18%
CMYK: (32,0,14,1) C32M0Y14K1 (32%,0%,14%,1%) (0.32/0.00/0.14/0.01) 

CMYK percentages

%32.14
%0
%13.89
%1.18

Codes

Color #ABFCD9 in popluar color models

AB FC D9
RGB 171 252 217
HSL 154° 93.10% 82.94%
HSB/HSV 154° 32.14% 98.82%
CMYK 32.14% 0.00% 13.89%
1.18%

Color #ABFCD9 in popluar number systems.

HEX AB FC D9
Decimal 171 252 217
Binary 10101011 11111100 11011001
Octal 253 374 331

Shades and tints

Shades of #ABFCD9

#ABFCD9
(171,252,217)
#9CE6C6
(156,230,198)
#8DD0B3
(141,208,179)
#7EBAA0
(126,186,160)
#6FA48D
(111,164,141)
#608E7A
(96,142,122)
#517867
(81,120,103)
#426254
(66,98,84)
#334C41
(51,76,65)
#24362E
(36,54,46)
#15201B
(21,32,27)
#000000
(0,0,0)

Tints of #ABFCD9

#ABFCD9
(171,252,217)
#B2FCDC
(178,252,220)
#B9FCDF
(185,252,223)
#C0FCE2
(192,252,226)
#C7FCE5
(199,252,229)
#CEFCE8
(206,252,232)
#D5FCEB
(213,252,235)
#DCFCEE
(220,252,238)
#E3FCF1
(227,252,241)
#EAFCF4
(234,252,244)
#F1FCF7
(241,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABFCD9; }

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

This text font color is #ABFCD9.

Background Color

.myBgColor { background-color: #ABFCD9; }

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

This div background color is #ABFCD9.

Border color

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

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

This div border color is #ABFCD9.

Opacity

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

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

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

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

This text has shadow with #ABFCD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABFCD9.

Preview

Color preview on black background

This text has color #ABFCD9 on black background.


Color preview on white background

This text has color #ABFCD9 on white background.


Black color preview on #ABFCD9 background

This text has black color on #ABFCD9 background.


White color preview on #ABFCD9 background

This text has white color on #ABFCD9 background.


Related colors

Complementary color

Complementary color for #hex is #540326.


I love getcolorcode.com

Triadic colors

1 #D9ABFC and #FCD9AB with #ABFCD9 are triadic colors.

2 #D9FCAB and #FCABD9 with #ABFCD9 are triadic colors.