COLOR #ABFDA4

HEX: #ABFDA4 RGB: (171,253,164)

Color info

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

RGB color model

#ABFDA4 color RGB value is (171,253,164).

RGB: (171,253,164) (67%, 99%, 64%)

RGB channels and saturation

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

171
253
164

R + G + B ~ 77%. #ABFDA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 253 + 164 = 588 (100%)
R 171 of 588 ~ 29.08%
G 253 of 588 ~ 43.03%
B 164 of 588 ~ 27.89'%

%29.08
%43.03
%27.89

CMYK color model

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

  • cyan value is 32.41%
  • magenta value is 0.00%
  • yellow value is 35.18%
  • key color value is 0.78%

CMYK: (32,0,35,1)
C32M0Y35K1 (32%, 0%, 35%, 1%)
(0.32 / 0.00 / 0.35 / 0.01)

CMYK percentages

%32.41
%0
%35.18
%0.78

Codes

Color #ABFDA4 in popluar color models

AB FD A4
RGB 171 253 164
HSL 115° 95.70% 81.76%
HSB/HSV 115° 35.18% 99.22%
CMYK 32.41% 0.00% 35.18%
0.78%

Color #ABFDA4 in popluar number systems.

HEX AB FD A4
Decimal 171 253 164
Binary 10101011 11111101 10100100
Octal 253 375 244

Shades and tints

Shades of #ABFDA4

#ABFDA4
(171,253,164)
#9CE696
(156,230,150)
#8DCF88
(141,207,136)
#7EB87A
(126,184,122)
#6FA16C
(111,161,108)
#608A5E
(96,138,94)
#517350
(81,115,80)
#425C42
(66,92,66)
#334534
(51,69,52)
#242E26
(36,46,38)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #ABFDA4

#ABFDA4
(171,253,164)
#B2FDAC
(178,253,172)
#B9FDB4
(185,253,180)
#C0FDBC
(192,253,188)
#C7FDC4
(199,253,196)
#CEFDCC
(206,253,204)
#D5FDD4
(213,253,212)
#DCFDDC
(220,253,220)
#E3FDE4
(227,253,228)
#EAFDEC
(234,253,236)
#F1FDF4
(241,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABFDA4; }

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

This text font color is #ABFDA4.

Background Color

.myBgColor { background-color: #ABFDA4; }

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

This div background color is #ABFDA4.

Border color

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

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

This div border color is #ABFDA4.

Opacity

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

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

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

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

This text has shadow with #ABFDA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABFDA4.

Preview

Color preview on black background

This text has color #ABFDA4 on black background.


Color preview on white background

This text has color #ABFDA4 on white background.


Black color preview on #ABFDA4 background

This text has black color on #ABFDA4 background.


White color preview on #ABFDA4 background

This text has white color on #ABFDA4 background.


Related colors

Complementary color

Complementary color for #hex is #54025B.


I love getcolorcode.com

Triadic colors

1 #A4ABFD and #FDA4AB with #ABFDA4 are triadic colors.

2 #A4FDAB and #FDABA4 with #ABFDA4 are triadic colors.