COLOR #ABFDAB

HEX: #ABFDAB
RGB: (171,253,171)

Color info

#ABFDAB contains mainly green color. Web safe color of #ABFDAB is #99FF99 (or #9F9).

RGB color model

#ABFDAB color RGB value is (171,253,171).

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

RGB channels and saturation

R 171 of 255 = 67%
G 253 of 255 = 99%
B 171 of 255 = 67%

171
253
171

R + G + B ~ 78%. #ABFDAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 253 + 171 = 595 (100%)
R 171 of 595 ~ 28.74%
G 253 of 595 ~ 42.52%
B 171 of 595 ~ 28.74%

%28.74
%42.52
%28.74

CMYK color model

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

  • cyan value is 32.41%
  • magenta value is 0.00%
  • yellow value is 32.41%
  • key color value is 0.78%
CMYK:
(32,0,32,1)
C32M0Y32K1 
(32%,0%,32%,1%)
(0.32/0.00/0.32/0.01)	

CMYK percentages

%32.41
%0
%32.41
%0.78

Codes

Color #ABFDAB in popluar color models

ABFDAB
RGB171253171
HSL120°95.35%83.14%
HSB/HSV120°32.41%99.22%
CMYK32.41%0.00%32.41%
0.78%

Color #ABFDAB in popluar number systems.

HEXABFDAB
Decimal171253171
Binary101010111111110110101011
Octal253375253

Shades and tints

Shades of #ABFDAB

#ABFDAB
(171,253,171)
#9CE69C
(156,230,156)
#8DCF8D
(141,207,141)
#7EB87E
(126,184,126)
#6FA16F
(111,161,111)
#608A60
(96,138,96)
#517351
(81,115,81)
#425C42
(66,92,66)
#334533
(51,69,51)
#242E24
(36,46,36)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #ABFDAB

#ABFDAB
(171,253,171)
#B2FDB2
(178,253,178)
#B9FDB9
(185,253,185)
#C0FDC0
(192,253,192)
#C7FDC7
(199,253,199)
#CEFDCE
(206,253,206)
#D5FDD5
(213,253,213)
#DCFDDC
(220,253,220)
#E3FDE3
(227,253,227)
#EAFDEA
(234,253,234)
#F1FDF1
(241,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABFDAB; }

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

This text font color is #ABFDAB.


Background Color

.myBgColor { background-color: #ABFDAB; }

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

This div background color is #ABFDAB.


Border color

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

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

This div border color is #ABFDAB.


Opacity

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

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

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

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

This text has shadow with #ABFDAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABFDAB on black background.


Color preview on white background

This text has color #ABFDAB on white background.



Black color preview on #ABFDAB background

This text has black color on #ABFDAB background.


White color preview on #ABFDAB background

This text has white color on #ABFDAB background.