COLOR #ABFCC9

HEX: #ABFCC9
RGB: (171,252,201)

Color info

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

RGB color model

#ABFCC9 color RGB value is (171,252,201).

  • red value is 171;
  • green value is 252;
  • blue value is 201.
RGB:
(171,252,201)
(67%,99%,79%)

RGB channels and saturation

R 171 of 255 = 67%
G 252 of 255 = 99%
B 201 of 255 = 79%

171
252
201

R + G + B ~ 82%. #ABFCC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 252 + 201 = 624 (100%)
R 171 of 624 ~ 27.4%
G 252 of 624 ~ 40.38%
B 201 of 624 ~ 32.21%

%27.4
%40.38
%32.21

CMYK color model

#ABFCC9 color CMYK value is (32,0,20,1).

  • cyan value is 32.14%
  • magenta value is 0.00%
  • yellow value is 20.24%
  • key color value is 1.18%
CMYK:
(32,0,20,1)
C32M0Y20K1 
(32%,0%,20%,1%)
(0.32/0.00/0.20/0.01)	

CMYK percentages

%32.14
%0
%20.24
%1.18

Codes

Color #ABFCC9 in popluar color models

ABFCC9
RGB171252201
HSL142°93.10%82.94%
HSB/HSV142°32.14%98.82%
CMYK32.14%0.00%20.24%
1.18%

Color #ABFCC9 in popluar number systems.

HEXABFCC9
Decimal171252201
Binary101010111111110011001001
Octal253374311

Shades and tints

Shades of #ABFCC9

#ABFCC9
(171,252,201)
#9CE6B7
(156,230,183)
#8DD0A5
(141,208,165)
#7EBA93
(126,186,147)
#6FA481
(111,164,129)
#608E6F
(96,142,111)
#51785D
(81,120,93)
#42624B
(66,98,75)
#334C39
(51,76,57)
#243627
(36,54,39)
#152015
(21,32,21)
#000000
(0,0,0)

Tints of #ABFCC9

#ABFCC9
(171,252,201)
#B2FCCD
(178,252,205)
#B9FCD1
(185,252,209)
#C0FCD5
(192,252,213)
#C7FCD9
(199,252,217)
#CEFCDD
(206,252,221)
#D5FCE1
(213,252,225)
#DCFCE5
(220,252,229)
#E3FCE9
(227,252,233)
#EAFCED
(234,252,237)
#F1FCF1
(241,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABFCC9; }

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

This text font color is #ABFCC9.


Background Color

.myBgColor { background-color: #ABFCC9; }

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

This div background color is #ABFCC9.


Border color

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

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

This div border color is #ABFCC9.


Opacity

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

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

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

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

This text has shadow with #ABFCC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABFCC9 on black background.


Color preview on white background

This text has color #ABFCC9 on white background.



Black color preview on #ABFCC9 background

This text has black color on #ABFCC9 background.


White color preview on #ABFCC9 background

This text has white color on #ABFCC9 background.