transparentize(color, amount)
  color - rgba(0,0,0,amount)

darken(color, amount)
  color - amount

ligthen(color, amount)
  color + amount
